Search found 12 matches
- 18 Jul 2014, 23:58
- Forum: Feature Requests and Bug Reports
- Topic: [Music] Exception: Unable to identify or process any files
- Replies: 2
- Views: 2867
Re: [Music] Exception: Unable to identify or process any fil
Ok thanks! I used MusicBrainz to update all id3 tags.
- 17 Jul 2014, 23:22
- Forum: Feature Requests and Bug Reports
- Topic: [Music] Exception: Unable to identify or process any files
- Replies: 2
- Views: 2867
[Music] Exception: Unable to identify or process any files
Hi, I'm having the exception : java.lang.Exception: Unable to identify or process any files using the ID3 Tags db but not with the AcoustID db for the same file. FileBot 4.2 (r2326) / Java(TM) SE Runtime Environment 1.7.0_51 filebot.cmd -rename -r "C:\Music\Test" --action copy --output "C:\Music ...
- 08 Feb 2014, 19:52
- Forum: Help and Support
- Topic: Location of Movies/Series Format expression file
- Replies: 2
- Views: 2148
Re: Location of Movies/Series Format expression file
Ok, so there is no way i can recover what i have before. 

- 07 Feb 2014, 18:54
- Forum: Help and Support
- Topic: Location of Movies/Series Format expression file
- Replies: 2
- Views: 2148
Location of Movies/Series Format expression file
Hi, I've installed Windows on a new harddrive but i can't find where is located on my old harddrive the file that contrains Movies/Series Format expression. I found : E:\Users\j0shua\.filebot\ which contains a history.xml and a cache/ folder but nothings that contains what i'm looking for. Thanks ...
- 14 Jan 2014, 22:53
- Forum: Help and Support
- Topic: mkv metadata
- Replies: 3
- Views: 4358
Re: mkv metadata
Ok thanks!
For the record : using fixed my problem.
Thanks!!
For the record : using
Code: Select all
mkvpropedit -d title <FILENAME>.mkv
Thanks!!
- 14 Jan 2014, 02:49
- Forum: Help and Support
- Topic: mkv metadata
- Replies: 3
- Views: 4358
mkv metadata
Hi, I use filebot to rename all my series/movies and i use TVersity to stream media accros my local network. Sometimes (not always) files are renamed on my computer but appears with the old filename on my media center (WDTV Live). First i tought it was a bug in TVersity, so i uninstall it. Deleted ...
- 04 Jan 2014, 18:50
- Forum: Feature Requests and Bug Reports
- Topic: java.lang.NullPointerException
- Replies: 5
- Views: 5826
Re: java.lang.NullPointerException
Thanks again, works perfectly! (as always
)

- 03 Jan 2014, 21:40
- Forum: Feature Requests and Bug Reports
- Topic: java.lang.NullPointerException
- Replies: 5
- Views: 5826
Re: java.lang.NullPointerException
I think i have the same problem with the serie year. I used the code you provided : {episodelist.findAll{it.season == s}.airdate.year[0,-1].unique().join('-')} But i think i'm still on the Supernatural 1977 for "episodelist" because the airdate array seems to be empty. [java.lang ...
- 03 Jan 2014, 21:14
- Forum: Feature Requests and Bug Reports
- Topic: java.lang.NullPointerException
- Replies: 5
- Views: 5826
Re: java.lang.NullPointerException
Thanks a lot ! Problem solved.
I didn't know about "{primaryTitle}" this i why i used English as preferred language to have the serie name in english, but i wanted the episode name in french.
Thanks again!
I didn't know about "{primaryTitle}" this i why i used English as preferred language to have the serie name in english, but i wanted the episode name in french.
Thanks again!

- 03 Jan 2014, 19:29
- Forum: Feature Requests and Bug Reports
- Topic: java.lang.NullPointerException
- Replies: 5
- Views: 5826
java.lang.NullPointerException
Hi, Filebot version 3.8 (lastest) java version "1.7.0_40" Java(TM) SE Runtime Environment (build 1.7.0_40-b43) Java HotSpot(TM) 64-Bit Server VM (build 24.0-b56, mixed mode) (I removed all the non-essential for the purpose of this bug report) I used this as the format line : {def db = net ...
- 14 Dec 2013, 19:39
- Forum: Episode / Movie Naming Scheme
- Topic: Get season count
- Replies: 3
- Views: 4013
Re: Get season count
Thanks !
But, is there a place that list all those functions?
But, is there a place that list all those functions?
- 14 Dec 2013, 14:34
- Forum: Episode / Movie Naming Scheme
- Topic: Get season count
- Replies: 3
- Views: 4013
Get season count
Hi, How do i get the season count from TheTVBD ? I can't find how to do it. :( Or how do i get the last season number ? I want to write a "Final season" tag on the directory if the serie is "Ended/Cancelled" and i'm renaming the last season. Like this : The Unit - Season 01 (2006) The Unit - Season ...