[slim] Re: What's the story on accented file names and tag?

2006-04-07 Thread agentsmith
axiomatic Wrote: The other solution is to drop back to 6.2.2. When I had the OP's problem, Slim staff suggested this, and it worked for me. I had another problem that was solved by 6.5, but I forget what it was. -- agentsmith

[slim] Re: What's the story on accented file names and tag?

2006-04-06 Thread agentsmith
tom permutt Wrote: I wonder if you might have downloaded different versions of Perl to the two computers. I found the ActiveState website a little confusing that way. I'm glad you got what you needed. Anyway, this has been fun. I've learned some things about how to write this robustly

[slim] Re: What's the story on accented file names and tag?

2006-04-06 Thread tom permutt
I think you'll find all the documentation you could want at perldoc.perl.org. I also found the book Programming Perl both useful and enjoyable, but it is quite dense. Learning Perl is also good and more discursive. I'm a Perl novice myself though an experienced programmer. I took it up just a

[slim] Re: What's the story on accented file names and tag?

2006-04-06 Thread agentsmith
tom permutt Wrote: I think you'll find all the documentation you could want at perldoc.perl.org. I also found the book Programming Perl both useful and enjoyable, but it is quite dense. Learning Perl is also good and more discursive. I'm a Perl novice myself though an experienced

[slim] Re: What's the story on accented file names and tag?

2006-04-06 Thread axiomatic
The other solution is to drop back to 6.2.2. When I had the OP's problem, Slim staff suggested this, and it worked for me. -- axiomatic SlimServer Version: 6.2.2 - 6523 - Mac OS X 10.4.5 (8G1454) - EN - utf8 axiomatic's

[slim] Re: What's the story on accented file names and tag?

2006-04-05 Thread agentsmith
tom permutt Wrote: What I meant was, I couldn't tell exactly what bunch of bits is representing the in your filename. So, I'm flying blind here. You might try this, which will not do anything destructive: use File::Find; use Encode; find sub {($newname = decode(iso-8859-1, $_)) =~

[slim] Re: What's the story on accented file names and tag?

2006-04-04 Thread agentsmith
tom permutt Wrote: Short of, no; but here is a Perl program that will rename all files with non-ASCII characters. Pretty painless if you have Perl installed. (ActiveState Perl is free if you don't, but installation may be slightly less painless.) You don't need to retag. use

[slim] Re: What's the story on accented file names and tag?

2006-04-04 Thread tom permutt
That's interesting. I may be over my head here, but I'll try to look into it. It might help if you can find a way to send me exactly what is in the fatal filename: dir file from the command line might do it. -- tom permutt

[slim] Re: What's the story on accented file names and tag?

2006-04-04 Thread agentsmith
tom permutt Wrote: That's interesting. I may be over my head here, but I'll try to look into it. It might help if you can find a way to send me exactly what is in the fatal filename: dir file from the command line might do it. Sure, I tried a file named è'tormento.flac (no quote) This is

[slim] Re: What's the story on accented file names and tag?

2006-04-04 Thread tom permutt
agentsmith Wrote: Sure, I tried a file named è'tormento.flac (no quote) What I meant was, I couldn't tell exactly what bunch of bits is representing the agentsmith Wrote: èin your filename. So, I'm flying blind here. You might try this, which will not do anything destructive: use

[slim] Re: What's the story on accented file names and tag?

2006-04-03 Thread radish
There have been a number of people complaining about issues with accented characters, but in many (most?) cases it just seems to work. I'm lucky in that regard, I have plenty of accents in both filenames and tags and don't have any issues. In some cases I thnk iTunes integration may be related,

[slim] Re: What's the story on accented file names and tag?

2006-04-03 Thread Siduhe
radish Wrote: There have been a number of people complaining about issues with accented characters, but in many (most?) cases it just seems to work. I'm lucky in that regard, I have plenty of accents in both filenames and tags and don't have any issues. In some cases I thnk iTunes

[slim] Re: What's the story on accented file names and tag?

2006-04-03 Thread stevieweevie
Just tested the latest Beta of MusicIP against a small subset of files and this bug seems to be resolved. -- stevieweevie stevieweevie's Profile: http://forums.slimdevices.com/member.php?userid=4338 View this thread:

[slim] Re: What's the story on accented file names and tag?

2006-04-03 Thread tom permutt
agentsmith Wrote: This is highly annoying, anybody knows the best way to fix it short of retagging and/or renaming close to 10,000 songs in 1,000 albums?Short of, no; but here is a Perl program that will rename all files with non-ASCII characters. Pretty painless if you have Perl installed.

[slim] Re: What's the story on accented file names and tag?

2006-04-03 Thread agentsmith
tom permutt Wrote: Short of, no; but here is a Perl program that will rename all files with non-ASCII characters. Pretty painless if you have Perl installed. (ActiveState Perl is free if you don't, but installation may be slightly less painless.) You don't need to retag. use

[slim] Re: What's the story on accented file names and tag?

2006-04-03 Thread tom permutt
What radish said. Yes, it traverses subdirectories, and move means essentially rename: you get a new file name in the same directory as the old one. If you prefer, change move to copy and it will leave the old one there, too. And, yes, it changes accented characters to nothing at all. If you

[slim] Re: What's the story on accented file names and tag?

2006-04-03 Thread radish
tom permutt Wrote: I don't feel any need to have special characters in the _filenames_ just because somebody was kind enough to type them into the tags, and it is not just the one piece of software that may have trouble with them. Sure, and that's fine if you really do only ever look at the