debridmediamanager / zurg-testing

A self-hosted Real-Debrid webdav server you can use with Infuse. Together with rclone it can mount your Real-Debrid torrent library into your filesystem and load it to Plex or Jellyfin.
416 stars 30 forks source link

Request: Adding an option to expand the "playable" file extensions #70

Open kim1406 opened 6 months ago

kim1406 commented 6 months ago

Feature Description To add an option to add more file extensions to the "playable" files.

Problem and Motivation Some file formats are categorized as "unplayable" and fall into the unplayable folder, like "mpg" and "m2ts" formats. These are of video formats and they are "playable".

Possible Solution Make it possible to edit the "playable" category to add more file formats.

Alternatives Considered Or provide the ability to move files from the "unplayable" folder.

yowmamasita commented 6 months ago

This was added since https://github.com/debridmediamanager/zurg-testing/releases/tag/v0.9.3-hotfix.8

And now there's https://github.com/debridmediamanager/zurg-testing/releases/tag/v0.9.3-hotfix.9

DavidOBE commented 5 months ago

How do we use it? The only information is in the version history:

addl_playable_extensions in the config: if you are having issues with certain files being moved to unplayable directory, then add the extension here if it's not supposed to

Can you confirm which extensions are considered playable by default? In the config file, how do we add additional ones? Is it addl_playable_extensions: mpg, m2ts (etc) Separated like that? If not, how?

Thanks!

IAmNatch commented 2 months ago

@yowmamasita, thanks for all your work on Zurg, it's such an awesome piece of software!

Would you be able to comment on how we can add additional playable extensions? It's not mentioned in the wiki so I figured I'd ask you here.

Thanks again!

fabioneves commented 1 week ago

I would like to know this too, I want to use zurg to organize other type of files that aren't media and this would be important, can you tell how to not exclude non-media file types? @yowmamasita Thank you!