INTERACT FORUM
More => Old Versions => Media Center 11 (Development Ended) => Topic started by: gkerber on June 17, 2003, 11:50:57 am
-
If an album name has a ? or a / in the name, a thumbnail cannot be set against the Albums.
I had "Are You Passionate?" as the album name, could not set a thumbnail for the album cover. Couldn't do it for "Freedom / Ragged Glory" either. All my other Neil Young albums worked....
So I removed the ? and the - from the album names -> works now.
Sounds like a bug to me, but that's a hard to bug to do by accident, so maybe there is some need for the restriction?
-
>> If an album name has a ? or a / in the name
there are about 6 others also
when my program saves cover art it takes the album name and filters the bad chrs out.
>> so maybe there is some need for the restriction?
you can not save some chrs as file names
-
Is this just when searching for cover art or actaully assigning it? I have tracks containg ?s which have cover art but I cannot remember whether I used MC to find it or found it from somewhere else. It was a while back now...I will do a test and see what happens.
Adam
EDIT: Ignore me...just realised this was for album names containg ?s and not track names ;D
-
>> If an album name has a ? or a / in the name
there are about 6 others also
when my program saves cover art it takes the album name and filters the bad chrs out.
>> so maybe there is some need for the restriction?
you can not save some chrs as file names
Maybe there is some need, since I think it would be hard for this to be a random bug. If there is a restriction on album name chars, then at least we should get an error message about WHY the album cover was rejected, rather than just ignoring my attempts.
-
How hard would it be to have MC auto replace the offending characters with acceptable characters ...
For example
Limp Bizkit - My Generation/Rollin'
would automatically become
Limp Bizkit - My Generation_Rollin'
The program automatically replaces the characters during searches for Cover Art also ... this shouldn't be too hard, should it?
-
It already does replace special chars when renameing files. If there is a * in the track name I see it's replaced with an underscore _ in the resulting filename.
-
It already does replace special chars when renameing files. If there is a * in the track name I see it's replaced with an underscore _ in the resulting filename.
So, this just needs to be expanded to include all illegal characters.
Thanks for the information!
-
The problem was that I was trying to set a thumbnail for an album and the bad chars in the album name triggered some code in MC to not allow it to happen. I figured out it was the chars in the album name by testing (as a developer myself, I always think of bad chars as a possible source of trouble).
My main issue is that MC simply does not set the thumbnail on error, but doesn't tell me why it ignored my request.
-
The problem was that I was trying to set a thumbnail for an album and the bad chars in the album name triggered some code in MC to not allow it to happen. I figured out it was the chars in the album name by testing (as a developer myself, I always think of bad chars as a possible source of trouble).
My main issue is that MC simply does not set the thumbnail on error, but doesn't tell me why it ignored my request.
Understood, but wouldn't it be better if MC internally handled this problem so that anytime an Album name contains illegal characters, they are automatically replaced with _?
That would allow MC to continue to work without requiring the user to "doctor" their files. An error message would be nice, but preventing the error would be nicer IMO.
-
Understood, but wouldn't it be better if MC internally handled this problem so that anytime an Album name contains illegal characters, they are automatically replaced with _?
That would allow MC to continue to work without requiring the user to "doctor" their files. An error message would be nice, but preventing the error would be nicer IMO.
Yes and no. Replace the bad chars with a _ when? When I enter it, and then the display is not what I entered? That could be confusing to a novice too. This is a hard one, the only thing I know for sure is that the current method of just not doing what I ask is not good.