Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scan audio files even when they have only some/no tags #94

Closed
hhm0 opened this issue Mar 23, 2018 · 3 comments
Closed

Scan audio files even when they have only some/no tags #94

hhm0 opened this issue Mar 23, 2018 · 3 comments

Comments

@hhm0
Copy link
Contributor

hhm0 commented Mar 23, 2018

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!

@anarcat
Copy link

anarcat commented May 8, 2018

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. :/

@spl0k spl0k closed this as completed in 918cd11 May 20, 2018
@spl0k
Copy link
Owner

spl0k commented May 20, 2018

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.

@hhm0
Copy link
Contributor Author

hhm0 commented May 29, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants