mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-07 12:05:35 +00:00
add base run script and fix path for raspberry
This commit is contained in:
parent
d0a75eb36d
commit
d6d8f4247a
@ -6,7 +6,7 @@
|
|||||||
"show_message": true,
|
"show_message": true,
|
||||||
"clean_console": true,
|
"clean_console": true,
|
||||||
"show_trending": true,
|
"show_trending": true,
|
||||||
"root_path": "Video",
|
"root_path": "../media_plex",
|
||||||
"movie_folder_name": "Movie",
|
"movie_folder_name": "Movie",
|
||||||
"serie_folder_name": "Serie",
|
"serie_folder_name": "Serie",
|
||||||
"anime_folder_name": "Anime",
|
"anime_folder_name": "Anime",
|
||||||
|
4
run_streaming.py
Normal file
4
run_streaming.py
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
from StreamingCommunity.run import main
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
main()
|
Loading…
x
Reference in New Issue
Block a user