1 hour ago
https://drive.google.com/file/d/1Y5dr6FD...sp=sharing
These python scripts are my solution to this.
It's a set of 3 scripts.
folders_no_trickplay.py will generate a txt file of all folders that don't contain a *.trickplay folder.
jellyfin_trickplay_cpu.py will generate screenshots in a temp folder, create the trickplay sprites and save them in the movies folder.
batch.py will take the list from folder_no_trickplay.py and run 4 threads of jellyfin_trickplay_cpu.py simultanisly until it has finished the list.
after there scripts are done you have to run jellyfins task "generate tickplay images" for jellyfin to recognize the external created images.
These python scripts are my solution to this.
It's a set of 3 scripts.
folders_no_trickplay.py will generate a txt file of all folders that don't contain a *.trickplay folder.
jellyfin_trickplay_cpu.py will generate screenshots in a temp folder, create the trickplay sprites and save them in the movies folder.
batch.py will take the list from folder_no_trickplay.py and run 4 threads of jellyfin_trickplay_cpu.py simultanisly until it has finished the list.
after there scripts are done you have to run jellyfins task "generate tickplay images" for jellyfin to recognize the external created images.

