forked from airsonic-advanced/airsonic-advanced
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #636 from kagemomiji/issue624-support-utf8-bom-cue…
…-sheet #624 support UTF-8 with BOM CUE sheets
- Loading branch information
Showing
7 changed files
with
108 additions
and
9 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
13 changes: 13 additions & 0 deletions
13
airsonic-main/src/test/resources/MEDIAS/cueBom/airsonic-test.cue
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
FILE "airsonic-test.wav" MOTOROLA | ||
PERFORMER "TestCueArtist" | ||
TITLE "AirsonicTest" | ||
REM DATE 2023 | ||
REM GENRE "Classic" | ||
TRACK 01 AUDIO | ||
TITLE "Handel" | ||
PERFORMER "Beecham" | ||
INDEX 01 00:00:00 | ||
TRACK 02 AUDIO | ||
TITLE "Jesu, Joy of Man's Desiring" | ||
PERFORMER "Lipatti" | ||
INDEX 01 04:01:31 |
Binary file not shown.
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