Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Log error, mystery tags
03-12-2015, 20:13
Post: #1
Log error, mystery tags
I've been massaging my music file tags. All files are .flac and I've been using Puddle to insure ID3 tags are removed, where they may exist, and update/standardize the various attributes. This has me stumped - it's the only error I see when I recycle MinimServer:

Code:
Language setting is 'eng'
Current time is Thu Dec 03 13:06:16 CST 2015 in time zone US/Central
starting MinimServer[PASQUA]
Warning: conflicting ALBUM ARTIST values ignored for album Layla And Other Assorted Love Songs
disc 1: Derek And The Dominos
disc 2: Derek and the Dominos
MinimServer[PASQUA] is running

I've checked and rechecked all the flac files, removing all tags and recreating them manually. Still can't find the above collision. And I've validated that the files for that album only exist once in my music directory..

Cheers,
RLW
Find all posts by this user
Quote this message in a reply
03-12-2015, 21:20
Post: #2
RE: Log error, mystery tags
(03-12-2015 20:13)Phydeaux Wrote:  I've been massaging my music file tags. All files are .flac and I've been using Puddle to insure ID3 tags are removed, where they may exist, and update/standardize the various attributes. This has me stumped - it's the only error I see when I recycle MinimServer:

Code:
Language setting is 'eng'
Current time is Thu Dec 03 13:06:16 CST 2015 in time zone US/Central
starting MinimServer[PASQUA]
Warning: conflicting ALBUM ARTIST values ignored for album Layla And Other Assorted Love Songs
disc 1: Derek And The Dominos
disc 2: Derek and the Dominos
MinimServer[PASQUA] is running

I've checked and rechecked all the flac files, removing all tags and recreating them manually. Still can't find the above collision. And I've validated that the files for that album only exist once in my music directory..

Cheers,
RLW

"Derek And The Dominos" isn't quite the same as "Derek and the Dominos".
Find all posts by this user
Quote this message in a reply
03-12-2015, 21:35
Post: #3
RE: Log error, mystery tags
(03-12-2015 21:20)simoncn Wrote:  
(03-12-2015 20:13)Phydeaux Wrote:  I've been massaging my music file tags. All files are .flac and I've been using Puddle to insure ID3 tags are removed, where they may exist, and update/standardize the various attributes. This has me stumped - it's the only error I see when I recycle MinimServer:

Code:
Language setting is 'eng'
Current time is Thu Dec 03 13:06:16 CST 2015 in time zone US/Central
starting MinimServer[PASQUA]
Warning: conflicting ALBUM ARTIST values ignored for album Layla And Other Assorted Love Songs
disc 1: Derek And The Dominos
disc 2: Derek and the Dominos
MinimServer[PASQUA] is running

I've checked and rechecked all the flac files, removing all tags and recreating them manually. Still can't find the above collision. And I've validated that the files for that album only exist once in my music directory..

Cheers,
RLW

"Derek And The Dominos" isn't quite the same as "Derek and the Dominos".

Lol! True enough... I should have been more descriptive in my original post. Nowhere does " Derek And The Dominos" exist in any of the files extended attributes, nor does any reference to "disk 1" or "disk 2". They DID exist previously, but I removed them and only "Derek and the Dominos" now exists.

I have restarted the server a number of times, even disabled and reenabled it on the ReadyNAS if that makes any difference. Seems like a cache issue to my inexperienced mind but all of the other myriad of changes I made to other files seemed to be accepted without further warnings in the log.

Cheers,
RLW
Find all posts by this user
Quote this message in a reply
03-12-2015, 22:16
Post: #4
RE: Log error, mystery tags
(03-12-2015 21:35)Phydeaux Wrote:  
(03-12-2015 21:20)simoncn Wrote:  
(03-12-2015 20:13)Phydeaux Wrote:  I've been massaging my music file tags. All files are .flac and I've been using Puddle to insure ID3 tags are removed, where they may exist, and update/standardize the various attributes. This has me stumped - it's the only error I see when I recycle MinimServer:

