Search found 51 matches

by mihawk90
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

Re: Need help renaming Naruto/Bleach/One Piece (hundreds of eps)

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 ...
by mihawk90
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 ...
by mihawk90
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 ...
by mihawk90
26 Feb 2017, 19:19
Forum: Episode / Movie Naming Scheme
Topic: Release Groups {group}
Replies: 753
Views: 3337065

Re: Release Groups {group}

Cthuyuu
GJM
Asenshi-GJM (Cooperation, both on the list)
by mihawk90
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 ...
by mihawk90
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 ...
by mihawk90
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 ...
by mihawk90
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 ...
by mihawk90
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 ...
by mihawk90
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 ...
by mihawk90
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 ...
by mihawk90
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 ...
by mihawk90
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 ...
by mihawk90
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 ...
by mihawk90
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.
by mihawk90
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" :D
by mihawk90
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 ...
by mihawk90
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 ...
by mihawk90
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 ...
by mihawk90
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 ...
by mihawk90
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 ...
by mihawk90
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 ...
by mihawk90
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 ...
by mihawk90
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 ...
by mihawk90
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 ...
by mihawk90
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 ...
by mihawk90
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 ...
by mihawk90
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 ...
by mihawk90
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 ...
by mihawk90
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 ...
by mihawk90
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 ...
by mihawk90
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 :)
by mihawk90
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?
by mihawk90
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 ...
by mihawk90
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 ...
by mihawk90
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 ...
by mihawk90
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 ...
by mihawk90
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 ...
by mihawk90
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 ...
by mihawk90
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 ...
by mihawk90
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 ...
by mihawk90
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 :o and the 04x05-04x06 just got another episode added :D

Seems to work fine though, thanks!
by mihawk90
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 ...
by mihawk90
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 ...
by mihawk90
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 ...
by mihawk90
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 ...
by mihawk90
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 ...