I agree kim and devster.
We've paid a licence for the product to help you on your work on this stuff, you really deserve it. Much greetings on you've accomplished !
This licence was acquired on Patreon as a support for your hard development support, at this moment it was not question about closing ...
Search found 17 matches
- 10 Jul 2019, 22:36
- Forum: Anything and Everything else
- Topic: Recent build changes
- Replies: 39
- Views: 61648
- 10 Aug 2017, 21:16
- Forum: Help and Support
- Topic: fn:amc renaming seems to not work correctly in this case
- Replies: 1
- Views: 2324
fn:amc renaming seems to not work correctly in this case
Hi,
I found a new movie case that challenge Automated Media Center script : Mine (2016)
This movie is registered here :
http://www.imdb.com/title/tt3707104
https://www.themoviedb.org/movie/345009-mine
Using fn:amc just using the movie name Mine (2016) in strict mode without any filter I found ...
I found a new movie case that challenge Automated Media Center script : Mine (2016)
This movie is registered here :
http://www.imdb.com/title/tt3707104
https://www.themoviedb.org/movie/345009-mine
Using fn:amc just using the movie name Mine (2016) in strict mode without any filter I found ...
- 04 Jun 2016, 10:10
- Forum: Feature Requests and Bug Reports
- Topic: fn:amc movie multiple options extreme case
- Replies: 3
- Views: 3480
Re: fn:amc movie multiple options extreme case
Urocks it works !
$ filebot -script fn:amc '/movie/Voyage au centre de la Terre (2008).avi' --log fine --log-file /var/services/homes/admeden/amc_test.log --action test --filter 'tmdbid == /88751/' --conflict fail --lang fr --encoding UTF-8 --def mylang=FR output=/movie/ music=n artwork=y ...
$ filebot -script fn:amc '/movie/Voyage au centre de la Terre (2008).avi' --log fine --log-file /var/services/homes/admeden/amc_test.log --action test --filter 'tmdbid == /88751/' --conflict fail --lang fr --encoding UTF-8 --def mylang=FR output=/movie/ music=n artwork=y ...
- 04 Jun 2016, 09:51
- Forum: Feature Requests and Bug Reports
- Topic: FileBot 4.7 - Regression on matching (strict + lang fr)
- Replies: 12
- Views: 6955
Re: FileBot 4.7 - Regression on matching (strict + lang fr)
Ok nice, not sure i'll fall on this bug one more time, but good to known this as fixed.
Thanks a lot for all your job !
Thanks a lot for all your job !
- 04 Jun 2016, 00:49
- Forum: Feature Requests and Bug Reports
- Topic: FileBot 4.7 - Regression on matching (strict + lang fr)
- Replies: 12
- Views: 6955
Re: FileBot 4.7 - Regression on matching (strict + lang fr)
Hello Rednoah. Just for my information, do you have some update concerning this bug resolution ? (not blocked anymore on this since I've copied files on another FS)
- 04 Jun 2016, 00:19
- Forum: Feature Requests and Bug Reports
- Topic: fn:amc movie multiple options extreme case
- Replies: 3
- Views: 3480
fn:amc movie multiple options extreme case
Hi,
I found a movie case that challenge Automated Media Center script :)
The movie "Voyage au centre de la Terre" ("Journey to the Center of the Earth" for english name) have been released by 3 different production the same year (2008) :
https://www.themoviedb.org/movie/45361
https://www ...
I found a movie case that challenge Automated Media Center script :)
The movie "Voyage au centre de la Terre" ("Journey to the Center of the Earth" for english name) have been released by 3 different production the same year (2008) :
https://www.themoviedb.org/movie/45361
https://www ...
- 03 Jun 2016, 23:27
- Forum: Episode / Movie Naming Scheme
- Topic: Full roman numerals support
- Replies: 7
- Views: 6375
Re: Full roman numerals support
Sure your right, I'd same before. But I'd like to avoid some 0.01% exception 
Finally I consider that {n} is enough and TheMovieDB always returns the good name.
I'm fan with regex, if needed
Finally I consider that {n} is enough and TheMovieDB always returns the good name.
I'm fan with regex, if needed
- 19 May 2016, 21:58
- Forum: Episode / Movie Naming Scheme
- Topic: Full roman numerals support
- Replies: 7
- Views: 6375
Re: Full roman numerals support
I'll stop using this roman numerals regex cause to unicode characters :
.replaceAll(/\b(?i:M{1,4}(?:CM|CD|D?C{0,3})(?:XC|XL|L?X{0,3})(?:IX|IV|V?I{0,3})|M{0,4}(?:CM|C?D|D?C{1,3})(?:XC|XL|L?X{0,3})(?:IX|IV|V?I{0,3})|M{0,4}(?:CM|CD|D?C{0,3})(?:XC|X?L|L?X{1,3})(?:IX|IV|V?I{0,3})|M{0,4}(?:CM|CD|D?C{0,3 ...
.replaceAll(/\b(?i:M{1,4}(?:CM|CD|D?C{0,3})(?:XC|XL|L?X{0,3})(?:IX|IV|V?I{0,3})|M{0,4}(?:CM|C?D|D?C{1,3})(?:XC|XL|L?X{0,3})(?:IX|IV|V?I{0,3})|M{0,4}(?:CM|CD|D?C{0,3})(?:XC|X?L|L?X{1,3})(?:IX|IV|V?I{0,3})|M{0,4}(?:CM|CD|D?C{0,3 ...
- 19 May 2016, 21:35
- Forum: Episode / Movie Naming Scheme
- Topic: Full roman numerals support
- Replies: 7
- Views: 6375
Re: Full roman numerals support
You right, but to be able to use main title with special chars I'm using following format :
...{norm =
{
it
.transliterate(defines.mylang.lower() + ';')
.replaceAll(/[`´‘’?""“”]/, "'")
.replaceAll(/[:|]/, " - ")
.replaceAll(/[?]/, "!")
.replaceAll(/[*\s]+/, " ")
.replaceAll(/\b(?i:M{1,4 ...
...{norm =
{
it
.transliterate(defines.mylang.lower() + ';')
.replaceAll(/[`´‘’?""“”]/, "'")
.replaceAll(/[:|]/, " - ")
.replaceAll(/[?]/, "!")
.replaceAll(/[*\s]+/, " ")
.replaceAll(/\b(?i:M{1,4 ...
- 19 May 2016, 20:30
- Forum: Episode / Movie Naming Scheme
- Topic: Full roman numerals support
- Replies: 7
- Views: 6375
Re: Full roman numerals support
For whom interested by this regex, here is a new version :
{n.replaceAll(/\b(?i:M{1,4}(?:CM|CD|D?C{0,3})(?:XC|XL|L?X{0,3})(?:IX|IV|V?I{0,3})|M{0,4}(?:CM|C?D|D?C{1,3})(?:XC|XL|L?X{0,3})(?:IX|IV|V?I{0,3})|M{0,4}(?:CM|CD|D?C{0,3})(?:XC|X?L|L?X{1,3})(?:IX|IV|V?I{0,3})|M{0,4}(?:CM|CD|D?C{0,3})(?:XC|XL ...
{n.replaceAll(/\b(?i:M{1,4}(?:CM|CD|D?C{0,3})(?:XC|XL|L?X{0,3})(?:IX|IV|V?I{0,3})|M{0,4}(?:CM|C?D|D?C{1,3})(?:XC|XL|L?X{0,3})(?:IX|IV|V?I{0,3})|M{0,4}(?:CM|CD|D?C{0,3})(?:XC|X?L|L?X{1,3})(?:IX|IV|V?I{0,3})|M{0,4}(?:CM|CD|D?C{0,3})(?:XC|XL ...
- 11 May 2016, 20:28
- Forum: Feature Requests and Bug Reports
- Topic: FileBot 4.7 - Regression on matching (strict + lang fr)
- Replies: 12
- Views: 6955
Re: FileBot 4.7 - Regression on matching (strict + lang fr)
With the json output (and numeric fixed) :
+ filebot -script fn:amc '11.6 (2013).avi' --log fine --action test --filter 'println json; true' --conflict fail --lang fr --encoding UTF-8 --def music=n artwork=y backdrops=y clean=n storeReport=n minLengthMS=180000 ut_label=Movie 'movieFormat=renamed ...
+ filebot -script fn:amc '11.6 (2013).avi' --log fine --action test --filter 'println json; true' --conflict fail --lang fr --encoding UTF-8 --def music=n artwork=y backdrops=y clean=n storeReport=n minLengthMS=180000 ut_label=Movie 'movieFormat=renamed ...
- 10 May 2016, 22:56
- Forum: Feature Requests and Bug Reports
- Topic: FileBot 4.7 - Regression on matching (strict + lang fr)
- Replies: 12
- Views: 6955
Re: FileBot 4.7 - Regression on matching (strict + lang fr)
One more test.
After copying file in another path in USB drive, the matches is ok too ...
Can be a cache problem (maybe using inode) ?
This one is original one, fail on strict matching:
$> stat "/volumeUSB2/usbshare/movie/10 Jours En Or (2012).avi"
File: `/volumeUSB2/usbshare/movie/10 Jours En ...
After copying file in another path in USB drive, the matches is ok too ...
Can be a cache problem (maybe using inode) ?
This one is original one, fail on strict matching:
$> stat "/volumeUSB2/usbshare/movie/10 Jours En Or (2012).avi"
File: `/volumeUSB2/usbshare/movie/10 Jours En ...
- 10 May 2016, 22:39
- Forum: Feature Requests and Bug Reports
- Topic: FileBot 4.7 - Regression on matching (strict + lang fr)
- Replies: 12
- Views: 6955
Re: FileBot 4.7 - Regression on matching (strict + lang fr)
Found something interesting : if I try same test from another drive (after a simple file copy), the matches in strict mode works !
The fail test is launched from a mounted USB drive (on a Synology) :
$> ls -al "/volumeUSB2/usbshare/movie/10 Jours En Or (2012).avi"
-rwxrwxrwx 1 admin users ...
The fail test is launched from a mounted USB drive (on a Synology) :
$> ls -al "/volumeUSB2/usbshare/movie/10 Jours En Or (2012).avi"
-rwxrwxrwx 1 admin users ...
- 10 May 2016, 22:18
- Forum: Feature Requests and Bug Reports
- Topic: FileBot 4.7 - Regression on matching (strict + lang fr)
- Replies: 12
- Views: 6955
Re: FileBot 4.7 - Regression on matching (strict + lang fr)
Hi,
I've another similary situation here that have to be explained :
+ filebot -script fn:amc '10 Jours En Or (2012).avi' --log fine --action test --conflict fail --lang fr --encoding UTF-8 --def music=n artwork=y backdrops=y clean=n storeReport=n minLengthMS=180,000 ut_label=Movie 'movieFormat ...
I've another similary situation here that have to be explained :
+ filebot -script fn:amc '10 Jours En Or (2012).avi' --log fine --action test --conflict fail --lang fr --encoding UTF-8 --def music=n artwork=y backdrops=y clean=n storeReport=n minLengthMS=180,000 ut_label=Movie 'movieFormat ...
- 09 May 2016, 23:59
- Forum: Episode / Movie Naming Scheme
- Topic: Full roman numerals support
- Replies: 7
- Views: 6375
Full roman numerals support
Hello,
You can find here a full roman numeral regular expression for FileBot script fn:amc.
{n.replaceAll(/\b(?i:M{1,4}(?:CM|CD|D?C{0,3})(?:XC|XL|L?X{0,3})(?:IX|IV|V?I{0,3})|M{0,4}(?:CM|C?D|D?C{1,3})(?:XC|XL|L?X{0,3})(?:IX|IV|V?I{0,3})|M{0,4}(?:CM|CD|D?C{0,3})(?:XC|X?L|L?X{1,3})(?:IX|IV|V?I{0,3 ...
You can find here a full roman numeral regular expression for FileBot script fn:amc.
{n.replaceAll(/\b(?i:M{1,4}(?:CM|CD|D?C{0,3})(?:XC|XL|L?X{0,3})(?:IX|IV|V?I{0,3})|M{0,4}(?:CM|C?D|D?C{1,3})(?:XC|XL|L?X{0,3})(?:IX|IV|V?I{0,3})|M{0,4}(?:CM|CD|D?C{0,3})(?:XC|X?L|L?X{1,3})(?:IX|IV|V?I{0,3 ...
- 09 May 2016, 21:59
- Forum: Feature Requests and Bug Reports
- Topic: FileBot 4.7 - Regression on matching (strict + lang fr)
- Replies: 12
- Views: 6955
Re: FileBot 4.7 - Regression on matching (strict + lang fr)
Oh craaaapp :)
Well done rednoah !
Remark : Maybe we can have tmdbId in proposal list in order to make this more understandable ?
How can I specify tmdb in command line to choose good one in strict or non-strict mode ? (finally not sure, even in passed tests)
In my case it's : https://www ...
Well done rednoah !
Remark : Maybe we can have tmdbId in proposal list in order to make this more understandable ?
How can I specify tmdb in command line to choose good one in strict or non-strict mode ? (finally not sure, even in passed tests)
In my case it's : https://www ...
- 09 May 2016, 21:08
- Forum: Feature Requests and Bug Reports
- Topic: FileBot 4.7 - Regression on matching (strict + lang fr)
- Replies: 12
- Views: 6955
FileBot 4.7 - Regression on matching (strict + lang fr)
Hi,
FileBot 4.7 seem's have some regression while trying to rename file with fn:amc in strict mode and lang FR (I did not have this problem with previous version 4.6.1)
My FileBot version :
$> filebot -version
FileBot 4.7 (r3923) / Java(TM) SE Runtime Environment 1.8.0_91 (headless)
The test ...
FileBot 4.7 seem's have some regression while trying to rename file with fn:amc in strict mode and lang FR (I did not have this problem with previous version 4.6.1)
My FileBot version :
$> filebot -version
FileBot 4.7 (r3923) / Java(TM) SE Runtime Environment 1.8.0_91 (headless)
The test ...