I know this is the opposite of what most people want, but is there a way (maybe using another codec) to update the timestamp of a [ReplayGain] updated file?
The reasons are two-fold-but-the-same; First, I use rsync to keep my remote house-server's media folder in sync and then I also use OneDrive as my off-site archive ("unlimited" storage with Office 365). In both cases, the ReplyGain update leave the file looking the same from the perspective of timestamp and size, which is the trigger both seem to use to sync files.
Now, rsync will do block checksums and only update those blocks that have changed - in this case the tags - and I think that's how OneDrive works too.
The reasons are two-fold-but-the-same; First, I use rsync to keep my remote house-server's media folder in sync and then I also use OneDrive as my off-site archive ("unlimited" storage with Office 365). In both cases, the ReplyGain update leave the file looking the same from the perspective of timestamp and size, which is the trigger both seem to use to sync files.
Now, rsync will do block checksums and only update those blocks that have changed - in this case the tags - and I think that's how OneDrive works too.
Comment