Yesterday, 04:43 AM
Yes you are right if the file extension is not there you can't upload the file anyway ... I assumed all m3u files have the extension but that is something I work on, a good solution would be to check the file heading of the file.
Considering ffmpeg, I am not immediately scanning all the links, I found an effective but maybe less accurate solution.
You have to manually check every movie before upload using the get media info button then it either returns the resolution and duration or "Error" which indicates that the link doesn't work. If you get multiple (I am implementing a counter for the providers in the admin panel at the moment) you can assume that the provider has stopped working, then you can remove it from the admin panel.
Thank you a lot for suggesting guessit, I have been looking for such a project!
I will definitely look into using it.
If you are interested, I am wondering if you think we could integrate our projects together in case you have a better implementation for the processing, and we can implement guessit to help identify new series and movies.
I am also planning on implementing auto library scan when new media is moved using the JellyfinAPI
Considering ffmpeg, I am not immediately scanning all the links, I found an effective but maybe less accurate solution.
You have to manually check every movie before upload using the get media info button then it either returns the resolution and duration or "Error" which indicates that the link doesn't work. If you get multiple (I am implementing a counter for the providers in the admin panel at the moment) you can assume that the provider has stopped working, then you can remove it from the admin panel.
Thank you a lot for suggesting guessit, I have been looking for such a project!
I will definitely look into using it.
If you are interested, I am wondering if you think we could integrate our projects together in case you have a better implementation for the processing, and we can implement guessit to help identify new series and movies.
I am also planning on implementing auto library scan when new media is moved using the JellyfinAPI