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.
480 stars 36 forks source link

Only_show_the_biggest_file not working #29

Closed ignamiranda closed 9 months ago

ignamiranda commented 9 months ago

My config is

directories:
  # Configuration for anime shows
  anime:
    group: media # directories on different groups have duplicates of the same torrent
    group_order: 10 # group order = priority, it defines who eats first on a group
    filters:
      - and: # you can use nested 'and' & 'or' conditions
        - has_episodes: true # intelligent detection of episode files inside a torrent
        - any_file_inside_regex: /^\[/ # usually anime starts with [ e.g. [SubsPlease]
        - any_file_inside_not_regex: /s\d\de\d\d/i # and usually anime doesn't use SxxExx

  shows:
    group: media
    group_order: 20
    filters:
      - has_episodes: true  # intelligent detection of episode files inside a torrent
  movies:
    group: media  # because anime, shows and movies are in the same group,
    group_order: 30 # and anime and shows has a lower group_order number than movies, all torrents that doesn't fall into the previous 2 will fall into movies
    only_show_the_biggest_file: true # let's not show the other files besides the movie itself
    filters:
      - regex: /.*/ # you cannot leave a directory without filters because it will not have any torrents in it

But I still see featurettes in movie folders.

image

yowmamasita commented 9 months ago

did you restart zurg after updating the config?

ignamiranda commented 9 months ago

Yes

yowmamasita commented 9 months ago

with the setting disabled

image image image

when it is enabled

image image image

So it works. Something else is not working here

Maybe you are modifying a different config file

ignamiranda commented 9 months ago

I'm editing the config.yml file that is in the folder I'm running zurg.exe from

Blue9Nine9 commented 9 months ago

I'm also having the same issue - the other files are hidden in ”ip:9999/http/movies/FILMNAME", but when I mount it (in my case as a volume in a plex docker container pointed at /mnt/zurg) they're all visible