View Issue Details

IDProjectCategoryView StatusLast Update
0000424fileGeneralpublic2023-03-05 20:16
Reporterpolluks Assigned Tochristos  
PrioritynormalSeverityfeatureReproducibilityN/A
Status resolvedResolutionfixed 
PlatformMacBookPro17,1OSmacOSOS Version12.5
Product Version5.44 
Summary0000424: audio update
Descriptionmod.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 Reproducediff --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 InformationRunning 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
TagsNo tags attached.

Activities

polluks

2023-02-15 12:01

reporter   ~0003895

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"

christos

2023-03-05 20:16

manager   ~0003908

Added (the bang needed to be escaped that's why the test broke).

Issue History

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