
I'm simply trying to create a directory of symlinks with the proper format (for Plex) so I can download these files via SCP or something like that while keeping the original file intact for my torrent folder.
Any insight would be appreciated.
[oscar ~] ./filebot/bin/filebot.sh -rename ~/private/rtorrent/data/tv/bones* ~/private/rtorrent/filebot --action symlink --format "{n.space('.')}.{'s'+s.pad(2)}e{e.pad(2)}.{t.space('.')}.{vf}.{vc}.{ac}" --db thetvdb -non-strict -clear-cache
Clear cache and temporary files
Rename episodes using [TheTVDB]
Auto-detected query: [bones]
Fetching episode data for [Bones]
Exception: Failed to auto-detect query
Failure (°_°)
[oscar ~]
I also tried to use the $HOME instead of the '~' This is what I got:
[oscar ~] ./filebot/bin/filebot.sh -rename "$HOME/private/rtorrent/data/tv/bones*" "$HOME/private/rtorrent/filebot" --action symlink --format "{n.space('.')}.{'s'+s.pad(2)}e{e.pad(2)}.{t.space('.')}.{vf}.{vc}.{ac}" --db thetvdb -non-strict -clear-cache
Clear cache and temporary files
Rename episodes using [TheTVDB]
Exception: Failed to auto-detect query
Failure (°_°)
Thanks in advance,
Barry