Search found 31 matches

by maortal
18 Apr 2013, 09:44
Forum: Help and Support
Topic: rename movie file
Replies: 3
Views: 3116

Re: rename movie file

yeah i figured that was the problem but i didnt know how the rename function would react to that kind... btw another thing i noticed is now the cleaner script is abit broken.. after the amc.groovy update it seems you create dirs inside dir for extraction the problem is that the cleaner script will n...
by maortal
17 Apr 2013, 23:01
Forum: Help and Support
Topic: rename movie file
Replies: 3
Views: 3116

rename movie file

hey i am using the amc.groovy and i want to know how can i rename only movies pattern currently what i use is this mov: tryQuietly{ movieFormat } ?: '''Movies/{n} ({y})/{fn}''' but lately alot of movie release groups extract their movie file names to something that doesnt have much meanings so when ...
by maortal
06 Apr 2013, 10:15
Forum: Scripting and Automation
Topic: That's Why FileBot is Ultimate (AMC Regression Test)
Replies: 5
Views: 10281

Re: That's Why FileBot is Ultimate (AMC Regression Test)

thanks man
let me know when to update to latest HEAD :P
by maortal
06 Apr 2013, 09:43
Forum: Scripting and Automation
Topic: That's Why FileBot is Ultimate (AMC Regression Test)
Replies: 5
Views: 10281

Re: That's Why FileBot is Ultimate (AMC Regression Test)

[TEST] Rename [D:\testdata\AMC-RT\Touch.S02E07.720p.HDTV.X264-DIMENSION.mkv] to [D:\output\TV Shows\Touch\Season 02\Touch - S02E07 - Good luck, Tatsuya! First game pitching makes the heart beat like a drum.mkv] notice that it renamed to Touch and not Touch (2012) which will result in the japanese cr...
by maortal
30 Mar 2013, 19:31
Forum: Feature Requests and Bug Reports
Topic: autoupdate FileBot
Replies: 7
Views: 8139

autoupdate FileBot

i was wondering is there a way i could auto fetch filebot updates?
since i want to install it on my htpc and i dont want to keep logging and redownload the program.. and replacing the jar file
is there a way to refetch the jar file and replace the current one?
by maortal
12 Mar 2013, 14:55
Forum: Feature Requests and Bug Reports
Topic: filebot still detects using filename instead of dirname
Replies: 8
Views: 5924

Re: filebot still detects using filename instead of dirname

Nope, this is preprocessing. Grouping files by likely category and item. If anything you wanna look at rename(file: files, ...) later own where renaming actually happens. As you can see it's not passing in the query parameter but assuming that rename(...) itself will figure it out, especially since...
by maortal
12 Mar 2013, 14:50
Forum: Feature Requests and Bug Reports
Topic: filebot still detects using filename instead of dirname
Replies: 8
Views: 5924

Re: filebot still detects using filename instead of dirname

changing to if (forceSeries(f)) return [tvs: detectSeriesName(ut_dir) ?: detectSeriesName(f)] worked but i guess there is the rename part i need to change also.. it downloads the correct metadata but the folder name is still Evolve Read archive [hoc.s01e03.720p.evolve.rar] to [C:\Users\Maor\Videos] ...
by maortal
12 Mar 2013, 14:45
Forum: Feature Requests and Bug Reports
Topic: filebot still detects using filename instead of dirname
Replies: 8
Views: 5924

Re: filebot still detects using filename instead of dirname

i dont mind doing that...
but will it be cleaned when the script is done?
the clean=y takes cares of stuff like that?
by maortal
12 Mar 2013, 14:33
Forum: Feature Requests and Bug Reports
Topic: filebot still detects using filename instead of dirname
Replies: 8
Views: 5924

Re: filebot still detects using filename instead of dirname

is this what i'm suppose to change? def groups = input.groupBy{ f -> // skip auto-detection if possible if (forceIgnore(f)) return [] if (f.isAudio() && !f.isVideo()) // PROCESS MUSIC FOLDER BY FOLDER return [music: f.dir.name] if (forceMovie(f)) return [mov: detectMovie(f, false)] if (force...
by maortal
12 Mar 2013, 13:45
Forum: Feature Requests and Bug Reports
Topic: filebot still detects using filename instead of dirname
Replies: 8
Views: 5924

Re: filebot still detects using filename instead of dirname

yep i figured out that what was causing the problem... the fact that i set output folder for the extract... i'll fixed that i did that so i could maintain the script progress incase some of the file moves have failed figured it will be less of a hassle to look into one dir instead of all torrent's d...
by maortal
12 Mar 2013, 13:05
Forum: Feature Requests and Bug Reports
Topic: filebot still detects using filename instead of dirname
Replies: 8
Views: 5924

filebot still detects using filename instead of dirname

Parameter: clean = y Parameter: artwork = y Parameter: ut_dir = C:\Users\Maor\Videos\Rss\House.Of.Cards.2013.S01E03.720p.HDTV.x264-EVOLVE Parameter: ut_file = Parameter: ut_kind = %K Parameter: ut_title = House.Of.Cards.2013.S01E03.720p.HDTV.x264-EVOLVE Parameter: ut_label = TL Parameter: ut_state ...
by maortal
06 Mar 2013, 17:20
Forum: Feature Requests and Bug Reports
Topic: detects as tv instead of movie
Replies: 2
Views: 2956

Re: detects as tv instead of movie

