Files
homelab_gamevault/remote.py
Yannik Schmidt 638ebce29b wip: initial
2024-02-21 06:52:44 +01:00

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