Log inRegister an accountBrowse CSDbHelp & documentationFacts & StatisticsThe forumsAvailable RSS-feeds on CSDbSupport CSDb Commodore 64 Scene Database
You are not logged in - nap
CSDb User Forums


Forums > Requests > Looking for a (P)SID Search tool with addre$$ support.
2008-06-21 03:11
Trooper

Registered: Sep 2002
Posts: 39
Looking for a (P)SID Search tool with addre$$ support.

Guys,

there are lots of tools out there that you can search your HVSC with, composer, tunename, etc....

But none I've found that can search on load address or play address?

Anybody know of any.. I really don't wanna delve into the workings of sidplayer.dll and try to write my own if there is somat already out there

Regards
2008-06-21 08:36
Stryyker

Registered: Dec 2001
Posts: 465
No need to dig in to any DLL. Search the .sid files themselves. The format is well documented. Problem is the sid files themselves are sometimes modified for play and init addresses because of how they originally behaved.
2008-06-21 08:41
Trooper

Registered: Sep 2002
Posts: 39
Yeah, that is what I was thinking about doing, using the documentation out there, tells me what offset into the files are the various things, but before I start I was checking there wasn't already a tool out there with that particular search facility built in.
2008-06-21 09:03
enthusi

Registered: May 2004
Posts: 675
you can use bash-tools for that in unix.
I just woke up so I wont try now :)
But there is a tool called 'head' that evaluates leading bytes of a file, and grep that compares content with a string etc.
So its a matter of comparing the correct offset with the hex numbers you are looking for.

Did a quick test for the sake of it and this is quite possibly the worst method of doing it :)

#!/bin/bash
for i in $(ls *.sid); do
echo $i
hexdump -C $i | head -c 49 | tail -c 5
echo
echo
done

will result in something like:

Soul_Crystal.sid
11 06

tune.sid
00 10

Vendetta.sid
80 28
2008-06-22 03:55
Trooper

Registered: Sep 2002
Posts: 39
Unfortunlatey bash-tools are out of my league...

I've decided to write my own in (using VB) and so far so good, I've managed to get it to show me the relevant details as I click on a file..

Next to implement the search facilty.

2008-06-25 12:11
Trooper

Registered: Sep 2002
Posts: 39
ok.....

Chucked somat together, if anybody is interested, please download it from...


SID Searcher


any comments/feedback/bugs etc, please contact me via my website, or PM via CSDB..

Thanks
Paul.
RefreshSubscribe to this thread:

You need to be logged in to post in the forum.

Search the forum:
Search   for   in  
All times are CET.
Search CSDb
Advanced
Users Online
jmin
Asthor/Exlusive ON
Xiny6581/Dees Produc..
kbs/Pht/Lxt
Inge/HVSC
rambo/Therapy/ Resou..
Brittle/Dentifrice^(?)
MCM/ONSLAUGHT
Guests online: 90
Top Demos
1 Next Level  (9.8)
2 Mojo  (9.7)
3 Coma Light 13  (9.7)
4 Edge of Disgrace  (9.6)
5 Comaland 100%  (9.6)
6 No Bounds  (9.6)
7 Uncensored  (9.6)
8 Wonderland XIV  (9.6)
9 Memento Mori  (9.6)
10 Bromance  (9.5)
Top onefile Demos
1 It's More Fun to Com..  (9.7)
2 Party Elk 2  (9.7)
3 Cubic Dream  (9.6)
4 Copper Booze  (9.5)
5 TRSAC, Gabber & Pebe..  (9.5)
6 Rainbow Connection  (9.5)
7 Dawnfall V1.1  (9.5)
8 Quadrants  (9.5)
9 Daah, Those Acid Pil..  (9.5)
10 Birth of a Flower  (9.5)
Top Groups
1 Nostalgia  (9.3)
2 Oxyron  (9.3)
3 Booze Design  (9.3)
4 Censor Design  (9.3)
5 Crest  (9.3)
Top Fullscreen Graphicians
1 Carrion  (9.8)
2 Joe  (9.8)
3 Duce  (9.8)
4 Mirage  (9.7)
5 Facet  (9.7)

Home - Disclaimer
Copyright © No Name 2001-2024
Page generated in: 0.038 sec.