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.
448 stars 31 forks source link

Request: #123

Open Reasonable-Grape2698 opened 1 week ago

Reasonable-Grape2698 commented 1 week ago

Feature Description Add /Music folder

Problem and Motivation Music files are supported by both debrid and plex, though not included in zurg. They simply go to unplayable

Possible Solution I couldn't get it to work but the below regex correctly filters mp3, m4a, flac and wav. I believe it may not work because the . above in movies takes over. ``` /.mp3|.m4a|.flac|.*wav/```

Alternatives Considered Adding unplayable as the music library?

Additional Context

Your Environment Linux w/ plex, rclone, zurg

Potential Impact Unable to support music files

Preferred Timeline Should be easy change hopefully

Remember to follow our contribution guidelines and code of conduct when submitting your request.

Reasonable-Grape2698 commented 1 week ago

image

Reasonable-Grape2698 commented 1 week ago

May be a support request not a feature request, but according to docs there's no reason this shouldn't work?