mirror of
https://github.com/FAUSheppy/homelab_gamevault
synced 2025-12-06 06:51:36 +01:00
11 lines
328 B
Python
11 lines
328 B
Python
def get_meta_all(backend):
|
|
'''Get a list of all software metadata on the remote'''
|
|
pass
|
|
|
|
def download_software(backend, software, progress_callback=None):
|
|
'''Download a software from the remote'''
|
|
pass
|
|
|
|
def download_pictures(backend, software):
|
|
'''Downloads the pictures/thumbnails for a software'''
|
|
pass |