Search found 8 matches
- 08 Sep 2021, 20:18
- Forum: Windows
- Topic: [MultiEpisode] Episode renaming 2 episodes in 1
- Replies: 2
- Views: 10491
[MultiEpisode] Episode renaming 2 episodes in 1
I am having trouble with renaming one of my tv shows. In this season and a few more they are putting two of the episodes into one file and filebot is not detecting that and it’s throwing the naming order off. Like for the first 2 episodes when I rename them it has part 1 and part 2 as separate files ...
- 05 Feb 2021, 23:43
- Forum: Ubuntu & Desktop Linux
- Topic: N00b needs some help here...
- Replies: 2
- Views: 12312
Re: N00b needs some help here...
I tried cutting out some of the other args, just to see what would happen... I got this.... filebot -rename Leverage.S01E01.720p.WEB-DL.DD5.1.H.264.mkv --q "Leverage" --db TheTvDb File does not exist: Leverage.S01E01.720p.WEB-DL.DD5.1.H.264.mkv Rename episodes using [TheTVDB] with [Airdate Order] No ...
- 05 Feb 2021, 04:18
- Forum: Ubuntu & Desktop Linux
- Topic: N00b needs some help here...
- Replies: 2
- Views: 12312
N00b needs some help here...
What am I doing wrong? filebot -rename *.mkv --filter "S == 1" --format "{n} - {s00e00} - {t}" -q "Leverage" --db TheTvDb Did you read the manual? └ https://www.filebot.net/cli.html Did you quote and escape your arguments correctly? └ https://www.filebot.net/help/args.html args[1] = -rename args[2] = ...
- 13 Apr 2019, 14:49
- Forum: Help and Support
- Topic: Renaming help with CLI version of Filebot
- Replies: 1
- Views: 1577
Renaming help with CLI version of Filebot
I am trying to rename a show, on thetvdb there are several versions of this show from different countries. I am in the US so when I rename the file its putting Title (US) is there anyway I can rename and it would drop the (US) part and just put the actual name of the show?
- 03 Feb 2017, 19:29
- Forum: Help and Support
- Topic: Help Renaming Episodes
- Replies: 7
- Views: 8093
Re: Help Renaming Episodes
With a bit of playing around with the filter command you gave me I finally got it renamed correctly. I also used the --format "{n} - {s00e00} - {t}" to get it to do S02E01 .. thanks for the help.
- 03 Feb 2017, 18:49
- Forum: Help and Support
- Topic: Help Renaming Episodes
- Replies: 7
- Views: 8093
Re: Help Renaming Episodes
Not sure if your blind or if you just looked it over, but I did post the commands I used just not in "code" also I did use --q "Dragon Ball Z" and it didn't work. I will go back for you and make the text red. maybe that will help? I am fairly new to CLI which is the reason I came on here for help ...
- 03 Feb 2017, 18:00
- Forum: Help and Support
- Topic: Help Renaming Episodes
- Replies: 7
- Views: 8093
Re: Help Renaming Episodes
Here are my original episodes. https://i.gyazo.com/01f1ecffbb9749da7623cb52d09c56d1.png When I try to rename them using filebot on my bash ubuntu server I tried, without the "" "filebot -rename * --q "Dragon Ball Z" --filter "s == 2" {plex}" When I did that it came back with this. https://i.gyazo ...
- 02 Feb 2017, 22:06
- Forum: Help and Support
- Topic: Help Renaming Episodes
- Replies: 7
- Views: 8093
Help Renaming Episodes
I am trying to rename my "Dragon Ball Z" episodes and Season 1 worked pretty good but Season 2 messed up and it used half the "Dragon Ball Kai" names for my episodes. How can I force it to use Dragon Ball Z? I used filebot -rename * --q "Dragon Ball Z" -non-strict {plex} and for some reason it still ...