You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I am currently using a Raspberry Pi to run Stash, and everything works as expected. However, tasks like video thumbnail and chapter preview generation can be resource-intensive, which might overburden the Raspberry Pi and affect its performance.
Describe the solution you'd like
I would like to offload the computationally intensive tasks of generating video thumbnails and chapter previews to a more powerful computer. The Raspberry Pi would continue to serve as a media access server, while the computer processes the media files and sends the generated outputs (e.g., thumbnails) back to the Raspberry Pi's media library automatically.
Describe alternatives you've considered
Continue processing everything on the Raspberry Pi: This risks overloading its limited processing capabilities.
Manual processing: Manually transferring media files to the computer for processing and then back to the Raspberry Pi. However, this process is tedious and inefficient.
Additional context
A possible implementation could involve using network protocols like NFS or Samba to allow the computer to access the Raspberry Pi’s media library directly. Scripts or tools like ffmpeg could be used for thumbnail generation, with automation set up to sync results back to the Raspberry Pi.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I am currently using a Raspberry Pi to run Stash, and everything works as expected. However, tasks like video thumbnail and chapter preview generation can be resource-intensive, which might overburden the Raspberry Pi and affect its performance.
Describe the solution you'd like
I would like to offload the computationally intensive tasks of generating video thumbnails and chapter previews to a more powerful computer. The Raspberry Pi would continue to serve as a media access server, while the computer processes the media files and sends the generated outputs (e.g., thumbnails) back to the Raspberry Pi's media library automatically.
Describe alternatives you've considered
Additional context
A possible implementation could involve using network protocols like NFS or Samba to allow the computer to access the Raspberry Pi’s media library directly. Scripts or tools like
ffmpeg
could be used for thumbnail generation, with automation set up to sync results back to the Raspberry Pi.The text was updated successfully, but these errors were encountered: