RatingPosterDB / rpdb-folders

Monitors Media Folders and Adds Images with Ratings (poster.jpg / background.jpg) from the RPDB API
GNU Lesser General Public License v2.1
23 stars 2 forks source link

[Feature Request] Video file: .ts support #28

Closed ghost closed 2 years ago

ghost commented 2 years ago

[Feature Request] Video file: .ts support

Is your feature request related to a problem? Please describe. Whenever the automatic badge probing looks for videofiles, it "only" checks for the files listed here

This does not include the weird .ts format, which is sometimes used. Luckily quite rarily.

Describe the solution you'd like To add support for the .ts file format

Additional context Here's a mediainfo output from a sample .ts file: https://0bin.net/paste/qZUaPwxE#NCrvSk-WttPA+2BT62c7biNW504wp+9QzlPFobZD8MK

jaruba commented 2 years ago

That's interesting, I know that .ts files are HLS playlist segments, but maybe they are used in other scenarios too. Do u have media that has only one such file for the video? Or multiple such files for the same video? (ie: 1.ts, 2.ts, etc)

ghost commented 2 years ago

Just only one such file pr movie/video

jaruba commented 2 years ago

alright, shouldn't be an issue to add it

jaruba commented 2 years ago

Added, it will be available in v0.1.8

jaruba commented 2 years ago

@VP-EN The v0.1.8 version was just released that includes support for .ts video files.