add base run script and fix path for raspberry

This commit is contained in:
Francesco Grazioso 2025-02-22 14:48:10 +01:00
parent d0a75eb36d
commit d6d8f4247a
2 changed files with 5 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"show_message": true,
"clean_console": true,
"show_trending": true,
"root_path": "Video",
"root_path": "../media_plex",
"movie_folder_name": "Movie",
"serie_folder_name": "Serie",
"anime_folder_name": "Anime",

4
run_streaming.py Normal file
View File

@ -0,0 +1,4 @@
from StreamingCommunity.run import main
if __name__ == "__main__":
main()