Kim
Both of those worked on the sample I had.
Thanks
J
Search found 19 matches
- 24 Dec 2020, 20:50
- Forum: Windows 10
- Topic: Actors Binding
- Replies: 3
- Views: 342
- 24 Dec 2020, 20:37
- Forum: Windows 10
- Topic: Double Episode error (with complex custom format)
- Replies: 1
- Views: 246
Double Episode error (with complex custom format)
I use the GUI version of Filebot on Windows 10. On a prior post >> https://www.filebot.net/forums/viewtopic.php?f=10&t=6218&start=50 Kim posted the wonderful script below. I had been looking for a way to tag tv episode files with the imdb tt reference and this script ended that search. However, when...
- 22 Dec 2020, 17:48
- Forum: Windows 10
- Topic: Actors Binding
- Replies: 3
- Views: 342
Actors Binding
For stand up comedy I use the following snippet -- grabbed from the forums -- as a subfolder. {actors.take(1).collect { i -> "$i" }.join(', ') + '/'} I have also tested just using {actors} as well. I found several stand up comedy movies in themoviedb.org that have the Person field completed but no C...
- 15 Dec 2020, 04:35
- Forum: Windows 10
- Topic: Recover Deleted Preset
- Replies: 2
- Views: 1000
Re: Recover Deleted Preset
Thought that would be the answer. Luckily I found an offline version that only required a few tweaks. Didn't know about being able to pull the format in by file. That is much safer than editing within the preset itself. Thanks once again for your program and your help. I'll definitely be renewing fo...
- 14 Dec 2020, 19:12
- Forum: Windows 10
- Topic: Recover Deleted Preset
- Replies: 2
- Views: 1000
Recover Deleted Preset
I accidentally hit delete preset instead of save preset with my mouse. I have still not closed the filebot program. Is there a key combination that will undo the preset deletion? I looked in the registry and the preset is not there. I looked in the file preferences.backup.xml and it has an older ver...
- 05 Dec 2020, 04:00
- Forum: Episode / Movie Naming Scheme
- Topic: Truncate decimals for fps when a whole number
- Replies: 1
- Views: 700
Truncate decimals for fps when a whole number
I know that fps is "decimal" like ratings and in the forums I found some postings on rounding to various decimal places but nothing on how to truncate the decimal places when it is a whole number. For example, I'm okay with 23.976, but if the fps is a whole number like 25.000 I would prefer that it ...
- 27 Nov 2020, 06:10
- Forum: Episode / Movie Naming Scheme
- Topic: {type} video identification
- Replies: 1
- Views: 848
{type} video identification
In themoviedb there is a field "Video?" for non theatrical releases such as straight to video movies. Using {type} returns Movie for these releases. How can I distinguish movies where the "Video" field equals "Yes"? Here is a sample video: https://www.themoviedb.org/movie/655743-a-hollywood-life-rem...
- 21 Nov 2020, 01:43
- Forum: Episode / Movie Naming Scheme
- Topic: Commentary track
- Replies: 8
- Views: 1262
Re: Commentary track
Kim That was just a sample code based on the first audio track. I actually test each audio track, up to 5, as I expect that would likely be the max. Sorry for causing a misunderstanding. I checked the links you posted and I think my annual license purchases are directly from FIlebot because the emai...
- 19 Nov 2020, 17:16
- Forum: Episode / Movie Naming Scheme
- Topic: Commentary track
- Replies: 8
- Views: 1262
Re: Commentary track
I tested various snippets on some of my files and I can say that these two fail to recognise "Commentary" in the title when it is written in lowercase as "'commentary" audio[0].title =~ /Commentary/ ? 'Commentary' : null 'Commentary' in audio[0].title ? 'Commentary' : null However, either of these t...
- 17 Nov 2020, 22:07
- Forum: Episode / Movie Naming Scheme
- Topic: Commentary track
- Replies: 8
- Views: 1262
Re: Commentary track
Thanks Kim Your code works much better than mine, obviously. Even caught instances my simplistic code was missing. Now I just need to do some research to break down its complexity so that I can understand what each part of it is doing. I'm reasoning that you are combining all the audio data into a n...
- 17 Nov 2020, 19:24
- Forum: Episode / Movie Naming Scheme
- Topic: Commentary track
- Replies: 8
- Views: 1262
Commentary track
I use the GUI interface and I'm trying to rename my files that have multiple audio tracks and also have a Commentary track per the MediaInfo data. I realize that if the track is not named as "Commentary" in the MediaInfo data then the renaming will be null. For those files with a Commentary track bu...
- 10 Jan 2020, 12:24
- Forum: Windows 10
- Topic: TVDB.COM API
- Replies: 3
- Views: 3265
TVDB.COM API
Yesterday there was a notice on the tvdb.com forum
API Update: Removing legacy SSL support
Would this impact filebot as I am no longer able to update my tv show files?
Thanks
J
API Update: Removing legacy SSL support
Would this impact filebot as I am no longer able to update my tv show files?
Thanks
J
- 09 Oct 2019, 22:48
- Forum: Windows 10
- Topic: albumArtist binding and FLAC files
- Replies: 4
- Views: 1650
Re: albumArtist binding and FLAC files
The field with the album artist appears to be this MediaInfo field "Album/Performer". I notice that in the flac files it has "BABii / BABii" but in an mp3 file it is just "BABii". I replaced {albumArtist} with {media.album_performer.after("/")} and that seems to work for both file types. New string ...
- 09 Oct 2019, 11:30
- Forum: Windows 10
- Topic: albumArtist binding and FLAC files
- Replies: 4
- Views: 1650
Re: albumArtist binding and FLAC files
The mediainfo data for that file is as follows. So I'm guessing that albumArtist binding is picking up the Album/Performer field and that is what is causing the duplication. Anyway easy way to correct for this? General Format : FLAC Format/Info : Free Lossless Audio Codec File size : 23.1 MiB Durati...
- 09 Oct 2019, 00:42
- Forum: Windows 10
- Topic: albumArtist binding and FLAC files
- Replies: 4
- Views: 1650
albumArtist binding and FLAC files
Hi Just wondering if there is an issue with the albumArtist binding and FLAC files. This is on Windows 10. Using the "ID3 Tags" as datasource and the following simple coding: {[ext]}\{AlbumArtist}\{y} - {album}\{fn} Works fine with MP3 files but with FLAC files the AlbumArtist repeats as follows [fl...
- 22 Aug 2019, 17:21
- Forum: Help and Support
- Topic: Causes of movies not being retrieved
- Replies: 7
- Views: 1380
Re: Causes of movies not being retrieved
I ended up using Fetch Data with key word "Belles" and the movie finally listed. Did not work for the LEGO movie though using key word "vixen". However, since your fix that one now retrieves with no issues. So thanks rednoah and Kim for your help! FYI. I also had issues with The Bishop's Wife (1947)...
- 22 Aug 2019, 01:56
- Forum: Help and Support
- Topic: Causes of movies not being retrieved
- Replies: 7
- Views: 1380
Causes of movies not being retrieved
Just wondering what are the possible causes that a movie in www.themoviedb.org cannot be retrieved by filebot? Despite naming the file and folder exactly as written on themoviedb.org I am unable to retrieve data from these two movies: https://www.themoviedb.org/movie/11402-the-belles-of-st-trinian-s...
- 26 Feb 2019, 03:38
- Forum: Help and Support
- Topic: File Renaming including English and Foreign Titles
- Replies: 2
- Views: 576
Re: File Renaming including English and Foreign Titles
Thanks rednoah for those pointers and the direction to some further reading. Those snippets helped fix the script. I was aware of the sortName('$2, $1') binding and the ascii but I prefer only to move the word "The" in movies and leave "A" and "And" as is, as well as have the accents on my foreign t...
- 25 Feb 2019, 03:03
- Forum: Help and Support
- Topic: File Renaming including English and Foreign Titles
- Replies: 2
- Views: 576
File Renaming including English and Foreign Titles
I've only been testing this program for about a week on Windows 10. I have managed to find the answers to most of my questions on this great forum for my GUI coding (not yet prepared to try AMC script). Except I am stumped with one specific movie that is not yielding the expected result Here is the ...