This is a nearly 10 year old thread man...
Anyway, you don't *have* to serialise for TMDb at least. TMDb's default sorting for long-running anime is one big season as you already noticed. And if you're using that default naming it's a one-liner on a command line, you don't even need FileBot for ...
Search found 51 matches
- 02 Dec 2023, 05:36
- Forum: Episode / Movie Naming Scheme
- Topic: Need help renaming Naruto/Bleach/One Piece (hundreds of eps)
- Replies: 23
- Views: 39862
- 10 Apr 2017, 20:09
- Forum: Episode / Movie Naming Scheme
- Topic: Release Groups {group}
- Replies: 753
- Views: 3337065
- 08 Mar 2017, 21:20
- Forum: Scripting and Automation
- Topic: comments in @file syntax?
- Replies: 4
- Views: 5139
Re: comments in @file syntax?
This is the line I call with (actually 2 more in a bat for testing):
filebot -script fn:amc --log-file "C:\Users\tarulia\Documents\filebot\amc.log" --action test --conflict override -non-strict --filter "if (label == /TV_old/) return true; age < 30 || !model.any{ it.age < 30 }" --def music=n ...
filebot -script fn:amc --log-file "C:\Users\tarulia\Documents\filebot\amc.log" --action test --conflict override -non-strict --filter "if (label == /TV_old/) return true; age < 30 || !model.any{ it.age < 30 }" --def music=n ...
- 07 Mar 2017, 22:00
- Forum: Scripting and Automation
- Topic: comments in @file syntax?
- Replies: 4
- Views: 5139
comments in @file syntax?
Been a while again... :)
I just fiddled around with the @file syntax you suggested to use here .
Apparently, comment's aren't stripped from the files when parsed?
My file (don't mind the format, I just copy&pasted what I already had, no work done):
// test
any{order.airdate.s+'x'+order.airdate ...
I just fiddled around with the @file syntax you suggested to use here .
Apparently, comment's aren't stripped from the files when parsed?
My file (don't mind the format, I just copy&pasted what I already had, no work done):
// test
any{order.airdate.s+'x'+order.airdate ...
- 26 Feb 2017, 19:19
- Forum: Episode / Movie Naming Scheme
- Topic: Release Groups {group}
- Replies: 753
- Views: 3337065
- 23 Jan 2017, 22:57
- Forum: Episode / Movie Naming Scheme
- Topic: Multi-Episode not being picked up
- Replies: 19
- Views: 14342
Re: Multi-Episode not being picked up
So, after I've been quiet for a while I fiddled around a little more today, tried getting this format to work in the AMC.
I actually got it to work (without asking, yay!) like this as an AMC parameter:
"seriesFormat={any{order.airdate.s+'x'+order.airdate.es.join('-')+' ['+group+'] '+ episodes ...
I actually got it to work (without asking, yay!) like this as an AMC parameter:
"seriesFormat={any{order.airdate.s+'x'+order.airdate.es.join('-')+' ['+group+'] '+ episodes ...
- 06 Jan 2017, 17:47
- Forum: Episode / Movie Naming Scheme
- Topic: Release Groups {group}
- Replies: 753
- Views: 3337065
- 03 Jan 2017, 18:14
- Forum: Episode / Movie Naming Scheme
- Topic: Multi-Episode not being picked up
- Replies: 19
- Views: 14342
Re: Multi-Episode not being picked up
Now that's weird... I updated to the same rev, dragged the file into the GUI, same result...
Ran the 2 console commands, works, and now GUI works too .. what? :D
This time the GUI was asking me for the series though (it cought "filebot_test" in the path, won't work obviously). Could it be that it ...
Ran the 2 console commands, works, and now GUI works too .. what? :D
This time the GUI was asking me for the series though (it cought "filebot_test" in the path, won't work obviously). Could it be that it ...
- 03 Jan 2017, 12:00
- Forum: Episode / Movie Naming Scheme
- Topic: Multi-Episode not being picked up
- Replies: 19
- Views: 14342
Re: Multi-Episode not being picked up
1. Yeah, Plex uses range, but Kodi only uses those episodes that are actually in the filename. 13x30-35 is S13 Episode 30 and 35 for Kodi
Note: Only the episodes in the file name will be added, e.g. name.s01e01-03.ext will not include episode 2.
So custom format has to do :)
2.
It's simple once ...
Note: Only the episodes in the file name will be added, e.g. name.s01e01-03.ext will not include episode 2.
So custom format has to do :)
2.
It's simple once ...
- 03 Jan 2017, 11:42
- Forum: Episode / Movie Naming Scheme
- Topic: Multi-Episode not being picked up
- Replies: 19
- Views: 14342
Re: Multi-Episode not being picked up
You're too fast for me :P
It's all a little confusing not knowing exactly where what is processed, takes a little time :) I'll get around to it some day :)
One thing that's missing though...
That format string returns this:
13x30-35 [Taka] 290-291-292-293-294-295 [210318B3].mp4
So, the ...
It's all a little confusing not knowing exactly where what is processed, takes a little time :) I'll get around to it some day :)
One thing that's missing though...
That format string returns this:
13x30-35 [Taka] 290-291-292-293-294-295 [210318B3].mp4
So, the ...
- 03 Jan 2017, 11:15
- Forum: Episode / Movie Naming Scheme
- Topic: Multi-Episode not being picked up
- Replies: 19
- Views: 14342
Re: Multi-Episode not being picked
3.
No hurry, single episode files work perfectly fine for the time being, and as mentioned, multi-episode is somewhat rare these days, I can just rename them by hand.
4.
I'll try again when the new version is out, if I don't forget :)
5.
Well, that explains something... I always though the curly ...
No hurry, single episode files work perfectly fine for the time being, and as mentioned, multi-episode is somewhat rare these days, I can just rename them by hand.
4.
I'll try again when the new version is out, if I don't forget :)
5.
Well, that explains something... I always though the curly ...
- 03 Jan 2017, 09:49
- Forum: Episode / Movie Naming Scheme
- Topic: Multi-Episode not being picked up
- Replies: 19
- Views: 14342
Re: Multi-Episode not being picked
1.
That's what I thought and why I replaced the jar file ;)
2.
Ah well, suspected that, but was worth a shot :)
3.
makes sense, so in the end there's probably no way to actually do Multi-Episode Absolute to Multi-Episode Airdate order (at least not at download time, with AMC). But then again ...
That's what I thought and why I replaced the jar file ;)
2.
Ah well, suspected that, but was worth a shot :)
3.
makes sense, so in the end there's probably no way to actually do Multi-Episode Absolute to Multi-Episode Airdate order (at least not at download time, with AMC). But then again ...
- 02 Jan 2017, 22:21
- Forum: Episode / Movie Naming Scheme
- Topic: Multi-Episode not being picked up
- Replies: 19
- Views: 14342
Re: Multi-Episode not being picked
Oh my god this is beautiful :)
At first I was confused because it wouldn't match anything after I already applied stage1, reverted that and just used the original files. Works like a charm! Thank you again :)
Appears that that abs2sxe script is outdated now :)
Really wondering though, this ...
At first I was confused because it wouldn't match anything after I already applied stage1, reverted that and just used the original files. Works like a charm! Thank you again :)
Appears that that abs2sxe script is outdated now :)
Really wondering though, this ...
- 01 Jan 2017, 21:55
- Forum: Episode / Movie Naming Scheme
- Topic: Multi-Episode not being picked up
- Replies: 19
- Views: 14342
Re: Multi-Episode not being picked
Hey there again :)
So, just tested it and Stage1 is working fine with the fix, thanks!
In Stage2 however the additional episodes are still lost (I didn't rename the third file to test something out):
http://i.imgur.com/PmbSnqz.png
Or is it just not possible to match multiple absolute episode ...
So, just tested it and Stage1 is working fine with the fix, thanks!
In Stage2 however the additional episodes are still lost (I didn't rename the third file to test something out):
http://i.imgur.com/PmbSnqz.png
Or is it just not possible to match multiple absolute episode ...
- 31 Dec 2016, 10:48
- Forum: Episode / Movie Naming Scheme
- Topic: Multi-Episode not being picked up
- Replies: 19
- Views: 14342
Re: Multi-Episode not being picked
1.
Fixed with r4671 . Maybe. Kinda. Might break other things.
Thanks! I'll try it out when I get the time (probably not today) :)
2.
The abs2sxe script doesn't work for multi-episode objects at all. It's a hack that uses the airdate as unique identifier that is the same regardless of episode ...
Fixed with r4671 . Maybe. Kinda. Might break other things.
Thanks! I'll try it out when I get the time (probably not today) :)
2.
The abs2sxe script doesn't work for multi-episode objects at all. It's a hack that uses the airdate as unique identifier that is the same regardless of episode ...
- 30 Dec 2016, 18:57
- Forum: Episode / Movie Naming Scheme
- Topic: Multi-Episode not being picked up
- Replies: 19
- Views: 14342
Multi-Episode not being picked up
I have a little issue with a (granted rare) occurence of a multi-episode file, and I'm not sure if it can even be solved, so here goes.
First the 2 filenames:
[Taka]_Naruto_Shippuuden_286-287_[720p][B48E507C].mp4
[Taka]_Naruto_Shippuuden_Chikara_290-295_[720p][210318B3].mp4
I'm using the ...
First the 2 filenames:
[Taka]_Naruto_Shippuuden_286-287_[720p][B48E507C].mp4
[Taka]_Naruto_Shippuuden_Chikara_290-295_[720p][210318B3].mp4
I'm using the ...
- 25 Dec 2016, 21:41
- Forum: Synology NAS & Embedded Linux
- Topic: <trailer> in NFO File missing.
- Replies: 3
- Views: 4181
Re: <trailer> in NFO File missing.
https://github.com/filebot/scripts/blob ... roovy#L286
Looks like the functionality is currently not available
I could be wrong though, maybe the link is inserted into the nfo elsewhere.
Looks like the functionality is currently not available
I could be wrong though, maybe the link is inserted into the nfo elsewhere.
- 19 Dec 2016, 22:48
- Forum: Feature Requests and Bug Reports
- Topic: won't rename if case change only, reports conflict
- Replies: 12
- Views: 9045
Re: won't rename if case change only, reports conflict
Apparently I overread something, I understood that the warning is just being supressed, at least I understood the first reply as in "it may work, it may not" 
- 19 Dec 2016, 22:25
- Forum: Feature Requests and Bug Reports
- Topic: won't rename if case change only, reports conflict
- Replies: 12
- Views: 9045
Re: won't rename if case change only, reports conflict
The problem is basically this:
Current Windows file systems, like NTFS, are case-sensitive; that is a readme.txt and a Readme.txt can exist in the same directory. However, the API for file access in Windows applications is case-insensitive, which makes filenames case-insensitive from the ...
Current Windows file systems, like NTFS, are case-sensitive; that is a readme.txt and a Readme.txt can exist in the same directory. However, the API for file access in Windows applications is case-insensitive, which makes filenames case-insensitive from the ...
- 16 Dec 2016, 20:22
- Forum: Windows
- Topic: Copying, not Moving Files
- Replies: 4
- Views: 8518
Re: Copying, not Moving Files
Additionally to the above, check that you have write access on the input folder, in case filebot is running on a different user then the user that created the files. When moving across devices Windows copies the files to the new location then deletes the old one, which would fail if the user ...
- 14 Dec 2016, 18:57
- Forum: Feature Requests and Bug Reports
- Topic: Illegal usage: input [label:null, state:20
- Replies: 19
- Views: 20102
Re: Illegal usage: input [label:null, state:20
One question though, if I keep E:\Download as my input folder - how will Fb know the original media files are to be found there?
Because the input files are getting passed to FB/AMC via the ut_file or ut_dir parameters filled in by whatever program you're using, depending whether ut_kind is single ...
Because the input files are getting passed to FB/AMC via the ut_file or ut_dir parameters filled in by whatever program you're using, depending whether ut_kind is single ...
- 12 Dec 2016, 23:35
- Forum: Episode / Movie Naming Scheme
- Topic: Group issue & using ut_title?
- Replies: 6
- Views: 6561
Re: Group issue & using ut_title?
I guess it just doesn't work because a lot of the files (but I really can't remember which one) I processed back when I was still using my old unused macbook as my "fileserver" with the NFTS-3G (G3? idk) driver which probably didn't have it implemented at the time. Was never really an issue until ...
- 11 Dec 2016, 18:57
- Forum: Episode / Movie Naming Scheme
- Topic: Group issue & using ut_title?
- Replies: 6
- Views: 6561
Re: Group issue & using ut_title?
Mh, Hi10 releases aside I don't know, tbh I'm not following a whole lot of anime series so I can't say. The filename I posted above is their actual release-format, the Hatsuyuki thing was just a test to see if it would work.
The thing with xattr is it only works on unixoid systems as I understand ...
The thing with xattr is it only works on unixoid systems as I understand ...
- 10 Dec 2016, 11:52
- Forum: Episode / Movie Naming Scheme
- Topic: Group issue & using ut_title?
- Replies: 6
- Views: 6561
Re: Group issue & using ut_title?
1.
Is there any way to force searching for the group anywhere in the file-name, risking false positives on my own account?
/edit also, just testet a little. Group is found in Filebot 4.6.1, but 4.7 and following it doesn't work anymore (just saying even though it is technically working as intended ...
Is there any way to force searching for the group anywhere in the file-name, risking false positives on my own account?
/edit also, just testet a little. Group is found in Filebot 4.6.1, but 4.7 and following it doesn't work anymore (just saying even though it is technically working as intended ...
- 09 Dec 2016, 22:35
- Forum: Episode / Movie Naming Scheme
- Topic: Group issue & using ut_title?
- Replies: 6
- Views: 6561
Group issue & using ut_title?
Hey there again,
while trying to enhance my naming a little I ran into an issue.
My files for this release are in the format:
(Hi10)_Code_Geass_-_01_(BD_1080p)_(Coalgirls)_(Dual_Audio)_(DC1BBB7A).mkv
Now Coalgirls is on the list , but it's not picked up for use with {group}. Even just using a ...
while trying to enhance my naming a little I ran into an issue.
My files for this release are in the format:
(Hi10)_Code_Geass_-_01_(BD_1080p)_(Coalgirls)_(Dual_Audio)_(DC1BBB7A).mkv
Now Coalgirls is on the list , but it's not picked up for use with {group}. Even just using a ...
- 09 Dec 2016, 19:43
- Forum: Episode / Movie Naming Scheme
- Topic: Format with SxE and Absolute numbers
- Replies: 2
- Views: 4421
Format with SxE and Absolute numbers
Hm... that's weird, it worked fine but I just noticed too... the second episode remains the same as the first one... oh well :S
/edit
Fixed it in the post, seems I had messed it up when my drive failed a while ago and I had to do it by hand... Never noticed since then because multi-episodes are ...
/edit
Fixed it in the post, seems I had messed it up when my drive failed a while ago and I had to do it by hand... Never noticed since then because multi-episodes are ...
- 08 Dec 2016, 23:56
- Forum: Episode / Movie Naming Scheme
- Topic: Format with SxE and Absolute numbers
- Replies: 2
- Views: 4421
How about sharing our format expressions?
Mine is for anime as well. My goal was to make it compatible with Kodis scrapers in an SSxEE format (I used that one way before I discovered Filebot and wanted to stay consistent) since it's one of the recommended formats, but still retain the release/fansub group, the CRC Sum (you never know when ...
- 08 Dec 2016, 17:52
- Forum: Scripting and Automation
- Topic: Having issue with older episodes of still-running series
- Replies: 7
- Views: 4933
Re: Having issue with older episodes of still-running series
OK... well... seems I have completely misunderstood the functionality then :) I thought whatever the condition returned would then be used as the actual filter :)
So just for my understanding of those Snippets...
If the provided label is the one we're looking for the condition returns true, thus ...
So just for my understanding of those Snippets...
If the provided label is the one we're looking for the condition returns true, thus ...
- 08 Dec 2016, 16:15
- Forum: Scripting and Automation
- Topic: Having issue with older episodes of still-running series
- Replies: 7
- Views: 4933
Re: Having issue with older episodes of still-running series
Sigh... an API shouldn't be returning invalid data but.. it is what it is...
Didn't know about the list command, filebot has so many tricks and they are sometimes hard to find :D
So, now I could finally play around a little more. After groovy gave me some syntax errors and I fixed them I still can ...
Didn't know about the list command, filebot has so many tricks and they are sometimes hard to find :D
So, now I could finally play around a little more. After groovy gave me some syntax errors and I fixed them I still can ...
- 08 Dec 2016, 03:07
- Forum: Scripting and Automation
- Topic: Having issue with older episodes of still-running series
- Replies: 7
- Views: 4933
Re: Having issue with older episodes of still-running series
OK, seems I misunderstood something somewhere then :) Will just remove the filter for now then and see how it goes.
Theoretically though, as I understand the filter takes any arbitrary code, correct? So it should be possible to process the label for example and apply different filters depending on ...
Theoretically though, as I understand the filter takes any arbitrary code, correct? So it should be possible to process the label for example and apply different filters depending on ...
- 06 Dec 2016, 19:38
- Forum: Scripting and Automation
- Topic: Having issue with older episodes of still-running series
- Replies: 7
- Views: 4933
Having issue with older episodes of still-running series
Hello there,
I've been trying to get AMC to work for a while now but for lack of time I've been just logging the results for a few months now. Today I looked through the log a little and I found this little issue:
Run script [fn:amc] at [Tue Nov 29 01:12:42 CET 2016]
Parameter: music = n ...
I've been trying to get AMC to work for a while now but for lack of time I've been just logging the results for a few months now. Today I looked through the log a little and I found this little issue:
Run script [fn:amc] at [Tue Nov 29 01:12:42 CET 2016]
Parameter: music = n ...
- 06 Dec 2015, 00:24
- Forum: Episode / Movie Naming Scheme
- Topic: Release Groups {group}
- Replies: 753
- Views: 3337065
- 26 Jul 2014, 16:27
- Forum: Help and Support
- Topic: console abs2sxe - Failed to rename (Java IO Exception)
- Replies: 2
- Views: 3463
Re: console abs2sxe - Failed to rename (Java IO Exception)
Yeah I thought about that too, so it's basically not the issue itself but some followup-problem due to some earlier process crashign right?
My problem is just that I have no idea why the rename fails. And there's no reason given in command output whatsoever.
/edit
Oh gosh .. was probably because ...
My problem is just that I have no idea why the rename fails. And there's no reason given in command output whatsoever.
/edit
Oh gosh .. was probably because ...
- 26 Jul 2014, 13:18
- Forum: Help and Support
- Topic: console abs2sxe - Failed to rename (Java IO Exception)
- Replies: 2
- Views: 3463
console abs2sxe - Failed to rename (Java IO Exception)
Hey there, it's me again :D
I just ran into a little problem with the abs2sxe script. It fails on some file with a Java IO Exception and I can't figure out why that is. Here's the console output:
PS C:\Users\Tarulia\desktop\filebot_4.0-portable> .\filebot.cmd -script fn:abs2sxe "C:\Volumes\NAS 1 ...
I just ran into a little problem with the abs2sxe script. It fails on some file with a Java IO Exception and I can't figure out why that is. Here's the console output:
PS C:\Users\Tarulia\desktop\filebot_4.0-portable> .\filebot.cmd -script fn:abs2sxe "C:\Volumes\NAS 1 ...
- 21 Jul 2014, 21:23
- Forum: Help and Support
- Topic: Disc/Media Stub support?
- Replies: 4
- Views: 3463
Re: Disc/Media Stub support?
Yeah that's what I was thinking 
I didn't know if filebot's using some kind of fileextension property provided by Windows/JRE or if it's actually checking the filename itself
But this should be fine for now
I didn't know if filebot's using some kind of fileextension property provided by Windows/JRE or if it's actually checking the filename itself
But this should be fine for now
- 20 Jul 2014, 21:37
- Forum: Help and Support
- Topic: Disc/Media Stub support?
- Replies: 4
- Views: 3463
Re: Disc/Media Stub support?
I see, so basically adding another extension to the whitelist.
Will this also work with "multiple" extensions? As I said my files are in a format like {movie}.bluray.disc or something. Can I add bluray.disc as extension? Or would this fail due to the dot?
Will this also work with "multiple" extensions? As I said my files are in a format like {movie}.bluray.disc or something. Can I add bluray.disc as extension? Or would this fail due to the dot?
- 19 Jul 2014, 19:19
- Forum: Help and Support
- Topic: Disc/Media Stub support?
- Replies: 4
- Views: 3463
Disc/Media Stub support?
Hey there,
I just encountered a little problem when I was trying to rename some media stubs for XBMC.
I got some of my DVDs I got lying around here as a Media Stub file so I can import them into XBMC. Currently the file name is something simple as this:
{movie name}.{format}.disc
Iron Man.bluray ...
I just encountered a little problem when I was trying to rename some media stubs for XBMC.
I got some of my DVDs I got lying around here as a Media Stub file so I can import them into XBMC. Currently the file name is something simple as this:
{movie name}.{format}.disc
Iron Man.bluray ...
- 14 Jul 2014, 14:13
- Forum: Episode / Movie Naming Scheme
- Topic: XBMC naming schemes
- Replies: 8
- Views: 36540
Re: XBMC naming schemes
For Animes, I'm using a single-directory layout for now. I might be switching that in the future for season-fanarts or something, but that would be easy to do.
Note that I'm using TheTVDB-Scraper for my animes, not AniDB :)
Anyway, the format I'm using currently is this:
SSxEE [Group] ABS [Hash ...
Note that I'm using TheTVDB-Scraper for my animes, not AniDB :)
Anyway, the format I'm using currently is this:
SSxEE [Group] ABS [Hash ...
- 09 Jul 2014, 20:52
- Forum: Episode / Movie Naming Scheme
- Topic: Need help renaming Naruto/Bleach/One Piece (hundreds of eps)
- Replies: 23
- Views: 39862
Re: Need help renaming Naruto/Bleach/One Piece (hundreds of
Nice one.
Thanks again for the help
Thanks again for the help
- 09 Jul 2014, 16:50
- Forum: Episode / Movie Naming Scheme
- Topic: Need help renaming Naruto/Bleach/One Piece (hundreds of eps)
- Replies: 23
- Views: 39862
Re: Need help renaming Naruto/Bleach/One Piece (hundreds of
Yep... OK, this was the issue :) Makes sense when I think about it :D
But I'm wondering, is it recalculating the CRC in the script-version? There's a pretty long pause after fetching data the second time (when episodes are already named using date) and the second rename.
Earlier when I didn't ...
But I'm wondering, is it recalculating the CRC in the script-version? There's a pretty long pause after fetching data the second time (when episodes are already named using date) and the second rename.
Earlier when I didn't ...
- 09 Jul 2014, 16:36
- Forum: Episode / Movie Naming Scheme
- Topic: Need help renaming Naruto/Bleach/One Piece (hundreds of eps)
- Replies: 23
- Views: 39862
Re: Need help renaming Naruto/Bleach/One Piece (hundreds of
Going to try with the --format option next time, thanks :)
I thought I read somewhere that it adds the date to then use the date to match the correct episode. But that might have been for the first step (I don't need/use date anyway so... who cares :D )
About the output, I tried with not ...
I thought I read somewhere that it adds the date to then use the date to match the correct episode. But that might have been for the first step (I don't need/use date anyway so... who cares :D )
About the output, I tried with not ...
- 09 Jul 2014, 15:46
- Forum: Episode / Movie Naming Scheme
- Topic: Need help renaming Naruto/Bleach/One Piece (hundreds of eps)
- Replies: 23
- Views: 39862
Re: Need help renaming Naruto/Bleach/One Piece (hundreds of
Hey :)
Been a while and I just tried the script you provided the first time :D
It's working OK'ish from what I see, but for some reason no date is added to my filenames (also there's no output in cmd for me?).
Is there any possiblity of using a custom format with the script? If not I'd just throw ...
Been a while and I just tried the script you provided the first time :D
It's working OK'ish from what I see, but for some reason no date is added to my filenames (also there's no output in cmd for me?).
Is there any possiblity of using a custom format with the script? If not I'd just throw ...
- 24 Mar 2014, 19:31
- Forum: Episode / Movie Naming Scheme
- Topic: Naming of Multi-episode videos?
- Replies: 13
- Views: 14502
Re: Naming of Multi-episode videos?
Oooohhh good to know there's a possibility to edit single names, thanks :D
Is there an overview for all the possible keyboard shortcuts and similar tricks? For example manually entering the series name via shift-click I also only read randomly about, is there a page for all the combinations? I was ...
Is there an overview for all the possible keyboard shortcuts and similar tricks? For example manually entering the series name via shift-click I also only read randomly about, is there a page for all the combinations? I was ...
- 24 Mar 2014, 18:07
- Forum: Episode / Movie Naming Scheme
- Topic: Naming of Multi-episode videos?
- Replies: 13
- Views: 14502
Re: Naming of Multi-episode videos?
Yeah I was trying to use TVDB with Absolute, but then of course there's no Season/Episode Data (and {s00e00} only returns one episode on my end as well). On the other Hand TVDB with Airdate doesn't match correctly/everything.
So is there any way of converting those? The 2 step method doesn't seem ...
So is there any way of converting those? The 2 step method doesn't seem ...
- 24 Mar 2014, 16:01
- Forum: Episode / Movie Naming Scheme
- Topic: Naming of Multi-episode videos?
- Replies: 13
- Views: 14502
Re: Naming of Multi-episode videos?
Oh boy I wouldn't have thought about his :D But yeah, makes sense when the parser is looking for linear series :)
Having another little issue though (sorry bothering you over and over :D)
Doesn't seem to recognize Double-Episodes with absolute numbers (at least I think this used to work, not sure ...
Having another little issue though (sorry bothering you over and over :D)
Doesn't seem to recognize Double-Episodes with absolute numbers (at least I think this used to work, not sure ...
- 22 Mar 2014, 23:39
- Forum: Episode / Movie Naming Scheme
- Topic: Naming of Multi-episode videos?
- Replies: 13
- Views: 14502
Re: Naming of Multi-episode videos?
but why did it work for the 09x09-09x10 then
and the 04x05-04x06 just got another episode added 
Seems to work fine though, thanks!
Seems to work fine though, thanks!
- 21 Mar 2014, 17:48
- Forum: Episode / Movie Naming Scheme
- Topic: Naming of Multi-episode videos?
- Replies: 13
- Views: 14502
Re: Naming of Multi-episode videos?
Thanks for the pattern, working fine :)
Just out of interest, why do you think it wouldn't be a good format? It's working fine so far and it's one of XBMCs recommended formats, and Filebot is recognizing it as well.
/edit
now this is weird...
filebot_issue.PNG
I don't really understand how this ...
Just out of interest, why do you think it wouldn't be a good format? It's working fine so far and it's one of XBMCs recommended formats, and Filebot is recognizing it as well.
/edit
now this is weird...
filebot_issue.PNG
I don't really understand how this ...
- 21 Mar 2014, 17:07
- Forum: Episode / Movie Naming Scheme
- Topic: Naming of Multi-episode videos?
- Replies: 13
- Views: 14502
Naming of Multi-episode videos?
I'm trying to rename some animes of mine and I'm having an issue with double-episodes.
I'm trying to get a naming scheme like this:
SSxEE-SSxEE [group] absolute-absolute [hash]
I'm mainly having the issue that I have no idea how to get multiple numbers in there. Is this even possible? Or is it ...
I'm trying to get a naming scheme like this:
SSxEE-SSxEE [group] absolute-absolute [hash]
I'm mainly having the issue that I have no idea how to get multiple numbers in there. Is this even possible? Or is it ...
- 20 Mar 2014, 03:05
- Forum: Episode / Movie Naming Scheme
- Topic: Need help renaming Naruto/Bleach/One Piece (hundreds of eps)
- Replies: 23
- Views: 39862
Re: Need help renaming Naruto/Bleach/One Piece (hundreds of
So this is mainly an option for cross-scraper compatibility as I understand?
And thanks for the bonus, that was just what I was about to ask :P
But still wondering, why aren't the variables always the same content?
I mean why isn't season always season and episode always episode?
As far as I ...
And thanks for the bonus, that was just what I was about to ask :P
But still wondering, why aren't the variables always the same content?
I mean why isn't season always season and episode always episode?
As far as I ...
- 18 Mar 2014, 12:57
- Forum: Episode / Movie Naming Scheme
- Topic: Need help renaming Naruto/Bleach/One Piece (hundreds of eps)
- Replies: 23
- Views: 39862
Re: Need help renaming Naruto/Bleach/One Piece (hundreds of
Well that was a fast one ;)
It now finds the correct episode (in my case season 1 episode 1), but I can't seem to be able to name them to the SSxEE format. And as I understood earlier this is kind of intended(?), which confuses me a bit because isn't that the whole point of the program? :p
I want ...
It now finds the correct episode (in my case season 1 episode 1), but I can't seem to be able to name them to the SSxEE format. And as I understood earlier this is kind of intended(?), which confuses me a bit because isn't that the whole point of the program? :p
I want ...
- 18 Mar 2014, 01:08
- Forum: Episode / Movie Naming Scheme
- Topic: Need help renaming Naruto/Bleach/One Piece (hundreds of eps)
- Replies: 23
- Views: 39862
Re: Need help renaming Naruto/Bleach/One Piece (hundreds of
But still there are those issues.
I've had them since pretty much forever, which was the sole reason I could never use this (in theory quite useful) piece of software.
As you can see on the Screenshot I've set it to absolute numbering, but it fetches a totally wrong episode:
filebot_issue ...
I've had them since pretty much forever, which was the sole reason I could never use this (in theory quite useful) piece of software.
As you can see on the Screenshot I've set it to absolute numbering, but it fetches a totally wrong episode:
filebot_issue ...