Search found 11 matches

by theglove
23 Nov 2019, 12:17
Forum: Help and Support
Topic: Errors on Filebot on my Seedbox
Replies: 2
Views: 2410

Re: Errors on Filebot on my Seedbox

You may need to upgrade to the latest version due to server-side TheTVDB API changes which are no longer fully backwards compatible with older versions of FileBot: https://www.filebot.net/forums/viewtopic.php?f=8&t=11254 Thanks for that. I thought that might be the answer. Unfortunately the See...
by theglove
23 Nov 2019, 11:22
Forum: Help and Support
Topic: Errors on Filebot on my Seedbox
Replies: 2
Views: 2410

Errors on Filebot on my Seedbox

Hi, Recently started getting errors when running Filebot over ssh on my Seedbox where it's not recognising quite a few shows now. ``` Fetch failed: http://thetvdb.com/api/GetSeries.php?seriesname=one+tree+hill&language=en net.filebot.InvalidResponseException: Invalid XML: SAXParseException: The ...
by theglove
27 Oct 2019, 11:41
Forum: Help and Support
Topic: More Filebot automation needed
Replies: 2
Views: 2047

Re: More Filebot automation needed

Thanks rednoah. I'll have a look through that thread :)
by theglove
27 Oct 2019, 10:39
Forum: Help and Support
Topic: More Filebot automation needed
Replies: 2
Views: 2047

More Filebot automation needed

Thanks to help I got in another thread I'm not able to use Filebot via the CLI on my seedbox which is great :) I'm trying to get things more automated now so I don't have to manually keep typing in the commands. As an example, when I download something like a TV series it gets added to a main TV fol...
by theglove
22 Oct 2019, 14:47
Forum: Episode / Movie Naming Scheme
Topic: [CLI] S00E00 instead of 00x00
Replies: 11
Views: 5781

Re: [CLI] S00E00 instead of 00x00

The seedbox that I'm running won't update to the latest version frustratingly
by theglove
22 Oct 2019, 14:01
Forum: Episode / Movie Naming Scheme
Topic: [CLI] S00E00 instead of 00x00
Replies: 11
Views: 5781

Re: [CLI] S00E00 instead of 00x00

ok, interesting. i've just tried option 1 you listed as a test and this is what I got filebot -rename /home25/[user]/media/TV\ Shows/Watchmen/Season\ 1/ --db TheTVDB --q 360733 --format {plex.name} Rename episodes using [TheTVDB] Failed to fetch episode data: [360733] Failed to match files to episod...
by theglove
22 Oct 2019, 13:47
Forum: Episode / Movie Naming Scheme
Topic: [CLI] S00E00 instead of 00x00
Replies: 11
Views: 5781

Re: [CLI] S00E00 instead of 00x00

Thanks for coming back to me. I really do appreciate it :)

The first listing for Watchmen is the correct one. On TVDB it's the first result with ID 360733 so I guess it's how I force Filebot to now use that
by theglove
22 Oct 2019, 13:29
Forum: Episode / Movie Naming Scheme
Topic: [CLI] S00E00 instead of 00x00
Replies: 11
Views: 5781

Re: [CLI] S00E00 instead of 00x00

So the file I've downloaded is in the format /home25/{user]/media/TV%20Shows/Watchmen/Season%201/Watchmen.S01E01.1080p.AMZN.WEB-DL.DDP5.1.H.264.1-KiNGS-Obfuscated.mkv When I run the command filebot -rename /home25/[user]/media/TV\ Shows/Watchmen\ 2019/Season\ 1/ --db TheTVDB --format {plex.name} I g...
by theglove
22 Oct 2019, 08:41
Forum: Episode / Movie Naming Scheme
Topic: [CLI] S00E00 instead of 00x00
Replies: 11
Views: 5781

Re: [CLI] S00E00 instead of 00x00

How do I make sure something is being tagged correctly? There's a file that I've downloaded for a TV show that looks from TVDB records that there's a couple of different entries. The CLI command seems to have picked the wrong one though.
by theglove
21 Oct 2019, 16:10
Forum: Episode / Movie Naming Scheme
Topic: [CLI] S00E00 instead of 00x00
Replies: 11
Views: 5781

Re: CLI in place renaming help

rednoah wrote: 21 Oct 2019, 15:51 You'll want to use a custom format if you're not happy with the default:
https://www.filebot.net/naming.html

e.g.

Code: Select all

--format {plex.name}
viewtopic.php?t=4116
That worked an absolute treat. Many thanks :)
by theglove
21 Oct 2019, 15:42
Forum: Episode / Movie Naming Scheme
Topic: [CLI] S00E00 instead of 00x00
Replies: 11
Views: 5781

[CLI] S00E00 instead of 00x00

Hi, been pointed in this direction for some help renaming files via CLI. I've normally used the GUI on iFlicks for Mac but recently made some changes to my media streaming setup. I'm running Filebot via CLI I want my file to look like this:- Name of Show S00E00 Name of episode this is what I've trie...