Previously, albums with the same exact name would get overwritten and the index file would flip back and forth as it detects a different name each time (a race condition)
This PR appends the album slug to the end of the album name to help identify whether an album is a rip or an OST. It works for now but there are more ideal ways to tackle this of course.
Previously, albums with the same exact name would get overwritten and the index file would flip back and forth as it detects a different name each time (a race condition)
This PR appends the album slug to the end of the album name to help identify whether an album is a rip or an OST. It works for now but there are more ideal ways to tackle this of course.