I have been using the excellent flac2mp3.pl with good results. However, there is a small anomaly that I thought I'd better report.
The problem is that for some albums, flac2mp3 reports that it is updating the tags, although these albums have not been touched since the last run. The script will report that it is updating the tags, and then it runs through the files in the album really quick, it seems to me it isn't really updating anyting (which it shouldn't, since nothing is changed).
It is always the same albums which trigger this behavior, and it triggers every time I run the script. No real harm is done, of course, but I thought I should still report it, since the functionality of the script depends on it correctly identifying which files need to be updated, right?
This is v0.3.0rc1 on Windows.
Results 1 to 7 of 7
Thread: Minor problem with flac2mp3.pl
Hybrid View
-
2007-09-06, 01:00 #1
Minor problem with flac2mp3.pl
-
2007-09-06, 01:07 #2Senior Member
- Join Date
- Apr 2005
- Location
- Colorado
- Posts
- 10,072
Where are the flac and the mp3 files stored?
I see something similar when I back up my flac library each night from my Windows server to a network share on an Infrant NAS. I use robocopy to update only files that have changed, based on the last modified timestamp. I have robocopy produce a report and every night the exact same files get copied to the backup, even though they haven't changed. I think the problem lies with the difference between Windows timestamps and those used in the Linux file system on the NAS.
-
2007-09-06, 01:14 #3
The directories are on two different (usb-connected) external hard drives, both with ntfs under Windows. I edit all flac files on Windows.
I do run the Slimserver on (Ubuntu) Linux, with the external hard drive with flacs attached to the linux server, but since it is mounted read-only under linux, I don't believe this could be the reason.
-
2007-09-06, 01:36 #4Robin BowesGuest
Minor problem with flac2mp3.pl
strindberg wrote:
> I have been using the excellent flac2mp3.pl with good results. However,
> there is a small anomaly that I thought I'd better report.
>
> The problem is that for some albums, flac2mp3 reports that it is
> updating the tags, although these albums have not been touched since
> the last run. The script will report that it is updating the tags, and
> then it runs through the files in the album really quick, it seems to
> me it isn't really updating anyting (which it shouldn't, since nothing
> is changed).
>
> It is always the same albums which trigger this behavior, and it
> triggers every time I run the script. No real harm is done, of course,
> but I thought I should still report it, since the functionality of the
> script depends on it correctly identifying which files need to be
> updated, right?
>
> This is v0.3.0rc1 on Windows.
There are still a few outstanding issues with tag comparisons.
Try running it with the "--debug" switch on a single directory that is
always "updated". Send me the output (robin-flac2mp3 <at> robinbowes
<dot> com ).
Thanks,
R.
-
2007-09-06, 02:15 #5
-
2007-09-06, 03:53 #6Robin BowesGuest
Minor problem with flac2mp3.pl
strindberg wrote:
> OK. Will do.
Actually, the "--tagdiff" switch might be sufficient. Try this first.
R.
-
2007-09-10, 12:17 #7Robin BowesGuest
Minor problem with flac2mp3.pl***FIXED***
Robin Bowes wrote:
> strindberg wrote:
>> OK. Will do.
>
> Actually, the "--tagdiff" switch might be sufficient. Try this first.
This is fixed in r109:
http://robinbowes.com/projects/flac2mp3/changeset/109
R.

Reply With Quote

