2023-11-14, 09:25 PM
Hi everyone,
when adding media (e.g. music albums) then I don't want to use the file creation date for "Date Added" but I want to use a manually entered date from e.g. "album.nfo" file.
So, to the music album folder, I added a file "album.nfo" with this content:
The release date is used from file, but date added is not used. I did a library scan using "replace metadata".
Any idea how to make this work please?
when adding media (e.g. music albums) then I don't want to use the file creation date for "Date Added" but I want to use a manually entered date from e.g. "album.nfo" file.
So, to the music album folder, I added a file "album.nfo" with this content:
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<album>
<dateadded>2000-05-06</dateadded>
<releasedate>1999-09-09</releasedate>
</album>
The release date is used from file, but date added is not used. I did a library scan using "replace metadata".
Any idea how to make this work please?