ohh cool thanks i'll update to HEAD again
and retest it
thanks
by maortal
06 Mar 2013, 14:07
Forum: Feature Requests and Bug Reports
Topic: detects as tv instead of movie
Replies: 2
Views: 2956

detects as tv instead of movie

hey i just downloaded The.Sweeney.2012.720p.BluRay.x264-SPARKS which is rared and when extracted will be sparks-sweeney-720.mkv problem is that filebot prefer to detect it as tv show instead of movie... since it detect sparks as tv series.. i dont see why should it even consider it as tv series sinc...
by maortal
12 Feb 2013, 18:07
Forum: Feature Requests and Bug Reports
Topic: Create a link to IMDb site for each movie, at movie's folder
Replies: 16
Views: 15711

Re: Create a link to IMDb site for each movie, at movie's fo

the imdb url file was abit broken atleast at my part... (in the htpc.groovy script) the original line was [[db:'imdb', id:movieInfo.imdbId, url:"http://www.imdb.com/title/tt{movieInfo.imdbId?.pad(7)}"], [db:'tmdb', id:movieInfo.id, url:"http://www.themoviedb.org/movie/${movieInfo.id}&...
by maortal
09 Feb 2013, 22:32
Forum: Feature Requests and Bug Reports
Topic: subtitle downloader seem broken
Replies: 4
Views: 4515

Re: subtitle downloader seem broken

ooh sorry i didnt know about that part... with opensubtitles.org

thanks alot for the great work!
by maortal
09 Feb 2013, 16:15
Forum: Feature Requests and Bug Reports
Topic: subtitle downloader seem broken
Replies: 4
Views: 4515

Re: subtitle downloader seem broken

rednoah wrote:
btw the subtitle does exist in opensubtitle....
No, it doesn't.

Fixed some potential issues anyway with r1460.

http://www.opensubtitles.org/en/subtitl ... ub/4802593

it does :(
by maortal
09 Feb 2013, 13:55
Forum: Feature Requests and Bug Reports
Topic: subtitle downloader seem broken
Replies: 4
Views: 4515

subtitle downloader seem broken

for some reason the subtitle downloader got really broken in the last update keeps downloading wrong files... example: Spartacus.S03E03.720p.HDTV.x264-EVOLVE it seems like it find blood and sand season and vengence and since it doesnt find subtitles for blood and sand it downloads subtitles for veng...
by maortal
17 Jan 2013, 10:12
Forum: Feature Requests and Bug Reports
Topic: subtitles aint been moved to new folder
Replies: 12
Views: 8005

Re: subtitles aint been moved to new folder

yeah i did another test now with a file thats not from the type of SEE

ex. Boardwalk.Empire.S03E09.720p.HDTV.x264-EVOLVE

and it all works well even when downloading 2 srt files...
lucky this shit happends only with my gf's shitty TV series and mine works perfect :)
by maortal
17 Jan 2013, 07:10
Forum: Feature Requests and Bug Reports
Topic: subtitles aint been moved to new folder
Replies: 12
Views: 8005

Re: subtitles aint been moved to new folder

thanks for the quick response as always
but you got any idea why the renaming and moving aint working?
files are exactly the same when i download 1 srt file or 2
and for some reason it fails to locate the files...
by maortal
16 Jan 2013, 20:36
Forum: Feature Requests and Bug Reports
Topic: subtitles aint been moved to new folder
Replies: 12
Views: 8005

Re: subtitles aint been moved to new folder

ok i added few printlns to the code groups.each{ group, files -> // fetch subtitles if (subtitles) { files += getSubtitles(file:files, output:"srt", encoding:"utf-8") //files += getSubtitles(file:files, lang:"he", output:"srt", encoding:"windows-1255"...
by maortal
15 Jan 2013, 18:33
Forum: Feature Requests and Bug Reports
Topic: subtitles aint been moved to new folder
Replies: 12
Views: 8005

Re: subtitles aint been moved to new folder

okey i changd few stuff figured out the problem is only when i try to download both subtitles... any idea why it breaks everything? // process each batch groups.each{ group, files -> // fetch subtitles if (subtitles) { files += getSubtitles(file:files, output:"srt", encoding:"utf-8&qu...
by maortal
15 Jan 2013, 16:45
Forum: Feature Requests and Bug Reports
Topic: subtitles aint been moved to new folder
Replies: 12
Views: 8005

Re: subtitles aint been moved to new folder

well i changed it its still no good
by maortal
15 Jan 2013, 16:00
Forum: Feature Requests and Bug Reports
Topic: subtitles aint been moved to new folder
Replies: 12
Views: 8005

Re: subtitles aint been moved to new folder

groups.each{ group, files -> // fetch subtitles if (subtitles) { files += (getMissingSubtitles(file:files, lang:"en") ?: []) files += (getMissingSubtitles(file:files, lang:"he", encoding:"WINDOWS-1255") ?: []) } thats what i did... oh i see you changed it abit you drop...
by maortal
15 Jan 2013, 15:41
Forum: Feature Requests and Bug Reports
Topic: subtitles aint been moved to new folder
Replies: 12
Views: 8005

subtitles aint been moved to new folder

Parameter: subtitles = y Parameter: artwork = y Parameter: ut_dir = C:\Users\Maor\Videos\Moran\New.Girl.S02E01.HDTV.x264-LOL Parameter: ut_file = Parameter: ut_title = New.Girl.S02E01.HDTV.x264-LOL Parameter: ut_label = TL Parameter: ut_state = 5 Parameter: ut_kind = %K Read archive [new.girl.201.h...