-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I've reused the formatted track position that was already being used for the filename prefix in `ZipDownloadJob#track_filename`, because I thought it was worth being consistent. We're using ID3v2.3 and it seems as if the `TRCK` tag is the one we want. See the earlier commit [1] where we added the other metadata for more details. As in that commmit, `Track#number` will never be blank, so there's no need to add it to the metadata hash individually. We'll need to re-transcode all tracks in order to apply this to existing tracks, but I suggest we tackle that as a separate manual task where we'll need to run `Artist.all.each(&:transcode_albums)` in a Rails console. [1]: 1851e27
- Loading branch information
1 parent
df0e12e
commit 75518c0
Showing
5 changed files
with
21 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters