Search found 31 matches

by jerome
09 Oct 2019, 11:30
Forum: Windows
Topic: albumArtist binding and FLAC files
Replies: 4
Views: 3243

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...
by jerome
09 Oct 2019, 00:42
Forum: Windows
Topic: albumArtist binding and FLAC files
Replies: 4
Views: 3243

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 f...
by jerome
22 Aug 2019, 17:21
Forum: Help and Support
Topic: Causes of movies not being retrieved
Replies: 7
Views: 3296

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 ...
by jerome
22 Aug 2019, 01:56
Forum: Help and Support
Topic: Causes of movies not being retrieved
Replies: 7
Views: 3296

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...
by jerome
26 Feb 2019, 03:38
Forum: Help and Support
Topic: File Renaming including English and Foreign Titles
Replies: 2
Views: 1624

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 ha...
by jerome
25 Feb 2019, 03:03
Forum: Help and Support
Topic: File Renaming including English and Foreign Titles
Replies: 2
Views: 1624

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 ...