You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At present, files within the scanned directories are not added if they are missing some tags (e.g. artist) or have no tags whatsoever.
It would be awesome if these could be included, even if that means that they wouldn't show up in the id3 methods, since they can still show up in the non-id3 methods.
The filename can be used as a title (where the title tag is not present), since every file will have a filename.
Thanks for the wonderful project!
The text was updated successfully, but these errors were encountered:
that's a blocker for me adopting this project as well.. i know i could reformat my whole library, but i have a messy "incoming" directory that i cannot possibly imagine going through at that point, unfortunately. :/
The scanner should now accept files without metadata or with missing tags.
Missing tags default to:
track title: filename
artist: "[unknown]"
album: "[non-album tracks]"
Setting default values was easier than allowing null values (no database schema change) and allow the files to be accessible whatever browsing method you use.
On 5/20/18, Alban ***@***.***> wrote:
The scanner should now accept files without metadata or with missing tags.
Missing tags default to:
- track title: filename
- artist: "_[unknown]_"
- album: "_[non-album tracks]_"
Setting default values was easier than allowing null values (no database
schema change) and allow the files to be accessible whatever browsing method
you use.
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#94 (comment)
At present, files within the scanned directories are not added if they are missing some tags (e.g.
artist) or have no tags whatsoever.It would be awesome if these could be included, even if that means that they wouldn't show up in the
id3methods, since they can still show up in the non-id3methods.The filename can be used as a title (where the
titletag is not present), since every file will have a filename.Thanks for the wonderful project!
The text was updated successfully, but these errors were encountered: