View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000424 | file | General | public | 2023-02-15 11:27 | 2023-03-05 20:16 |
Reporter | polluks | Assigned To | christos | ||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | resolved | Resolution | fixed | ||
Platform | MacBookPro17,1 | OS | macOS | OS Version | 12.5 |
Product Version | 5.44 | ||||
Summary | 0000424: audio update | ||||
Description | mod.get psyched: 4-channel Protracker module sound data Title: "get psyched" mod.lose: 4-channel Protracker module sound data Title: "lose" mod.metal heads: 4-channel Protracker module sound data Title: "metal heads" mod.metallic bop amiga: 4-channel Protracker module sound data Title: "metallic bop amiga" mod.robot attack: 4-channel Protracker module sound data Title: "robot attack" mod.rushin in: 4-channel Protracker module sound data Title: "rushin in" mod.soundfx: 4-channel Protracker module sound data Title: "soundfx" mod.win: 4-channel Protracker module sound data Title: "win" https://github.com/zeropolis79/PETSCIIRobots-SDL/tree/main/Music | ||||
Steps To Reproduce | diff --git a/magic/Magdir/audio b/magic/Magdir/audio index 7a0a192b..c7fa4b38 100644 --- a/magic/Magdir/audio +++ b/magic/Magdir/audio @@ -188,6 +188,7 @@ #audio/x-protracker-module >0 string >\0 Title: "%s" 1080 string M!K! 4-channel Protracker module sound data +1080 string !PM! 4-channel Protracker module sound data !:mime audio/x-mod #audio/x-protracker-module >0 string >\0 Title: "%s" | ||||
Additional Information | Running test: ../tests/cmd1 TZ=UTC MAGIC=../magic/magic ./test -e ../tests/cmd1.testfile ../tests/cmd1.result ../tests/cmd1.testfile: 4-channel Protracker module sound data test: ERROR: result was (len 38) 4-channel Protracker module sound data expected (len 46) a /usr/bin/cmd1 script, ASCII text executable | ||||
Tags | No tags attached. | ||||
|
Magic fixed, check ok: diff --git a/magic/Magdir/audio b/magic/Magdir/audio index 7a0a192b..c7fa4b38 100644 --- a/magic/Magdir/audio +++ b/magic/Magdir/audio @@ -188,6 +188,7 @@ #audio/x-protracker-module >0 string >\0 Title: "%s" 1080 string M!K! 4-channel Protracker module sound data +1080 string \!PM! 4-channel Protracker module sound data !:mime audio/x-mod #audio/x-protracker-module >0 string >\0 Title: "%s" |
|
Added (the bang needed to be escaped that's why the test broke). |
Date Modified | Username | Field | Change |
---|---|---|---|
2023-02-15 11:27 | polluks | New Issue | |
2023-02-15 12:01 | polluks | Note Added: 0003895 | |
2023-03-05 20:15 | christos | Assigned To | => christos |
2023-03-05 20:15 | christos | Status | new => assigned |
2023-03-05 20:16 | christos | Status | assigned => resolved |
2023-03-05 20:16 | christos | Resolution | open => fixed |
2023-03-05 20:16 | christos | Note Added: 0003908 |