itsToggle/rclone_RD

Ability to move files from movies to shows ? Some animes are downloaded to movies folder is there anyway to sort it back to shows ?

krishne35 opened this issue · 6 comments

The associated forum post URL from https://forum.rclone.org

What is your current rclone version (output from rclone version)?

What problem are you are trying to solve?

How do you think rclone should be changed to solve that?

How to use GitHub

  • Please use the 👍 reaction to show that you are affected by the same issue.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

Hey, this is currently not possible. Would you mind telling me the torrents tile? You can of course simply add both the "shows" and the "movies" folder to your shows library.

[Lia] one piece 1 -1000

Yeah its not possible to categorize this as a show automatically, since there is no "SXX", "SXXEXX" or "COMPLETE" tag to the torrents tile.

If Im not wrong the rclone_rd doesn't actually create movies/ shows/ on real debrid cloud but just sorts it while mounting right ?

If so can you make it such that it prints out a config file in which it will show where it gonna place the files and we can modify that config file to sort manually

That is correct. I could make the regex definition editable in the advanced settings during the rclone_rd setup. This will also allow you to to edit these definitions inside the rclone config file.

What you could also do is filter rclone yourself. Rclone has a wonderful feature called "--filter", which allows you to filter out any unwanted files or create a 4k and a 1080p library. You can find the documentation for this on the official rclone resources.

I'd like to ask for something a little bit more ambitious : the ability to sort files in folders and subfolders given an editable list of
source paths -> target paths,
/movies/plain-defaut-path/filename.mp4 -> library/strutured/path/to/file.mp4
example:
/shows/tvshow.s02/episodeS02e01.mp4 -> /Library/shows/tvshow/s02/episodeS02e01.mp4

Would it be possible ?

I think it would be in a 4th folder called "SortedLibrary" or something like that, while keeping the 3 others (movies/shows/default)

The purpose is to be able to sort these files following the plex library sorting

Its basically a way to leverage plex sorting to make the folder sorting cleaner for direct browsing (NFS/SMB/ etc...) It could be plex or anything else to do the sorting, and it would allow jellyfin/emby to finally be able to properly sort tv shows.