mirror of
https://github.com/FAUSheppy/homelab_gamevault
synced 2026-01-22 02:47:39 +01:00
wip: initial
This commit is contained in:
11
remote.py
Normal file
11
remote.py
Normal file
@@ -0,0 +1,11 @@
|
||||
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
|
||||
Reference in New Issue
Block a user