Code:
Language setting is 'eng'
Current time is Thu Dec 03 13:06:16 CST 2015 in time zone US/Central
starting MinimServer[PASQUA]
Warning: conflicting ALBUM ARTIST values ignored for album Layla And Other Assorted Love Songs
disc 1: Derek And The Dominos
disc 2: Derek and the Dominos
MinimServer[PASQUA] is running

I've checked and rechecked all the flac files, removing all tags and recreating them manually. Still can't find the above collision. And I've validated that the files for that album only exist once in my music directory..

Cheers,
RLW

"Derek And The Dominos" isn't quite the same as "Derek and the Dominos".

Lol! True enough... I should have been more descriptive in my original post. Nowhere does " Derek And The Dominos" exist in any of the files extended attributes, nor does any reference to "disk 1" or "disk 2". They DID exist previously, but I removed them and only "Derek and the Dominos" now exists.

I have restarted the server a number of times, even disabled and reenabled it on the ReadyNAS if that makes any difference. Seems like a cache issue to my inexperienced mind but all of the other myriad of changes I made to other files seemed to be accepted without further warnings in the log.

Cheers,
RLW

I think you should perform a rescan
Find all posts by this user
Quote this message in a reply
03-12-2015, 22:29
Post: #5
RE: Log error, mystery tags
(03-12-2015 21:35)Phydeaux Wrote:  Lol! True enough... I should have been more descriptive in my original post. Nowhere does " Derek And The Dominos" exist in any of the files extended attributes, nor does any reference to "disk 1" or "disk 2". They DID exist previously, but I removed them and only "Derek and the Dominos" now exists.

I have restarted the server a number of times, even disabled and reenabled it on the ReadyNAS if that makes any difference. Seems like a cache issue to my inexperienced mind but all of the other myriad of changes I made to other files seemed to be accepted without further warnings in the log.

Cheers,
RLW

"disc 1" and "disc 2" refer to the two discs in the multidisc album "Layla And Other Assorted Love Songs".

You can get cache problems if your tagging program doesn't change the file timestamp when you update a tag. (This is an option with some tagging programs.) MinimServer detects that a file has changed by looking at the file's timestamp and length. If these haven't changed since the cache entry was created, MinimServer uses the cache entry. To force MinimServer to ignore all cache entries and completely rebuild the cache, you can set the startupScan property to 'full' and restart MinimServer.
Find all posts by this user
Quote this message in a reply
03-12-2015, 22:52
Post: #6
RE: Log error, mystery tags
(03-12-2015 22:29)simoncn Wrote:  
(03-12-2015 21:35)Phydeaux Wrote:  Lol! True enough... I should have been more descriptive in my original post. Nowhere does " Derek And The Dominos" exist in any of the files extended attributes, nor does any reference to "disk 1" or "disk 2". They DID exist previously, but I removed them and only "Derek and the Dominos" now exists.

I have restarted the server a number of times, even disabled and reenabled it on the ReadyNAS if that makes any difference. Seems like a cache issue to my inexperienced mind but all of the other myriad of changes I made to other files seemed to be accepted without further warnings in the log.

Cheers,
RLW

"disc 1" and "disc 2" refer to the two discs in the multidisc album "Layla And Other Assorted Love Songs".

You can get cache problems if your tagging program doesn't change the file timestamp when you update a tag. (This is an option with some tagging programs.) MinimServer detects that a file has changed by looking at the file's timestamp and length. If these haven't changed since the cache entry was created, MinimServer uses the cache entry. To force MinimServer to ignore all cache entries and completely rebuild the cache, you can set the startupScan property to 'full' and restart MinimServer.

There is my " ah-HA!!" moment. Thank you very much Simon, this was indeed my problem. I forced a full rescan and all is well. Now back to standardizing my files... and I'll check PuddleTag for a timestamp setting.

Cheers,
RLW
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)