From 65585033e54690f0f9620e9bc204a1f41540be2b Mon Sep 17 00:00:00 2001 From: Jaime Idolpx Date: Mon, 7 Oct 2024 22:44:32 -0400 Subject: [PATCH] add data/tags --- data/bbs/115/bbs.115.json | 27 - data/bbs/2186/bbs.2186.json | 109 -- data/bbs/2236/bbs.2236.json | 9 - data/bbs/30/bbs.30.json | 30 - data/categories.md | 65 + data/enum.credit.md | 30 + data/event/8/event.8.json | 184 --- data/group/5/group.5.json | 1001 ------------- data/handle/1185/handle.1185.json | 427 ------ data/handle/124/handle.124.json | 410 ------ data/handle/1617/handle.1617.json | 851 ------------ data/handle/1651/handle.1651.json | 1640 ---------------------- data/handle/1652/handle.1652.json | 754 ---------- data/handle/1687/handle.1687.json | 799 ----------- data/handle/5262/handle.5262.json | 255 ---- data/handle/617/handle.617.json | 311 ----- data/handle/8137/handle.8137.json | 2159 ----------------------------- data/handle/8581/handle.8581.json | 758 ---------- data/release/1/release.1.json | 132 -- data/scener/1063/scener.1063.json | 33 - data/scener/113/scener.113.json | 7 - data/scener/1173/scener.1173.json | 7 - data/scener/1605/scener.1605.json | 24 - data/scener/1639/scener.1639.json | 28 - data/scener/1640/scener.1640.json | 7 - data/scener/1675/scener.1675.json | 8 - data/scener/5041/scener.5041.json | 28 - data/scener/601/scener.601.json | 30 - data/scener/7406/scener.7406.json | 45 - data/sid/14472/sid.14472.json | 18 - data/sid/14479/sid.14479.json | 19 - data/sid/14485/sid.14485.json | 20 - data/sid/14499/sid.14499.json | 36 - data/sid/14500/sid.14500.json | 18 - data/sid/15932/sid.15932.json | 18 - data/sid/15936/sid.15936.json | 18 - data/sid/27509/sid.27509.json | 19 - data/sid/29569/sid.29569.json | 25 - data/tags.crack.md | 147 ++ data/tags.general.md | 26 + data/tags.graphics.md | 15 + data/tags.hardware.md | 6 + data/tags.language.me | 6 + data/tags.media.md | 22 + data/tags.restrictions.md | 6 + data/tags.system.md | 3 + data/tags.video.md | 2 + 47 files changed, 328 insertions(+), 10264 deletions(-) delete mode 100644 data/bbs/115/bbs.115.json delete mode 100644 data/bbs/2186/bbs.2186.json delete mode 100644 data/bbs/2236/bbs.2236.json delete mode 100644 data/bbs/30/bbs.30.json create mode 100644 data/categories.md create mode 100644 data/enum.credit.md delete mode 100644 data/event/8/event.8.json delete mode 100644 data/group/5/group.5.json delete mode 100644 data/handle/1185/handle.1185.json delete mode 100644 data/handle/124/handle.124.json delete mode 100644 data/handle/1617/handle.1617.json delete mode 100644 data/handle/1651/handle.1651.json delete mode 100644 data/handle/1652/handle.1652.json delete mode 100644 data/handle/1687/handle.1687.json delete mode 100644 data/handle/5262/handle.5262.json delete mode 100644 data/handle/617/handle.617.json delete mode 100644 data/handle/8137/handle.8137.json delete mode 100644 data/handle/8581/handle.8581.json delete mode 100644 data/release/1/release.1.json delete mode 100644 data/scener/1063/scener.1063.json delete mode 100644 data/scener/113/scener.113.json delete mode 100644 data/scener/1173/scener.1173.json delete mode 100644 data/scener/1605/scener.1605.json delete mode 100644 data/scener/1639/scener.1639.json delete mode 100644 data/scener/1640/scener.1640.json delete mode 100644 data/scener/1675/scener.1675.json delete mode 100644 data/scener/5041/scener.5041.json delete mode 100644 data/scener/601/scener.601.json delete mode 100644 data/scener/7406/scener.7406.json delete mode 100644 data/sid/14472/sid.14472.json delete mode 100644 data/sid/14479/sid.14479.json delete mode 100644 data/sid/14485/sid.14485.json delete mode 100644 data/sid/14499/sid.14499.json delete mode 100644 data/sid/14500/sid.14500.json delete mode 100644 data/sid/15932/sid.15932.json delete mode 100644 data/sid/15936/sid.15936.json delete mode 100644 data/sid/27509/sid.27509.json delete mode 100644 data/sid/29569/sid.29569.json create mode 100644 data/tags.crack.md create mode 100644 data/tags.general.md create mode 100644 data/tags.graphics.md create mode 100644 data/tags.hardware.md create mode 100644 data/tags.language.me create mode 100644 data/tags.media.md create mode 100644 data/tags.restrictions.md create mode 100644 data/tags.system.md create mode 100644 data/tags.video.md diff --git a/data/bbs/115/bbs.115.json b/data/bbs/115/bbs.115.json deleted file mode 100644 index 9baf610..0000000 --- a/data/bbs/115/bbs.115.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "ID": 115, - "Name": "5150", - "Trivia": "later called http://noname.c64.org/csdb/bbs/?id=451", - "Phone": "404-922-6798\n404-461-8006\n404-473-1283", - "State": "Georgia", - "Country": "United States", - "Sysop": [ - { - "Type": "Main", - "HandleID": 13612 - } - ], - "GroupIDs": [ - 242, - 2910 - ], - "UserHandleIDs": [ - 10280, - 16442, - 5434, - 9483, - 35139, - 2238, - 25915 - ] -} \ No newline at end of file diff --git a/data/bbs/2186/bbs.2186.json b/data/bbs/2186/bbs.2186.json deleted file mode 100644 index 7c1e66d..0000000 --- a/data/bbs/2186/bbs.2186.json +++ /dev/null @@ -1,109 +0,0 @@ -{ - "ID": 2186, - "Name": "Boar's Head Tavern", - "Short": "BHT", - "Trivia": "A fiercely independent cyberpunk bulletin inn welcoming inebriated cyber pirates, phreaks and drunkard hackers onto real Commodore 64 hardware at a pace limited to 19200 baud.", - "City": "passed the Tannh\u00c3\u00a4user Gate", - "State": "in a freetown on Thor's Meadows", - "Country": "Denmark", - "Sysop": [ - { - "Type": "Main", - "HandleID": 699 - }, - { - "Type": "Co", - "HandleID": 118 - } - ], - "UserHandleIDs": [ - 3856, - 912, - 16442, - 30573, - 2255, - 1522, - 7207, - 3138, - 118, - 699, - 647, - 754, - 20879, - 10733, - 18355, - 6699, - 9514, - 8961, - 623, - 759, - 27721, - 935, - 18506, - 8074, - 968, - 1819, - 1076, - 1133, - 2978, - 2841, - 1968, - 3716, - 849, - 17554, - 8093, - 35641, - 1257, - 16325, - 8958, - 24947, - 990, - 8985, - 4459, - 590, - 4867, - 580, - 32326, - 26084, - 17688, - 628, - 15322, - 18627, - 2369, - 29143, - 34481, - 33503, - 5434, - 5769, - 35751, - 2664, - 1051, - 2704, - 30735, - 3819, - 2272, - 36179, - 515, - 25497, - 11313, - 758, - 16728, - 19486, - 2238, - 2672, - 5757, - 113, - 4770, - 3948, - 30871, - 24066, - 19366, - 2291, - 372, - 36052, - 36052, - 36891, - 36439, - 36549 - ] -} \ No newline at end of file diff --git a/data/bbs/2236/bbs.2236.json b/data/bbs/2236/bbs.2236.json deleted file mode 100644 index 7bd18dd..0000000 --- a/data/bbs/2236/bbs.2236.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "ID": 2236, - "Name": "Codex", - "State": "Georgia", - "Country": "United States", - "UserHandleIDs": [ - 25915 - ] -} \ No newline at end of file diff --git a/data/bbs/30/bbs.30.json b/data/bbs/30/bbs.30.json deleted file mode 100644 index 452791f..0000000 --- a/data/bbs/30/bbs.30.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "ID": 30, - "Name": "Digital Twilight", - "Trivia": "This BBS had a toll free (800) number", - "Phone": "404-590-8996", - "State": "Georgia", - "Country": "United States", - "Sysop": [ - { - "Type": "Main", - "HandleID": 19005 - } - ], - "GroupIDs": [ - 790, - 2059, - 602, - 789, - 1188 - ], - "UserHandleIDs": [ - 930, - 405, - 382, - 2231, - 5872, - 25915, - 2238 - ] -} \ No newline at end of file diff --git a/data/categories.md b/data/categories.md new file mode 100644 index 0000000..2e93902 --- /dev/null +++ b/data/categories.md @@ -0,0 +1,65 @@ +C64 Demo +C64 One-File Demo +C64 Intro +C64 4K Intro +C64 Crack Intro +REU Release +C64 Music +C64 Music Collection +C64 Graphics +C64 Graphics Collection +C64 Game +C64 32K Game +C64 Diskmag +C64 Charts +C64 Tool +C64 Invitation +C64 Misc. +C64 1K Intro +C64 Game Preview +C64 Crack +Other Platform C64 Tool +C64 Basic Demo +C64 Hardware +C64 Fake Demo +C64 Tool Collection +C64 Papermag +C128 Release +SuperCPU Release +C64 1K Game +C64 2K Game +C64 512b Game +C64 Disk Cover +C64 Votesheet +C64 4K Game +C64 256b Intro +IDE64 Release +C64 DTV +C64 Fake Game +BBS Software +BBS Graphics +C64 Intro Collection +Related Release +EasyFlash Release + + + +Graphics + MultiColor + MultiColor Interlace + MultiColor + Sprites + HiRes + Super HiRes + Super HiRes FLI + Super HiRes IFLI + FLI + Interlaced FLI + UIFLI + PETSCII + Advanced FLI + ESCOS + UFLI + MUFLI + NUFLI + HiRes + Sprites + Asslace diff --git a/data/enum.credit.md b/data/enum.credit.md new file mode 100644 index 0000000..d2082f3 --- /dev/null +++ b/data/enum.credit.md @@ -0,0 +1,30 @@ +Translation +Directory_Art +BBS_Graphics +Code +Music +Graphics +Crack +Text +Trainer +Charset +Original_Supply +Design +Linking +Idea +Ripping +Concept +NTSC-Fix +Loader +Bug-Fix +Docs +Interviewed +Import +Disk_Cover +Help +Paper_Art +PAL-Fix +Storyboard +Vote Sheet +Test +Sampling \ No newline at end of file diff --git a/data/event/8/event.8.json b/data/event/8/event.8.json deleted file mode 100644 index 3358727..0000000 --- a/data/event/8/event.8.json +++ /dev/null @@ -1,184 +0,0 @@ -{ - "ID": 8, - "Name": "Mekka & Symposium 2001", - "EventType": [ - "Demo Party" - ], - "AKA": "MS2K+1, MS2001, symmek 2k+1", - "Address": "Heidmarkhalle", - "Zip": "D-29683", - "City": "Fallingbostel", - "Country": "Germany", - "Website": "http://ms.demo.org/2001/", - "Compo": [ - { - "Type": "Outside Compo", - "ReleaseIDs": [ - 5089, - 102320, - 7847, - 99782, - 7484, - 3979, - 2688, - 2601 - ] - }, - { - "Type": "C64 4K Intro", - "ReleaseIDs": [ - 2, - 8341, - 2768, - 3239, - 8336, - 3242, - 922, - 8338, - 8340, - 3243, - 8342, - 8337, - 7899, - 167, - 3240, - 8339, - 24, - 8254, - 3241, - 3237, - 3238 - ] - }, - { - "Type": "C64 Demo", - "ReleaseIDs": [ - 3254, - 1, - 3248, - 2608, - 46, - 11670, - 707, - 142, - 3251, - 3253, - 3250 - ] - }, - { - "Type": "C64 32K Game", - "ReleaseIDs": [ - 28 - ] - }, - { - "Type": "C64 Graphics", - "ReleaseIDs": [ - 3260, - 8316, - 8315, - 3264, - 8317, - 3263, - 3257, - 3262, - 3268, - 3255, - 3259, - 3258, - 852, - 3261, - 113087, - 3265, - 3256 - ] - }, - { - "Type": "C64 Music", - "ReleaseIDs": [ - 3289, - 3271, - 3272, - 3273, - 8334, - 8335, - 8329, - 8323, - 8333, - 8330, - 8321, - 3288, - 8326, - 3285, - 3270, - 3287, - 3286, - 8325, - 8322, - 8332, - 7240, - 7895, - 8327, - 8331, - 8328, - 3275, - 8324, - 8320, - 3274 - ] - }, - { - "Type": "WiLD Demo", - "ReleaseIDs": [ - 2942 - ] - }, - { - "Type": "Mixed", - "ReleaseIDs": [ - 8343 - ] - } - ], - "PartyReport": [ - { - "WrittenBy": "FRaNKy/Role", - "Date": 1012802400, - "Headline": "Mekka & Symposium 2001 Party Report", - "Text": "Friday - 14:00 - The Departure \n\n\nWe are going to Symposium !!! It's fourteen hundred hours and I'm ready to depart in my hometown of Asse (Belgium). I got to say hello to the parental units first in Leuven and also pick up a new harddisk for my laptop there - there is a party network and I intend to use it ! \n\nFriday - 15:30 - Commander's Place \n\n\nI pick up our beloved leader Commander at his house in Genk and before taking off to a couple hours of highway driving we head to the local Aldi store and get some very needed supply's - Mostly existing out of lemonade and candy, sorry no beer... \n\nFriday - 16:00 - Vroom ! \n\n\nAnd we're off ! Crossing Holland very very fast (so we do not get contaminated with that foot & mouth thing) the trip passes Aachen, Koln, Wuppertal, Hannover and Fallingbostel - before ending up at the Heidmarkhalle there is the traditional stop at the McDonalds, where a very unfriendly woman was behind the counter - must be the time of the month.. \n\nFriday - 21:30 - There At Last ! \n\n\nArriving a couple of hours earlier then i had hoped we meet with the rest of Spiders Crew and Role members, not after saying hello to Santa Claus and some other Belgian guy, obviously from the town of Antwerpen. \n\nFriday - 23:00 - Welle:Erdball \n\n\nWelle:Erdball made the soundtrack for a SuperCPU game. They give a small concert (23, Nintaendo Shock, F104), it was pretty nice but last years concert was better (probably because Welle:Erdball was completely new to me at the time). One of their background singers was pretty nice tho :) Pictures are in the mugshots gallery. \n\nFriday - 23:30 - Problems ? \n\n\nAaaaaaargh, my new harddisk does not work, well, it kinda works but it is too big for the BIOS in my old laptop... Even with some IBM and SeaGate tools I can't get it to work... The plans for leeching the party network with all kinds of goodies are scrapped (not much work, as they were pretty inexistant anyway) and the 800mb drive keeps in use. At the same time Exile's (Anubis) has some other problems on his Amiga, the harddisk kind of crashed and he has probably lost a lot of data and has to re-install the thing... yes people, Amiga's CAN crash.... For a screenshot, head to the Pictures Page. \n\nSaturday - 11:30 - One More Try \n\n\nOne more go on the harddisk with some new software, no luck... I give up. \n\nSaturday - 16:00 - Hard Disk Throwing \n\n\nThe annual Hard Disk Throwing competition ! And this time it was girls against boys... To keep things fair Steeler had arranged for the girls to throw with modern harddisks (3 inchers) and the boys could have some fun with end-of-80's big heavy boxes of copper and wiring. At the end there was also a cash-collection for Mat / Ozone who competed in the hd-throwing event but to give him the slightest amount of a chance he was allowed to compete with a girly-harddisk. You can find pictures from all this on the Mugshots page. \n\nSaturday - 19:00 - First Compo \n\n\nI just watched the first compo that kind of really interested me, the Amiga 64K Intro competition. There were (only) 5 entries but most of them showed that when you do not have the raw cpu power that the average PC of today has, you can still make damn good things when you think of design first. Although it got the most of applause I did not really like the 5th entry (Option by Potion), it just lasted way too long. But I guess I'll find out the results on Monday morning... \n\nSaturday - 19:45 - Wearables \n\n\nGot a party t-shirt... \n\nSaturday - 20:05 - Preview \n\n\nPreviewed the Role 4K C64 intro, Donno yet - only saw a couple of seconds on the screen next to me \n\nSaturday - 22:00 - Scenionaire \n\n\nMS is known for its funcompo's and this time it was 'who wants to be a scenionaire' with general-knowledge questions about the scene and it's history. First player was someone called 'codey' a 'modeller' for some PC group, and it showed.. He did not know a single EASY question about the Amiga or C64.. Personally I think that those kind of people should learn a bit of their history before they climb behind their PC's again and trade porn. Second up was XXX from Haujobb and was pretty cool, the last one was a Polish girl that had to be helped a lot but it was good fun. \n\nSaturday - 23:30 - Waiting for the compo's \n\n\nThe idea is to watch the Wild democompo but since it only starts at 1 am AND I want to be in some kind of living state tomorrow so I skip it and hit the sack... See you tomorrow... \n\nSunday - 10:30 - Gooooood morning Fallingbostel ! \n\n\nNothing is as good as a shower in the morning and getting ready for a day of competitions... And then you find a surprise when you get to your car... \n\nSunday - 10:40 - SNOW ! \n\n\nAnd lots of it ! There is a massive 5 centimeters of snow all over my car, something we are not that used to in Belgium. It takes me a good 20 minutes to clean it all of - it makes you wonder how many surfaces a Mercedes 250 has you know... answer : A FUCKLOAD ! \n\nSunday - 11:00 - In the hall... \n\n\nCommander is running around and no-one else is to be seen, most of them are looking at the Amiga 4K compo, that has some very nice entries - I don't understand how they can get all of that in only 4KBytes files.. Anyway's... I pick up Commander and we fuel up the car for the trip back to Belgium tomorrow and when coming back the C64 graphics compo is almost done. We just saw the Role picture (number 14 ! - Commander's Lucky Number) and then it was the wait for the Console Demo Competition.. I was very disappointed that there were only 3 entries, one for PSX, one for Gameboy Color and then a Dreamcast made by Haujobb. The last one had some nice effects but I know that a Dreamcast has more power - so I didn't make it the number one in my list, I gave that honor to the Gameboy demo just for the effort of the coder.... \n\nSunday - 14:30 - Weird Al Yankovic \n\n\nJust had a discussion about the fact of Al Yankovic does some polka-only albums and other stuff.. In short, since I know a LOT about Al Yankovic it was very clear that I was victorious over some people that are now sitting next to me and do not like their name (ab)used - Fucking Woozeez ! \n\nSunday- 15:00 - Whattahell ? \n\n\nThere is a lot of noise coming from the stage (We are sitting right behind the bigscreen on the first floor with the Role people) and there is a little concert going on with some niiiiiice beat-music and a couple of guys with didgeridoo's (something that exile describes as 'hollow bamboo sticks' - shame on you !). Also notably was the effort of XXX / Haujobb of undressing a Polish girl but he didn't get anything closer then touching the belly of that girl. I predicted he would not get any further - yet commander (aka the horny little bastard) was waiting for some titties... He didn't see any tho). Then was the PC 64K Intro Compo, I'm not going to watch that. \n\nSunday - 16:00 - Tentiii ! \n\n\nLogging on to the party IRC net work I noticed Tentacle, an old friend of mine so I decide to meet up at his table, Commander follows me (he is well trained, isn't he ? -grin-). We end up talking through the full length of the MP3 competition where Tentacle had an entry in, unfortunately it (a remix of Eminem's Slim Shade over some Britney Spears music) was not played. Tenti was going to kill some of the organizers and he would be coming over to my table if he was done to shoot the bigscreen. Until now I have not seen him so I guess that there are some organizers left alive :) I also got one of their \"Hard Core\" party t-shirts for 20DM - I first tried to buy it with a 100 BEF note and he gave me a 100 DKK note in return... Which is good since 100 DKK is about 500 Belgian francs - too bad he wanted it back.. grmbl... my profit was no more... \n\nSunday - 18:00 - C64 4K Intro \n\n\nTime for the C64 4K intro competition.. There were lots of entries and most of them were pretty to very good... It'll be hard to vote... \n\nSunday - 19:30 - Scenionaire Part 2 \n\n\nOne more game of 'who wants to be a scenionaire'. This time Mat/Ozone was called to the stage and Mat fulfilled completely to my expectancies, namely that he sees it all as a cool game. The first question in fact was : 'how do you jump higher in quake ?' - a: using a rocket / b: using a grenade / c: jumping against the walls / d: i don't know. The correct answer to be a scenionaire was ofcourse D because real sceners don't play quake ! \n\nSunday - 21:00 - DELAYS \n\n\nBecause of the many entries in C64 (10), Amiga (20 !!!!) and PC (27 ?) the competitions are delayed for some hours, in the meantime some ZX Spectrum demo's on the bigscreen but I think this is the same tape as last year so I'll skip this, I can view it from behind anyway :) \n\nSunday - 22:45 - Instructions \n\n\nSo you want to play a game on Exile's C128D ? (Picture available) Be prepared ! There are a lot of switches on the front. One for C64 mode, one for write protection (led indicator included), 2 switches for Dolphin Dos, a Disk-buffer flush and finally a reset button. So first you got to switch Dolphin Dos on and load the first file of a multiloader, then switch it off with button 2 and 3 AND flush the diskbuffers with the other one and then you can run whatever you want.. Just because doing it easy is for wimpz :) You get use to it tho... For the rest the organizers have been showing some Atari Falcon demo's (VERY nice ) and who knows what they will find out now, maybe a striptease by Steeler. Commander also asked me to write some text for ArachnoPhobia later on so I'll go and do that. But first back to some C64 games, and Vodka-Redbull ofcourse altho the Vodka in that combination is far more dominant than the Redbull :) \n\nMonday - 00:30 - 'Miggy Demo \n\n\nAfter lots of mpeg movies and others we finally arrived at the amiga demo compo (still playing while typing this) and to be short and loud : AMIGA RULEZ THE FUCKING KOZMOZZ !!!!!! Amiga is a platform where groups still can show that there is DESIGN in demo's except a load of 3D-effects that look nice but are at the same time pretty boring - some people won't agree with me but I think that design has priority over effects. \n\nBefore the compo started I also wrote my piece of text for the latest ArachnoPhobia issue, you can read it over there if you want to. \n\nMonday - 01:00 - The Quote ! \n\n\nQuote of the party by Faith / Role : \n\n\"Every company that has owned the Amiga has gone bankrupt\" \n\nMonday - 02:00 - Damn ! \n\n\nArachnoPhobia won't be finished... Stirf has some problems with the intro and some others I don't really know much about so we'll have to release it later... Also the bad party news is that we first have the PC democompo and then the C64 demo's... This is BAD... There are 27 PC demo's ! HELLO ORGANIZERS ???? \n\nMonday - 03:30 - Fuck 'm ! \n\n\nWe are waiting no longer for the C64 demo.. People need to drive 500km homewards tomorrow so the compo will be skipped.. This is some blame for the organizers I think... Anyway, everyone heads to the sleeping hall or cars to sleep so I'll do the same. \n\nMonday - 10:15 - The final countdown \n\n\nThe party is over... (and when typing this Notepad gives me an error that there is no more memory available - switching to WordPad). I meet with Commander at the entrance and we head for home. The party was fucking great - with excellent organization and events.. Just for that C64 democompo at 4:45 in the morning ??? Please ??? \n\nTuesday - 19:35 - Bye Bye ! \n\n\nIt is Tuesday and I'm at home when typing this - my unpacking left to do after a day's work - but first this report has to be uploaded... \n\nWhile you are on the net, check my other site : www.vendetta.org\" and do not forget the ROLE hq at www.role64.com. \n\nFRaNKy / ROLE signing off, see you at Mekka & Symposium 2002 - when we can all pay in Euro's !", - "HandleID": 8071 - } - ], - "UserComment": [ - { - "Date": 1378875600, - "Text": "\"Apoptygma Berzerk - Eclipse\" played 24/7 there, i really liked it :)", - "HandleID": 767 - } - ], - "StartDate": [ - { - "Day": 13, - "Month": 4, - "Year": 2001 - } - ], - "EndDate": [ - { - "Day": 16, - "Month": 4, - "Year": 2001 - } - ], - "Organizers": { - "HandleIDs": [ - 1679, - 1433, - 655 - ], - "GroupIDs": [ - 5 - ] - } -} \ No newline at end of file diff --git a/data/group/5/group.5.json b/data/group/5/group.5.json deleted file mode 100644 index b3cb314..0000000 --- a/data/group/5/group.5.json +++ /dev/null @@ -1,1001 +0,0 @@ -{ - "ID": 5, - "Name": "Padua", - "Short": "PDA", - "BaseCountry": "Germany", - "Website": "http://www.padua.org/", - "Rating": 8.04, - "Grouptypes": [ - "Demo Group" - ], - "Slogan": [ - "Style is Innate!", - "Classics last longer!", - "Wir haben Hunger!", - "We try hard!", - "Style is our talent!", - "Style causes hunger!", - "Padua suits you!" - ], - "UserComment": [ - { - "Date": 1017727200, - "Text": "My favourite group ;-)\n\n(I might be a little biassed, though.)", - "ScenerID": 147 - } - ], - "FoundDate": [ - { - "Month": 3, - "Year": 1990 - } - ], - "ReleaseIDs": [ - 1, - 2, - 28, - 3594, - 3425, - 707, - 708, - 709, - 710, - 711, - 712, - 157, - 158, - 138, - 814, - 825, - 829, - 844, - 849, - 850, - 851, - 852, - 853, - 855, - 856, - 857, - 858, - 859, - 860, - 861, - 862, - 863, - 864, - 865, - 866, - 867, - 868, - 869, - 870, - 871, - 872, - 874, - 875, - 876, - 877, - 907, - 2374, - 2619, - 2621, - 2623, - 2377, - 3754, - 3980, - 3983, - 3984, - 3985, - 3989, - 4350, - 4352, - 4353, - 4354, - 4355, - 4423, - 5108, - 5109, - 5110, - 5368, - 6400, - 6403, - 6444, - 6818, - 6880, - 6994, - 7238, - 7387, - 6464, - 8155, - 8156, - 8205, - 8308, - 8311, - 8447, - 8581, - 8591, - 9457, - 9728, - 9744, - 9757, - 9759, - 8700, - 9544, - 12420, - 12482, - 12486, - 12539, - 12552, - 12554, - 12765, - 12774, - 14012, - 14442, - 14443, - 17508, - 17509, - 17517, - 17600, - 20159, - 20182, - 20810, - 21317, - 23649, - 26504, - 30114, - 30171, - 34179, - 38886, - 38998, - 45020, - 47769, - 48548, - 52416, - 56894, - 61707, - 63835, - 63836, - 63837, - 63830, - 63856, - 63881, - 63925, - 64072, - 68305, - 69211, - 73911, - 74521, - 76703, - 76823, - 76926, - 79286, - 81761, - 82618, - 85996, - 141021, - 89883, - 90406, - 90837, - 91077, - 92295, - 94792, - 96342, - 96987, - 96988, - 97360, - 2158, - 98788, - 101101, - 102171, - 103093, - 103089, - 103590, - 8161, - 8171, - 105293, - 106912, - 109391, - 28708, - 109776, - 109789, - 110159, - 3378, - 112363, - 116844, - 124387, - 125023, - 128320, - 129251, - 129252, - 129665, - 131131, - 133982, - 136015, - 136030, - 137019, - 137169, - 143958, - 76819, - 47867, - 149563, - 151270, - 151330, - 154612, - 155521, - 156909, - 156960, - 157485, - 158951, - 160049, - 161533, - 161563, - 162503, - 162850, - 163242, - 163238, - 167701, - 167703, - 170900, - 172255, - 172630, - 175102, - 175123, - 175441, - 177821, - 178789, - 182575, - 183437, - 186057, - 187085, - 187525, - 187977, - 188346, - 190651, - 191785, - 192943, - 194467, - 195961, - 197554, - 197571, - 197878, - 197938, - 197992, - 198040, - 183944, - 186479, - 199238, - 199933, - 200255, - 200568, - 200581, - 201627, - 203390, - 203514, - 203662, - 207900, - 209486, - 209805, - 216167, - 216578 - ], - "Members": [ - { - "Profession": [ - "Graphician", - "Fullscreen Graphician", - "Logo Graphician", - "Swapper" - ], - "JoinMonth": "3", - "JoinYear": "1991", - "Status": "ex", - "HandleID": 3135 - }, - { - "Profession": [ - "Coder" - ], - "Status": "inactive", - "HandleID": 678 - }, - { - "Profession": [ - "Cover Designer", - "Swapper" - ], - "Status": "ex", - "HandleID": 2786 - }, - { - "Profession": [ - "Graphician", - "Fullscreen Graphician", - "Logo Graphician" - ], - "Status": "inactive", - "HandleID": 1686 - }, - { - "Profession": [ - "Graphician" - ], - "Status": "ex", - "HandleID": 1674 - }, - { - "Profession": [ - "Coder", - "Graphician", - "Logo Graphician" - ], - "JoinYear": "1990", - "Status": "ex", - "HandleID": 1622 - }, - { - "Profession": [ - "Graphician", - "Fullscreen Graphician", - "Logo Graphician" - ], - "Status": "ex", - "HandleID": 1690 - }, - { - "Profession": [ - "Musician" - ], - "JoinMonth": "6", - "JoinYear": "1991", - "LeaveYear": "1994", - "Status": "ex", - "HandleID": 1651 - }, - { - "Profession": [ - "Graphician" - ], - "Status": "active", - "HandleID": 1185 - }, - { - "Profession": [ - "Coder", - "Diskmag Editor" - ], - "Status": "ex", - "HandleID": 3118 - }, - { - "JoinYear": "1993", - "Status": "ex", - "HandleID": 1675 - }, - { - "Profession": [ - "Graphician" - ], - "Status": "inactive", - "HandleID": 1616 - }, - { - "Profession": [ - "Coder" - ], - "JoinMonth": "4", - "JoinYear": "1998", - "Status": "inactive", - "HandleID": 3235 - }, - { - "Profession": [ - "Coder", - "Graphician", - "Logo Graphician", - "Musician" - ], - "Status": "inactive", - "HandleID": 1654 - }, - { - "Profession": [ - "Graphician", - "Fullscreen Graphician", - "Logo Graphician" - ], - "Status": "inactive", - "HandleID": 1685 - }, - { - "Profession": [ - "Coder", - "Swapper" - ], - "JoinYear": "1990", - "LeaveMonth": "2", - "LeaveYear": "1992", - "Status": "ex", - "HandleID": 124 - }, - { - "Profession": [ - "Coder" - ], - "JoinDay": "2", - "JoinMonth": "10", - "JoinYear": "2001", - "Status": "active", - "HandleID": 1618 - }, - { - "Profession": [ - "Graphician", - "Fullscreen Graphician", - "Logo Graphician" - ], - "JoinMonth": "11", - "JoinYear": "1996", - "Status": "active", - "HandleID": 8137 - }, - { - "Profession": [ - "Coder", - "Net Trader", - "Cracker", - "Author", - "Hardware-Guru" - ], - "JoinYear": "1998", - "Status": "active", - "HandleID": 1095 - }, - { - "Profession": [ - "Swapper" - ], - "Status": "ex", - "HandleID": 3124 - }, - { - "Profession": [ - "Coder", - "Graphician" - ], - "JoinDay": "24", - "JoinMonth": "10", - "JoinYear": "2003", - "LeaveDay": "15", - "LeaveMonth": "3", - "LeaveYear": "2007", - "Status": "ex", - "HandleID": 376 - }, - { - "Profession": [ - "Musician", - "Sysop" - ], - "Status": "inactive", - "HandleID": 445 - }, - { - "Profession": [ - "Graphician", - "Fullscreen Graphician", - "Logo Graphician" - ], - "Status": "ex", - "HandleID": 10926 - }, - { - "Profession": [ - "Graphician", - "Fullscreen Graphician", - "Logo Graphician" - ], - "JoinMonth": "3", - "JoinYear": "1991", - "Status": "inactive", - "HandleID": 1653 - }, - { - "Profession": [ - "Coder", - "Graphician" - ], - "JoinMonth": "11", - "JoinYear": "1997", - "Status": "active", - "HandleID": 1433 - }, - { - "Profession": [ - "Musician" - ], - "JoinMonth": "12", - "JoinYear": "1999", - "Status": "active", - "HandleID": 8087 - }, - { - "Profession": [ - "Coder" - ], - "JoinYear": "1990", - "Status": "ex", - "HandleID": 1621 - }, - { - "Profession": [ - "Graphician", - "Author" - ], - "JoinDay": "9", - "JoinMonth": "4", - "JoinYear": "2004", - "Status": "active", - "HandleID": 1079 - }, - { - "Profession": [ - "Graphician", - "Fullscreen Graphician", - "Logo Graphician" - ], - "Status": "ex", - "HandleID": 10571 - }, - { - "Profession": [ - "Swapper" - ], - "JoinYear": "1992", - "Status": "ex", - "HandleID": 10581 - }, - { - "Profession": [ - "Sysop", - "Swapper", - "Public Relations Manager" - ], - "JoinYear": "1991", - "Status": "inactive", - "HandleID": 392 - }, - { - "Profession": [ - "Swapper" - ], - "JoinYear": "1998", - "Status": "inactive", - "HandleID": 294 - }, - { - "Profession": [ - "Musician" - ], - "JoinDay": "14", - "JoinMonth": "8", - "JoinYear": "1998", - "Status": "inactive", - "HandleID": 22 - }, - { - "Profession": [ - "Graphician" - ], - "JoinDay": "8", - "JoinMonth": "9", - "JoinYear": "1998", - "Status": "ex", - "HandleID": 3640 - }, - { - "Profession": [ - "Coder" - ], - "JoinMonth": "3", - "JoinYear": "1991", - "Status": "inactive", - "HandleID": 823 - }, - { - "Profession": [ - "Coder" - ], - "JoinDay": "14", - "JoinMonth": "4", - "JoinYear": "1999", - "Status": "active", - "HandleID": 124 - }, - { - "Profession": [ - "Graphician" - ], - "JoinYear": "2000", - "LeaveYear": "2002", - "Status": "ex", - "HandleID": 1617 - }, - { - "Profession": [ - "Musician" - ], - "JoinYear": "1998", - "LeaveYear": "1999", - "Status": "ex", - "HandleID": 2170 - }, - { - "Profession": [ - "Graphician" - ], - "JoinMonth": "7", - "JoinYear": "1998", - "Status": "inactive", - "HandleID": 5262 - }, - { - "Profession": [ - "Musician", - "Swapper" - ], - "Status": "ex", - "HandleID": 1028 - }, - { - "Profession": [ - "Musician" - ], - "Status": "ex", - "HandleID": 18923 - }, - { - "Profession": [ - "Cracker" - ], - "Status": "ex", - "HandleID": 19102 - }, - { - "Profession": [ - "Webmaster" - ], - "JoinMonth": "2", - "JoinYear": "1998", - "Status": "ex", - "HandleID": 603 - }, - { - "Profession": [ - "Graphician" - ], - "LeaveMonth": "10", - "LeaveYear": "1993", - "Status": "ex", - "HandleID": 1614 - }, - { - "Profession": [ - "Musician" - ], - "JoinMonth": "6", - "JoinYear": "1991", - "Status": "ex", - "HandleID": 1687 - }, - { - "Profession": [ - "Swapper" - ], - "Status": "ex", - "HandleID": 20017 - }, - { - "Profession": [ - "Coder" - ], - "LeaveYear": "1993", - "Status": "ex", - "HandleID": 19476 - }, - { - "Profession": [ - "Cover Designer", - "Swapper" - ], - "Status": "ex", - "HandleID": 23419 - }, - { - "Profession": [ - "Graphician", - "Musician" - ], - "JoinMonth": "6", - "JoinYear": "1998", - "LeaveDay": "8", - "LeaveMonth": "4", - "LeaveYear": "2004", - "Status": "ex", - "HandleID": 8581 - }, - { - "Profession": [ - "Sysop" - ], - "JoinMonth": "6", - "JoinYear": "1998", - "Status": "ex", - "HandleID": 3011 - }, - { - "Profession": [ - "Musician" - ], - "JoinMonth": "7", - "JoinYear": "1998", - "Status": "inactive", - "HandleID": 862 - }, - { - "Profession": [ - "Diskmag Editor" - ], - "JoinMonth": "12", - "JoinYear": "1998", - "Status": "inactive", - "HandleID": 779 - }, - { - "Profession": [ - "Webmaster", - "Diskmag Editor" - ], - "JoinMonth": "2", - "JoinYear": "1999", - "Status": "active", - "HandleID": 1068 - }, - { - "Profession": [ - "Co-Organizer", - "Coder" - ], - "JoinMonth": "4", - "JoinYear": "1999", - "Status": "active", - "HandleID": 1615 - }, - { - "Profession": [ - "Musician", - "Swapper" - ], - "JoinDay": "21", - "JoinMonth": "8", - "JoinYear": "1998", - "LeaveDay": "25", - "LeaveMonth": "5", - "LeaveYear": "1999", - "Status": "ex", - "HandleID": 737 - }, - { - "Profession": [ - "Coder" - ], - "JoinMonth": "4", - "JoinYear": "2000", - "Status": "inactive", - "HandleID": 5854 - }, - { - "Profession": [ - "Musician" - ], - "JoinDay": "2", - "JoinMonth": "10", - "JoinYear": "2001", - "Status": "active", - "HandleID": 1619 - }, - { - "Profession": [ - "Coder" - ], - "JoinMonth": "8", - "JoinYear": "2002", - "Status": "active", - "HandleID": 385 - }, - { - "Profession": [ - "Graphician" - ], - "Status": "ex", - "HandleID": 320 - }, - { - "Profession": [ - "Coder" - ], - "JoinMonth": "4", - "JoinYear": "1998", - "Status": "active", - "HandleID": 436 - }, - { - "Profession": [ - "Coder" - ], - "JoinMonth": "4", - "JoinYear": "1998", - "Status": "active", - "HandleID": 473 - }, - { - "Profession": [ - "Organizer", - "Coder", - "Swapper", - "FTP Administrator", - "Webmaster", - "Public Relations Manager" - ], - "JoinYear": "1989", - "Status": "active", - "HandleID": 314 - }, - { - "Profession": [ - "Coder", - "Musician" - ], - "JoinMonth": "3", - "JoinYear": "1991", - "Status": "inactive", - "HandleID": 617 - }, - { - "Profession": [ - "Coder" - ], - "JoinMonth": "3", - "JoinYear": "1991", - "Status": "inactive", - "HandleID": 599 - }, - { - "Profession": [ - "Musician" - ], - "JoinDay": "30", - "JoinMonth": "8", - "JoinYear": "2016", - "Status": "active", - "HandleID": 13501 - }, - { - "Profession": [ - "Coder" - ], - "JoinDay": "5", - "JoinMonth": "5", - "JoinYear": "2014", - "Status": "inactive", - "HandleID": 9671 - }, - { - "JoinDay": "1", - "JoinMonth": "1", - "JoinYear": "2021", - "Status": "active", - "HandleID": 1732 - }, - { - "Profession": [ - "Musician" - ], - "Status": "ex", - "HandleID": 1682 - }, - { - "Profession": [ - "FTP Supporter", - "Cover Designer" - ], - "JoinMonth": "10", - "JoinYear": "1998", - "Status": "inactive", - "HandleID": 1679 - }, - { - "Profession": [ - "Musician" - ], - "JoinYear": "2001", - "LeaveYear": "2001", - "Status": "ex", - "HandleID": 2170 - }, - { - "Profession": [ - "Musician" - ], - "JoinDay": "27", - "JoinMonth": "11", - "JoinYear": "2020", - "Status": "active", - "HandleID": 27749 - }, - { - "Profession": [ - "Coder" - ], - "JoinMonth": "6", - "JoinYear": "1998", - "Status": "active", - "HandleID": 3518 - }, - { - "Profession": [ - "Coder" - ], - "JoinDay": "6", - "JoinMonth": "12", - "JoinYear": "2020", - "Status": "active", - "HandleID": 35445 - }, - { - "Profession": [ - "Graphician", - "Logo Graphician" - ], - "JoinDay": "30", - "JoinMonth": "8", - "JoinYear": "2021", - "Status": "active", - "HandleID": 10931 - } - ], - "FounderHandleIDs": [ - 124, - 1614, - 1621, - 1622, - 314 - ], - "OrganizedEventIDs": [ - 250, - 8, - 28, - 135, - 461, - 462, - 933, - 919, - 1099, - 1121, - 1307, - 1370, - 1452, - 1536, - 1680, - 1841, - 3011, - 3071 - ], - "BBSIDs": [ - 379, - 392, - 229, - 605, - 4 - ] -} \ No newline at end of file diff --git a/data/handle/1185/handle.1185.json b/data/handle/1185/handle.1185.json deleted file mode 100644 index 680f4d5..0000000 --- a/data/handle/1185/handle.1185.json +++ /dev/null @@ -1,427 +0,0 @@ -{ - "ID": 1185, - "Handle": "Alias Medron", - "CurrentlyUsedHandle": true, - "FreelanceFunctions": [ - "Cover Designer", - "Graphician" - ], - "MemberOf": [ - { - "Profession": [ - "Graphician" - ], - "Status": "ex", - "GroupID": 1060 - }, - { - "Profession": [ - "Graphician", - "Cover Designer" - ], - "JoinDay": 5, - "JoinMonth": 5, - "JoinYear": 2016, - "Status": "inactive", - "GroupID": 435 - }, - { - "Profession": [ - "Graphician" - ], - "Status": "active", - "GroupID": 5 - }, - { - "Profession": [ - "Graphician", - "Cover Designer" - ], - "JoinYear": 1995, - "Status": "ex", - "GroupID": 250 - }, - { - "Profession": [ - "Graphician" - ], - "LeaveYear": 1995, - "Status": "ex", - "GroupID": 596 - }, - { - "Profession": [ - "Graphician" - ], - "JoinDay": 2, - "JoinMonth": 2, - "JoinYear": 2011, - "Status": "active", - "GroupID": 1157 - }, - { - "Profession": [ - "Graphician" - ], - "LeaveDay": 12, - "LeaveMonth": 12, - "LeaveYear": 2005, - "Status": "ex", - "GroupID": 201 - } - ], - "BBSUser": { - "BBS": { - "ID": "38", - "Name": "Antidote", - "Trivia": "NOTICE: Due to botnets hammering port 23, Antidote is now reached on port 64128 instead! Update your phonebooks!\n\n\"Antidote\" was in a way launched by Taper to take over after \"The Highway\", since Joyride's HD broke down and all was lost.\n\nCo-Sysop's Taper and Jucke had in practice been managing \"The Highway\" together during the last period of the boards life, as Joyride had lost interest. Since there was no way the 042 area could be without a BBS, something had to be done!\n\nHowever, the birth of the BBS had occured even before this, with only a few selected testcallers and not open 24/7.\n\nShortly after \"The Highway\" went down, \"Antidote\" went public. Jucke, all-time Co-Sysop, was the one who came up with the name for the BBS. \n\nDuring these times, the BBS ran as HQ for TRIAD, Alpha Flight 1970, Oneway and Wrath Design.\n\nDates are a bit fuzzy after all this time, but Antidote suffered from HD corruption sometime late 1996/early 1997 and the BBS had to be restored from not-so good backup's. A lot of posts and some graphics were lost in the process.\n\nSometime after this, the BBS was relocated to Ronneby, when the Sysop move there. In 1999 the HD crashed again. Almost all data could be rescued this time though. The plan was to install a new HD and re-open the BBS once again, but the BBS scene had been dead for quite a while and callers were really drying up, so it never happened. Also the Sysop once again moved to the 042 area, and the BBS gear was boxed away.\n\nIn late 2003, the BBS was re-opened on telnet with a full backup installed, as the first scene BBS running on real hardware available over the net. Now running under the flags of TRIAD and Onslaught and still going strong. Frantic joined as co-sysop in 2012. \n\nIn late 2016, port was changed from 23 to 64128 due to excessive hammering by botnets.\n\nActually, \"Antidote\" is now situated just a few hundred meters away from where Joyride hosted his \"The Highway\". The circle is complete...\n\nCurrent Hardware:\nCommodore 128 (in c64 mode)\nCMD HD with a 1GB Compact Flash Card (Old SCSI HD replaced 081019)\nJiffy Dos\nSwiftlink\n\nAlso see http://www.triad.se/antidote", - "OnlinePeriod": [ - { - "StartYear": "1994", - "EndDay": "5", - "EndMonth": "6", - "EndYear": "1999" - }, - { - "StartDay": "3", - "StartMonth": "10", - "StartYear": "2003" - } - ], - "Phone": "+46-42-76416", - "Country": "Sweden" - } - }, - "Released": { - "Release": [ - { - "ID": "71612", - "Name": "Saboteur!", - "Type": "C64 Graphics", - "GfxType": "MultiColor", - "ReleaseDay": "27", - "ReleaseMonth": "9", - "ReleaseYear": "2008", - "Rating": "7.25", - "ScreenShot": "https://csdb.dk/gfx/releases/71000/71612.png" - }, - { - "ID": "101747", - "Name": "Ra-mbo First Flood part II", - "Type": "C64 Graphics", - "ReleaseDay": "26", - "ReleaseMonth": "8", - "ReleaseYear": "2011", - "ReleasedAt": { - "Event": { - "ID": "1844", - "Name": "Rambo Revisited - GFX Compo", - "EventType": "Standalone Compo", - "StartDay": "13", - "StartMonth": "8", - "StartYear": "2011", - "EndDay": "27", - "EndMonth": "8", - "EndYear": "2011", - "Country": "Viet Nam", - "Website": "http://www.c64.sk" - } - }, - "ScreenShot": "https://csdb.dk/gfx/releases/101000/101747.png" - } - ] - }, - "Credits": [ - { - "CreditType": "Graphics", - "ReleaseID": 1 - }, - { - "CreditType": "Graphics", - "ReleaseID": 157 - }, - { - "CreditType": "Music", - "ReleaseID": 722 - }, - { - "CreditType": "Graphics", - "ReleaseID": 722 - }, - { - "CreditType": "Graphics", - "ReleaseID": 723 - }, - { - "CreditType": "Graphics", - "ReleaseID": 707 - }, - { - "CreditType": "Graphics", - "ReleaseID": 861 - }, - { - "CreditType": "Graphics", - "ReleaseID": 3311 - }, - { - "CreditType": "Graphics", - "ReleaseID": 4350 - }, - { - "CreditType": "Graphics", - "ReleaseID": 5986 - }, - { - "CreditType": "Graphics", - "ReleaseID": 6400 - }, - { - "CreditType": "Text", - "ReleaseID": 7064 - }, - { - "CreditType": "Graphics", - "ReleaseID": 8205 - }, - { - "CreditType": "Text", - "ReleaseID": 8428 - }, - { - "CreditType": "Graphics", - "ReleaseID": 8591 - }, - { - "CreditType": "Music", - "ReleaseID": 9549 - }, - { - "CreditType": "Graphics", - "ReleaseID": 9764 - }, - { - "CreditType": "Graphics", - "ReleaseID": 156909 - }, - { - "CreditType": "Graphics", - "ReleaseID": 11753 - }, - { - "CreditType": "Graphics", - "ReleaseID": 14909 - }, - { - "CreditType": "Graphics", - "ReleaseID": 16041 - }, - { - "CreditType": "Idea", - "ReleaseID": 16041 - }, - { - "CreditType": "Music", - "ReleaseID": 16041 - }, - { - "CreditType": "Graphics", - "ReleaseID": 17509 - }, - { - "CreditType": "Graphics", - "ReleaseID": 20159 - }, - { - "CreditType": "Graphics", - "ReleaseID": 22730 - }, - { - "CreditType": "Graphics", - "ReleaseID": 156960 - }, - { - "CreditType": "Disk Cover", - "ReleaseID": 155521 - }, - { - "CreditType": "Graphics", - "ReleaseID": 157485 - }, - { - "CreditType": "Graphics", - "ReleaseID": 38998 - }, - { - "CreditType": "Design", - "ReleaseID": 44014 - }, - { - "CreditType": "Graphics", - "ReleaseID": 44014 - }, - { - "CreditType": "Graphics", - "ReleaseID": 45020 - }, - { - "CreditType": "Graphics", - "ReleaseID": 34635 - }, - { - "CreditType": "Graphics", - "ReleaseID": 61707 - }, - { - "CreditType": "Graphics", - "ReleaseID": 63835 - }, - { - "CreditType": "Graphics", - "ReleaseID": 63856 - }, - { - "CreditType": "Graphics", - "ReleaseID": 63881 - }, - { - "CreditType": "Graphics", - "ReleaseID": 63925 - }, - { - "CreditType": "Graphics", - "ReleaseID": 64072 - }, - { - "CreditType": "Graphics", - "ReleaseID": 64293 - }, - { - "CreditType": "Graphics", - "ReleaseID": 71572 - }, - { - "CreditType": "Graphics", - "ReleaseID": 71612 - }, - { - "CreditType": "Graphics", - "ReleaseID": 76703 - }, - { - "CreditType": "Graphics", - "ReleaseID": 85996 - }, - { - "CreditType": "Charset", - "ReleaseID": 90539 - }, - { - "CreditType": "Graphics", - "ReleaseID": 98725 - }, - { - "CreditType": "Charset", - "ReleaseID": 3983 - }, - { - "CreditType": "Graphics", - "ReleaseID": 111011 - }, - { - "CreditType": "Graphics", - "ReleaseID": 129650 - }, - { - "CreditType": "Graphics", - "ReleaseID": 136795 - }, - { - "CreditType": "Graphics", - "ReleaseID": 139670 - }, - { - "CreditType": "Graphics", - "ReleaseID": 139752 - }, - { - "CreditType": "Graphics", - "ReleaseID": 148243 - }, - { - "CreditType": "Graphics", - "ReleaseID": 151604 - }, - { - "CreditType": "Graphics", - "ReleaseID": 152086 - }, - { - "CreditType": "Graphics", - "ReleaseID": 152330 - }, - { - "CreditType": "Graphics", - "ReleaseID": 155521 - }, - { - "CreditType": "Graphics", - "ReleaseID": 158951 - }, - { - "CreditType": "Graphics", - "ReleaseID": 162503 - }, - { - "CreditType": "Graphics", - "ReleaseID": 162996 - }, - { - "CreditType": "Graphics", - "ReleaseID": 172255 - }, - { - "CreditType": "Graphics", - "ReleaseID": 175441 - }, - { - "CreditType": "Charset", - "ReleaseID": 184957 - }, - { - "CreditType": "Graphics", - "ReleaseID": 190651 - }, - { - "CreditType": "Graphics", - "ReleaseID": 188346 - }, - { - "CreditType": "Graphics", - "ReleaseID": 183437 - }, - { - "CreditType": "Graphics", - "ReleaseID": 200568 - }, - { - "CreditType": "Graphics", - "ReleaseID": 201627 - }, - { - "CreditType": "Graphics", - "ReleaseID": 203390 - }, - { - "CreditType": "Graphics", - "ReleaseID": 207900 - }, - { - "CreditType": "Graphics", - "ReleaseID": 214898 - } - ], - "ScenerIDs": [ - 1173 - ] -} \ No newline at end of file diff --git a/data/handle/124/handle.124.json b/data/handle/124/handle.124.json deleted file mode 100644 index e2e3a86..0000000 --- a/data/handle/124/handle.124.json +++ /dev/null @@ -1,410 +0,0 @@ -{ - "ID": 124, - "Handle": "Lubber", - "CurrentlyUsedHandle": true, - "FreelanceFunctions": "Coder", - "MemberOf": [ - { - "Status": "ex", - "GroupID": 686 - }, - { - "Profession": [ - "Coder", - "Swapper" - ], - "JoinYear": 1990, - "LeaveMonth": 2, - "LeaveYear": 1992, - "Status": "ex", - "GroupID": 5 - }, - { - "Profession": [ - "Coder", - "Graphician" - ], - "JoinMonth": 9, - "JoinYear": 1989, - "LeaveMonth": 2, - "LeaveYear": 1990, - "Status": "ex", - "GroupID": 620 - }, - { - "Profession": [ - "Coder" - ], - "JoinMonth": 9, - "JoinYear": 1989, - "LeaveMonth": 2, - "LeaveYear": 1990, - "Status": "ex", - "GroupID": 452 - }, - { - "Profession": [ - "Coder" - ], - "JoinDay": 14, - "JoinMonth": 4, - "JoinYear": 1999, - "Status": "active", - "GroupID": 5 - }, - { - "Profession": [ - "Coder" - ], - "JoinMonth": 3, - "JoinYear": 1992, - "LeaveMonth": 4, - "LeaveYear": 1999, - "Status": "ex", - "GroupID": 362 - }, - { - "Profession": [ - "Coder" - ], - "JoinYear": 1989, - "LeaveYear": 1989, - "Status": "ex", - "GroupID": 5938 - } - ], - "Released": { - "Release": [ - { - "ID": "81771", - "Name": "Videoboss V1.0 [german]", - "Type": "C64 Tool", - "ReleaseDay": "22", - "ReleaseMonth": "4", - "ReleaseYear": "1992", - "ScreenShot": "https://csdb.dk/gfx/releases/81000/81771.gif" - }, - { - "ID": "151440", - "Name": "RasterBuster", - "AKA": "Online RasterBar Editor and Sourcecode Generator", - "Type": "Other Platform C64 Tool", - "ReleaseDay": "7", - "ReleaseMonth": "11", - "ReleaseYear": "2016", - "Rating": "9.75", - "Website": "http://rasterbuster.lubber.de", - "ScreenShot": "https://csdb.dk/gfx/releases/151000/151440.png" - } - ] - }, - "Credits": [ - { - "CreditType": "Code", - "ReleaseID": 2 - }, - { - "CreditType": "Charset", - "ReleaseID": 3594 - }, - { - "CreditType": "Code", - "ReleaseID": 3594 - }, - { - "CreditType": "Code", - "ReleaseID": 28 - }, - { - "CreditType": "Music", - "ReleaseID": 28 - }, - { - "CreditType": "Graphics", - "ReleaseID": 28 - }, - { - "CreditType": "Design", - "ReleaseID": 28 - }, - { - "CreditType": "Code", - "ReleaseID": 707 - }, - { - "CreditType": "Code", - "ReleaseID": 709 - }, - { - "CreditType": "Code", - "ReleaseID": 711 - }, - { - "CreditType": "Code", - "ReleaseID": 2619 - }, - { - "CreditType": "Code", - "ReleaseID": 2623 - }, - { - "CreditType": "Code", - "ReleaseID": 6444 - }, - { - "CreditType": "Code", - "ReleaseID": 48548 - }, - { - "CreditType": "Charset", - "ReleaseID": 48548 - }, - { - "CreditType": "Code", - "ReleaseID": 7218 - }, - { - "CreditType": "Text", - "ReleaseID": 7449 - }, - { - "CreditType": "Code", - "ReleaseID": 6818 - }, - { - "CreditType": "Graphics", - "ReleaseID": 6818 - }, - { - "CreditType": "Code", - "ReleaseID": 871 - }, - { - "CreditType": "Code", - "ReleaseID": 141021 - }, - { - "CreditType": "Charset", - "ReleaseID": 141021 - }, - { - "CreditType": "Code", - "ReleaseID": 34179 - }, - { - "CreditType": "Graphics", - "ReleaseID": 18370 - }, - { - "CreditType": "Charset", - "ReleaseID": 18370 - }, - { - "CreditType": "Code", - "ReleaseID": 710 - }, - { - "CreditType": "Graphics", - "ReleaseID": 710 - }, - { - "CreditType": "Charset", - "ReleaseID": 710 - }, - { - "CreditType": "Interviewed", - "ReleaseID": 54175 - }, - { - "CreditType": "Code", - "ReleaseID": 708 - }, - { - "CreditType": "Graphics", - "ReleaseID": 708 - }, - { - "CreditType": "Text", - "ReleaseID": 708 - }, - { - "CreditType": "Code", - "ReleaseID": 2621 - }, - { - "CreditType": "Charset", - "ReleaseID": 2621 - }, - { - "CreditType": "Code", - "ReleaseID": 81746 - }, - { - "CreditType": "Code", - "ReleaseID": 81747 - }, - { - "CreditType": "Code", - "ReleaseID": 81748 - }, - { - "CreditType": "Code", - "ReleaseID": 81749 - }, - { - "CreditType": "Code", - "ReleaseID": 81761 - }, - { - "CreditType": "Charset", - "ReleaseID": 81761 - }, - { - "CreditType": "Code", - "ReleaseID": 81765 - }, - { - "CreditType": "Graphics", - "ReleaseID": 81765 - }, - { - "CreditType": "Code", - "ReleaseID": 81766 - }, - { - "CreditType": "Graphics", - "ReleaseID": 81766 - }, - { - "CreditType": "Code", - "ReleaseID": 81767 - }, - { - "CreditType": "Code", - "ReleaseID": 81768 - }, - { - "CreditType": "Graphics", - "ReleaseID": 81768 - }, - { - "CreditType": "Code", - "ReleaseID": 5912 - }, - { - "CreditType": "Code", - "ReleaseID": 81770 - }, - { - "CreditType": "Code", - "ReleaseID": 81771 - }, - { - "CreditType": "Charset", - "ReleaseID": 81771 - }, - { - "CreditType": "Code", - "ReleaseID": 1 - }, - { - "CreditType": "Charset", - "ReleaseID": 1 - }, - { - "CreditType": "Loader", - "ReleaseID": 1 - }, - { - "CreditType": "Code", - "ReleaseID": 877 - }, - { - "CreditType": "Design", - "ReleaseID": 877 - }, - { - "CreditType": "Code", - "ReleaseID": 128320 - }, - { - "CreditType": "Code", - "ReleaseID": 136015 - }, - { - "CreditType": "Charset", - "ReleaseID": 130930 - }, - { - "CreditType": "Code", - "ReleaseID": 151440 - }, - { - "CreditType": "Code", - "ReleaseID": 101101 - }, - { - "CreditType": "Text", - "ReleaseID": 101101 - }, - { - "CreditType": "Code", - "ReleaseID": 177821 - }, - { - "CreditType": "Code", - "ReleaseID": 3480 - }, - { - "CreditType": "Graphics", - "ReleaseID": 3480 - }, - { - "CreditType": "Text", - "ReleaseID": 3480 - }, - { - "CreditType": "Charset", - "ReleaseID": 3480 - }, - { - "CreditType": "Code", - "ReleaseID": 188566 - }, - { - "CreditType": "Design", - "ReleaseID": 188566 - }, - { - "CreditType": "Code", - "ReleaseID": 187085 - }, - { - "CreditType": "Charset", - "ReleaseID": 187085 - }, - { - "CreditType": "Text", - "ReleaseID": 199238 - }, - { - "CreditType": "Code", - "ReleaseID": 203390 - } - ], - "FoundedGroupIDs": [ - 5 - ], - "AttendedEventIDs": [ - 63, - 104, - 28, - 8, - 2621, - 2762, - 2908 - ], - "ScenerIDs": [ - 113 - ] -} \ No newline at end of file diff --git a/data/handle/1617/handle.1617.json b/data/handle/1617/handle.1617.json deleted file mode 100644 index ece2c83..0000000 --- a/data/handle/1617/handle.1617.json +++ /dev/null @@ -1,851 +0,0 @@ -{ - "ID": 1617, - "Handle": "Jailbird", - "CurrentlyUsedHandle": true, - "FreelanceFunctions": "Graphician", - "MemberOf": [ - { - "Status": "ex", - "GroupID": 211 - }, - { - "Profession": [ - "Graphician" - ], - "Status": "ex", - "GroupID": 1193 - }, - { - "Profession": [ - "Graphician" - ], - "Status": "ex", - "GroupID": 165 - }, - { - "Profession": [ - "Graphician" - ], - "JoinYear": 1992, - "LeaveYear": 1994, - "Status": "ex", - "GroupID": 1133 - }, - { - "Profession": [ - "Graphician" - ], - "JoinMonth": 5, - "JoinYear": 1998, - "LeaveYear": 2000, - "Status": "ex", - "GroupID": 114 - }, - { - "Profession": [ - "Graphician" - ], - "JoinYear": 2000, - "LeaveYear": 2002, - "Status": "ex", - "GroupID": 5 - }, - { - "Profession": [ - "Graphician" - ], - "JoinYear": 2000, - "LeaveYear": 2002, - "Status": "ex", - "GroupID": 184 - }, - { - "Profession": [ - "Graphician" - ], - "Status": "ex", - "GroupID": 12 - }, - { - "Profession": [ - "Graphician" - ], - "JoinMonth": 8, - "JoinYear": 2002, - "Status": "active", - "GroupID": 505 - }, - { - "Profession": [ - "Graphician" - ], - "JoinMonth": 6, - "JoinYear": 1996, - "LeaveYear": 1998, - "Status": "ex", - "GroupID": 1 - }, - { - "Profession": [ - "Graphician" - ], - "Status": "ex", - "GroupID": 381 - } - ], - "Released": { - "Release": [ - { - "ID": "29503", - "Name": "They Are Among Us", - "Type": "C64 Graphics", - "GfxType": "FLI", - "ReleaseYear": "1999", - "ScreenShot": "https://csdb.dk/gfx/releases/29000/29503.gif" - }, - { - "ID": "185347", - "Name": "Hardcore Logo", - "Type": "C64 Graphics", - "ReleaseDay": "24", - "ReleaseMonth": "12", - "ReleaseYear": "2019", - "ScreenShot": "https://csdb.dk/gfx/releases/185000/185347.png" - }, - { - "ID": "129494", - "Name": "Padua Logo (Style is Innate)", - "Type": "C64 Graphics", - "GfxType": "MultiColor Interlace", - "ReleaseDay": "5", - "ReleaseMonth": "3", - "ReleaseYear": "2014", - "Rating": "9.52", - "ScreenShot": "https://csdb.dk/gfx/releases/129000/129494.png" - }, - { - "ID": "146828", - "Name": "Effin Ol' Breeze Logo", - "Type": "C64 Graphics", - "GfxType": "MultiColor", - "ReleaseDay": "29", - "ReleaseMonth": "3", - "ReleaseYear": "2016", - "Rating": "9", - "ScreenShot": "https://csdb.dk/gfx/releases/146000/146828.png" - }, - { - "ID": "152037", - "Name": "Alter/Ego", - "Type": "C64 Graphics", - "GfxType": "MultiColor", - "ReleaseDay": "2", - "ReleaseMonth": "12", - "ReleaseYear": "2016", - "Rating": "8.3", - "ScreenShot": "https://csdb.dk/gfx/releases/152000/152037.png" - }, - { - "ID": "163316", - "Name": "I Am the Master of My Universe", - "Type": "C64 Graphics", - "GfxType": "MultiColor", - "ReleaseDay": "28", - "ReleaseMonth": "3", - "ReleaseYear": "2018", - "ReleasedAt": { - "Event": { - "ID": "2677", - "Name": "He-Man Jr. Compo", - "EventType": "Standalone Compo", - "AKA": "He-Man Junior Title Picture Compo", - "StartDay": "17", - "StartMonth": "3", - "StartYear": "2018", - "EndDay": "2", - "EndMonth": "4", - "EndYear": "2018" - } - }, - "Achievement": { - "Compo": "C64 Graphics", - "Place": "1" - }, - "Rating": "9.59", - "ScreenShot": "https://csdb.dk/gfx/releases/163000/163316.png" - } - ] - }, - "Credits": [ - { - "CreditType": "Graphics", - "ReleaseID": 1 - }, - { - "CreditType": "Graphics", - "ReleaseID": 707 - }, - { - "CreditType": "Graphics", - "ReleaseID": 138 - }, - { - "CreditType": "Graphics", - "ReleaseID": 856 - }, - { - "CreditType": "Graphics", - "ReleaseID": 860 - }, - { - "CreditType": "Graphics", - "ReleaseID": 862 - }, - { - "CreditType": "Graphics", - "ReleaseID": 3425 - }, - { - "CreditType": "Graphics", - "ReleaseID": 3305 - }, - { - "CreditType": "Graphics", - "ReleaseID": 3369 - }, - { - "CreditType": "Graphics", - "ReleaseID": 3372 - }, - { - "CreditType": "Graphics", - "ReleaseID": 3299 - }, - { - "CreditType": "Graphics", - "ReleaseID": 2363 - }, - { - "CreditType": "Graphics", - "ReleaseID": 2381 - }, - { - "CreditType": "Graphics", - "ReleaseID": 2457 - }, - { - "CreditType": "Graphics", - "ReleaseID": 38 - }, - { - "CreditType": "Graphics", - "ReleaseID": 3067 - }, - { - "CreditType": "Graphics", - "ReleaseID": 3752 - }, - { - "CreditType": "Graphics", - "ReleaseID": 3754 - }, - { - "CreditType": "Graphics", - "ReleaseID": 3755 - }, - { - "CreditType": "Graphics", - "ReleaseID": 3756 - }, - { - "CreditType": "Graphics", - "ReleaseID": 3884 - }, - { - "CreditType": "Graphics", - "ReleaseID": 3980 - }, - { - "CreditType": "Graphics", - "ReleaseID": 4322 - }, - { - "CreditType": "Graphics", - "ReleaseID": 4321 - }, - { - "CreditType": "Graphics", - "ReleaseID": 4323 - }, - { - "CreditType": "Graphics", - "ReleaseID": 4355 - }, - { - "CreditType": "Graphics", - "ReleaseID": 4554 - }, - { - "CreditType": "Graphics", - "ReleaseID": 4957 - }, - { - "CreditType": "Graphics", - "ReleaseID": 5698 - }, - { - "CreditType": "Graphics", - "ReleaseID": 5702 - }, - { - "CreditType": "Graphics", - "ReleaseID": 5993 - }, - { - "CreditType": "Graphics", - "ReleaseID": 6029 - }, - { - "CreditType": "Disk Cover", - "ReleaseID": 5197 - }, - { - "CreditType": "Graphics", - "ReleaseID": 6403 - }, - { - "CreditType": "Graphics", - "ReleaseID": 6444 - }, - { - "CreditType": "Graphics", - "ReleaseID": 6544 - }, - { - "CreditType": "Graphics", - "ReleaseID": 6614 - }, - { - "CreditType": "Graphics", - "ReleaseID": 6708 - }, - { - "CreditType": "Graphics", - "ReleaseID": 6848 - }, - { - "CreditType": "Text", - "ReleaseID": 7342 - }, - { - "CreditType": "Graphics", - "ReleaseID": 7991 - }, - { - "CreditType": "Graphics", - "ReleaseID": 8157 - }, - { - "CreditType": "Graphics", - "ReleaseID": 8413 - }, - { - "CreditType": "Text", - "ReleaseID": 8428 - }, - { - "CreditType": "Graphics", - "ReleaseID": 8553 - }, - { - "CreditType": "Graphics", - "ReleaseID": 8555 - }, - { - "CreditType": "Disk Cover", - "ReleaseID": 8792 - }, - { - "CreditType": "Disk Cover", - "ReleaseID": 8878 - }, - { - "CreditType": "Disk Cover", - "ReleaseID": 8879 - }, - { - "CreditType": "Disk Cover", - "ReleaseID": 8880 - }, - { - "CreditType": "Text", - "ReleaseID": 11687 - }, - { - "CreditType": "Graphics", - "ReleaseID": 12735 - }, - { - "CreditType": "Graphics", - "ReleaseID": 12732 - }, - { - "CreditType": "Graphics", - "ReleaseID": 13202 - }, - { - "CreditType": "Graphics", - "ReleaseID": 13533 - }, - { - "CreditType": "Text", - "ReleaseID": 13936 - }, - { - "CreditType": "Graphics", - "ReleaseID": 17469 - }, - { - "CreditType": "Graphics", - "ReleaseID": 18292 - }, - { - "CreditType": "Graphics", - "ReleaseID": 19418 - }, - { - "CreditType": "Graphics", - "ReleaseID": 29501 - }, - { - "CreditType": "Graphics", - "ReleaseID": 29502 - }, - { - "CreditType": "Graphics", - "ReleaseID": 29503 - }, - { - "CreditType": "Graphics", - "ReleaseID": 29512 - }, - { - "CreditType": "Graphics", - "ReleaseID": 29523 - }, - { - "CreditType": "Graphics", - "ReleaseID": 29532 - }, - { - "CreditType": "Graphics", - "ReleaseID": 29535 - }, - { - "CreditType": "Graphics", - "ReleaseID": 29536 - }, - { - "CreditType": "Graphics", - "ReleaseID": 30142 - }, - { - "CreditType": "Graphics", - "ReleaseID": 8871 - }, - { - "CreditType": "Graphics", - "ReleaseID": 31594 - }, - { - "CreditType": "Graphics", - "ReleaseID": 31644 - }, - { - "CreditType": "Vote Sheet", - "ReleaseID": 31751 - }, - { - "CreditType": "Graphics", - "ReleaseID": 32484 - }, - { - "CreditType": "Graphics", - "ReleaseID": 32904 - }, - { - "CreditType": "Graphics", - "ReleaseID": 32909 - }, - { - "CreditType": "Graphics", - "ReleaseID": 33660 - }, - { - "CreditType": "Graphics", - "ReleaseID": 33778 - }, - { - "CreditType": "Graphics", - "ReleaseID": 33957 - }, - { - "CreditType": "Graphics", - "ReleaseID": 33964 - }, - { - "CreditType": "Graphics", - "ReleaseID": 39965 - }, - { - "CreditType": "Graphics", - "ReleaseID": 36213 - }, - { - "CreditType": "Graphics", - "ReleaseID": 36876 - }, - { - "CreditType": "Graphics", - "ReleaseID": 37625 - }, - { - "CreditType": "Disk Cover", - "ReleaseID": 38056 - }, - { - "CreditType": "Graphics", - "ReleaseID": 38231 - }, - { - "CreditType": "Graphics", - "ReleaseID": 38742 - }, - { - "CreditType": "Graphics", - "ReleaseID": 40947 - }, - { - "CreditType": "Graphics", - "ReleaseID": 41194 - }, - { - "CreditType": "Graphics", - "ReleaseID": 53972 - }, - { - "CreditType": "Graphics", - "ReleaseID": 45912 - }, - { - "CreditType": "Graphics", - "ReleaseID": 46150 - }, - { - "CreditType": "Graphics", - "ReleaseID": 46762 - }, - { - "CreditType": "Graphics", - "ReleaseID": 46763 - }, - { - "CreditType": "Graphics", - "ReleaseID": 50832 - }, - { - "CreditType": "Text", - "ReleaseID": 50893 - }, - { - "CreditType": "Text", - "ReleaseID": 51114 - }, - { - "CreditType": "Idea", - "ReleaseID": 55304 - }, - { - "CreditType": "Idea", - "ReleaseID": 57070 - }, - { - "CreditType": "Graphics", - "ReleaseID": 63778 - }, - { - "CreditType": "Graphics", - "ReleaseID": 64184 - }, - { - "CreditType": "Graphics", - "ReleaseID": 72550 - }, - { - "CreditType": "Design", - "ReleaseID": 72550 - }, - { - "CreditType": "Graphics", - "ReleaseID": 73495 - }, - { - "CreditType": "Graphics", - "ReleaseID": 73699 - }, - { - "CreditType": "Graphics", - "ReleaseID": 73700 - }, - { - "CreditType": "Graphics", - "ReleaseID": 73701 - }, - { - "CreditType": "Graphics", - "ReleaseID": 73702 - }, - { - "CreditType": "Graphics", - "ReleaseID": 73734 - }, - { - "CreditType": "Interviewed", - "ReleaseID": 5090 - }, - { - "CreditType": "Graphics", - "ReleaseID": 9518 - }, - { - "CreditType": "Text", - "ReleaseID": 9518 - }, - { - "CreditType": "Interviewed", - "ReleaseID": 9518 - }, - { - "CreditType": "Graphics", - "ReleaseID": 77703 - }, - { - "CreditType": "Graphics", - "ReleaseID": 81153 - }, - { - "CreditType": "Graphics", - "ReleaseID": 81158 - }, - { - "CreditType": "Graphics", - "ReleaseID": 5154 - }, - { - "CreditType": "Graphics", - "ReleaseID": 16338 - }, - { - "CreditType": "Graphics", - "ReleaseID": 85250 - }, - { - "CreditType": "Graphics", - "ReleaseID": 5155 - }, - { - "CreditType": "Charset", - "ReleaseID": 156395 - }, - { - "CreditType": "Charset", - "ReleaseID": 156398 - }, - { - "CreditType": "Graphics", - "ReleaseID": 3753 - }, - { - "CreditType": "Text", - "ReleaseID": 3753 - }, - { - "CreditType": "Graphics", - "ReleaseID": 5169 - }, - { - "CreditType": "Graphics", - "ReleaseID": 3381 - }, - { - "CreditType": "Graphics", - "ReleaseID": 5717 - }, - { - "CreditType": "Graphics", - "ReleaseID": 5718 - }, - { - "CreditType": "Original Supply", - "ReleaseID": 100013 - }, - { - "CreditType": "Graphics", - "ReleaseID": 101506 - }, - { - "CreditType": "Graphics", - "ReleaseID": 106309 - }, - { - "CreditType": "Graphics", - "ReleaseID": 115655 - }, - { - "CreditType": "Graphics", - "ReleaseID": 116340 - }, - { - "CreditType": "Graphics", - "ReleaseID": 118042 - }, - { - "CreditType": "Graphics", - "ReleaseID": 123613 - }, - { - "CreditType": "Graphics", - "ReleaseID": 129284 - }, - { - "CreditType": "Graphics", - "ReleaseID": 129321 - }, - { - "CreditType": "Graphics", - "ReleaseID": 129463 - }, - { - "CreditType": "Graphics", - "ReleaseID": 129494 - }, - { - "CreditType": "Graphics", - "ReleaseID": 129506 - }, - { - "CreditType": "Graphics", - "ReleaseID": 129645 - }, - { - "CreditType": "Code", - "ReleaseID": 32934 - }, - { - "CreditType": "Graphics", - "ReleaseID": 32934 - }, - { - "CreditType": "Help", - "ReleaseID": 130732 - }, - { - "CreditType": "Charset", - "ReleaseID": 133313 - }, - { - "CreditType": "Text", - "ReleaseID": 19648 - }, - { - "CreditType": "Graphics", - "ReleaseID": 157460 - }, - { - "CreditType": "Graphics", - "ReleaseID": 146828 - }, - { - "CreditType": "Graphics", - "ReleaseID": 148074 - }, - { - "CreditType": "Graphics", - "ReleaseID": 150170 - }, - { - "CreditType": "Graphics", - "ReleaseID": 152037 - }, - { - "CreditType": "Graphics", - "ReleaseID": 163316 - }, - { - "CreditType": "Graphics", - "ReleaseID": 166659 - }, - { - "CreditType": "Graphics", - "ReleaseID": 171312 - }, - { - "CreditType": "Charset", - "ReleaseID": 177408 - }, - { - "CreditType": "Graphics", - "ReleaseID": 179123 - }, - { - "CreditType": "Graphics", - "ReleaseID": 185347 - }, - { - "CreditType": "Graphics", - "ReleaseID": 187524 - }, - { - "CreditType": "Graphics", - "ReleaseID": 187977 - }, - { - "CreditType": "Text", - "ReleaseID": 164258 - }, - { - "CreditType": "Graphics", - "ReleaseID": 197870 - }, - { - "CreditType": "Graphics", - "ReleaseID": 199134 - } - ], - "OrganizedEventIDs": [ - 553 - ], - "AttendedEventIDs": [ - 111, - 286, - 537, - 959, - 1044, - 1031, - 1132, - 1250, - 1265, - 1308, - 1364, - 1358, - 1466, - 1362, - 1860, - 2082, - 2677, - 2769 - ], - "ScenerIDs": [ - 1605 - ] -} \ No newline at end of file diff --git a/data/handle/1651/handle.1651.json b/data/handle/1651/handle.1651.json deleted file mode 100644 index 0948dde..0000000 --- a/data/handle/1651/handle.1651.json +++ /dev/null @@ -1,1640 +0,0 @@ -{ - "ID": 1651, - "Handle": "Steel", - "CurrentlyUsedHandle": true, - "FreelanceFunctions": [ - "Musician", - "Swapper" - ], - "MemberOf": [ - { - "Profession": [ - "Musician" - ], - "LeaveYear": 1989, - "Status": "ex", - "GroupID": 622 - }, - { - "Profession": [ - "Musician" - ], - "JoinMonth": 12, - "JoinYear": 1991, - "LeaveDay": 31, - "LeaveMonth": 12, - "LeaveYear": 2021, - "Status": "ex", - "GroupID": 913 - }, - { - "Profession": [ - "Swapper" - ], - "Status": "ex", - "GroupID": 5439 - }, - { - "Profession": [ - "Musician", - "Swapper" - ], - "JoinDay": 2, - "JoinMonth": 9, - "JoinYear": 1989, - "LeaveMonth": 6, - "LeaveYear": 1990, - "Status": "ex", - "GroupID": 913 - }, - { - "Profession": [ - "Musician" - ], - "JoinYear": 1989, - "LeaveYear": 1989, - "Status": "ex", - "GroupID": 761 - }, - { - "Profession": [ - "Musician" - ], - "JoinMonth": 6, - "JoinYear": 1991, - "LeaveYear": 1994, - "Status": "ex", - "GroupID": 5 - }, - { - "Profession": [ - "Musician" - ], - "Status": "ex", - "GroupID": 241 - }, - { - "Profession": [ - "Musician", - "Swapper" - ], - "JoinYear": 1989, - "LeaveDay": 2, - "LeaveMonth": 9, - "LeaveYear": 1989, - "Status": "ex", - "GroupID": 762 - }, - { - "Profession": [ - "Musician" - ], - "JoinYear": 1989, - "LeaveYear": 1990, - "Status": "ex", - "GroupID": 3680 - }, - { - "Profession": [ - "Musician" - ], - "JoinYear": 1992, - "LeaveYear": 1994, - "Status": "ex", - "GroupID": 199 - }, - { - "Profession": [ - "Musician" - ], - "JoinDay": 28, - "JoinMonth": 10, - "JoinYear": 2016, - "Status": "active", - "GroupID": 133 - }, - { - "Profession": [ - "Musician" - ], - "JoinDay": 27, - "JoinMonth": 11, - "JoinYear": 2016, - "Status": "active", - "GroupID": 396 - } - ], - "Released": { - "Release": [ - { - "ID": "46973", - "Name": "World of Music", - "AKA": "WOM", - "Type": "C64 One-File Demo", - "ReleaseDay": "7", - "ReleaseMonth": "10", - "ReleaseYear": "1989", - "ReleasedAt": { - "Event": { - "ID": "1223", - "Name": "Baboons Party October 1989", - "EventType": "Demo Party", - "StartDay": "7", - "StartMonth": "10", - "StartYear": "1989", - "EndDay": "7", - "EndMonth": "10", - "EndYear": "1989", - "City": "Eddersheim", - "Country": "Germany" - } - }, - "Achievement": { - "Compo": "C64 Demo", - "Place": "2" - }, - "ScreenShot": "https://csdb.dk/gfx/releases/46000/46973.png" - }, - { - "ID": "130458", - "Name": "World of Music 100%", - "AKA": "WOM 100%", - "Type": "C64 One-File Demo", - "ReleaseMonth": "10", - "ReleaseYear": "1989", - "ScreenShot": "https://csdb.dk/gfx/releases/130000/130458.gif" - }, - { - "ID": "149192", - "Name": "ResurreXXXion", - "AKA": "ResureXXXion", - "Type": "C64 Music", - "ReleaseDay": "2", - "ReleaseMonth": "7", - "ReleaseYear": "2016", - "ReleasedAt": { - "Event": { - "ID": "2453", - "Name": "Gubbdata 2016", - "EventType": [ - "Copy Party", - "Internal Meeting" - ], - "Tagline": "Genesis Project + TRIAD = 60 years of Commodore love", - "StartDay": "1", - "StartMonth": "7", - "StartYear": "2016", - "EndDay": "3", - "EndMonth": "7", - "EndYear": "2016", - "Address": "Gubbdata HQ", - "City": "Lund", - "Country": "Sweden", - "Website": "http://gubbdata.se" - } - }, - "Achievement": { - "Compo": "C64 Music", - "Place": "6" - }, - "Rating": "8.29", - "ScreenShot": "https://csdb.dk/gfx/releases/149000/149192.png" - }, - { - "ID": "151251", - "Name": "The Long Journey", - "AKA": "Full version", - "Type": "C64 Music", - "ReleaseDay": "29", - "ReleaseMonth": "10", - "ReleaseYear": "2016", - "ReleasedAt": { - "Event": { - "ID": "2299", - "Name": "X'2016", - "EventType": [ - "Demo Party", - "C64 Only Party" - ], - "AKA": "X2016, X-2016, X16, X-16, X'16", - "StartDay": "28", - "StartMonth": "10", - "StartYear": "2016", - "EndDay": "30", - "EndMonth": "10", - "EndYear": "2016", - "Address": "De Hoof 18", - "Zip": "5712LM", - "City": "Someren", - "State": "NB", - "Country": "Netherlands", - "Website": "http://www.scs-trc.net/x2016" - } - }, - "Rating": "9.19", - "ScreenShot": "https://csdb.dk/gfx/releases/151000/151251.png" - }, - { - "ID": "151327", - "Name": "Happy", - "Type": "C64 Music", - "ReleaseDay": "29", - "ReleaseMonth": "10", - "ReleaseYear": "2016", - "ReleasedAt": { - "Event": { - "ID": "2299" - } - }, - "Achievement": { - "Compo": "C64 Music", - "Place": "23" - }, - "ScreenShot": "https://csdb.dk/gfx/releases/151000/151327.png" - }, - { - "ID": "151316", - "Name": "The Long Journey X16edit", - "Type": "C64 Music", - "ReleaseDay": "29", - "ReleaseMonth": "10", - "ReleaseYear": "2016", - "ReleasedAt": { - "Event": { - "ID": "2299" - } - }, - "Achievement": { - "Compo": "C64 Music", - "Place": "7" - }, - "ScreenShot": "https://csdb.dk/gfx/releases/151000/151316.png" - }, - { - "ID": "151870", - "Name": "The Drift Intro", - "Type": "C64 Music", - "ReleaseDay": "23", - "ReleaseMonth": "11", - "ReleaseYear": "2016", - "Rating": "8.8", - "ScreenShot": "https://csdb.dk/gfx/releases/151000/151870.png" - }, - { - "ID": "151872", - "Name": "The Tudors Theme", - "Type": "C64 Music", - "ReleaseDay": "23", - "ReleaseMonth": "11", - "ReleaseYear": "2016", - "ScreenShot": "https://csdb.dk/gfx/releases/151000/151872.png" - } - ] - }, - "Credits": [ - { - "CreditType": "Music", - "ReleaseID": 21915 - }, - { - "CreditType": "Music", - "ReleaseID": 1 - }, - { - "CreditType": "Music", - "ReleaseID": 3578 - }, - { - "CreditType": "Music", - "ReleaseID": 3351 - }, - { - "CreditType": "Music", - "ReleaseID": 4778 - }, - { - "CreditType": "Music", - "ReleaseID": 5543 - }, - { - "CreditType": "Music", - "ReleaseID": 142899 - }, - { - "CreditType": "Music", - "ReleaseID": 142901 - }, - { - "CreditType": "Music", - "ReleaseID": 772 - }, - { - "CreditType": "Music", - "ReleaseID": 5109 - }, - { - "CreditType": "Music", - "ReleaseID": 44783 - }, - { - "CreditType": "Music", - "ReleaseID": 10049 - }, - { - "CreditType": "Music", - "ReleaseID": 2668 - }, - { - "CreditType": "Music", - "ReleaseID": 157340 - }, - { - "CreditType": "Music", - "ReleaseID": 155898 - }, - { - "CreditType": "Music", - "ReleaseID": 12343 - }, - { - "CreditType": "Music", - "ReleaseID": 13514 - }, - { - "CreditType": "Music", - "ReleaseID": 13512 - }, - { - "CreditType": "Music", - "ReleaseID": 60993 - }, - { - "CreditType": "Music", - "ReleaseID": 13738 - }, - { - "CreditType": "Music", - "ReleaseID": 18010 - }, - { - "CreditType": "Music", - "ReleaseID": 48288 - }, - { - "CreditType": "Music", - "ReleaseID": 4220 - }, - { - "CreditType": "Music", - "ReleaseID": 90747 - }, - { - "CreditType": "Music", - "ReleaseID": 11288 - }, - { - "CreditType": "Music", - "ReleaseID": 7575 - }, - { - "CreditType": "Music", - "ReleaseID": 30891 - }, - { - "CreditType": "Music", - "ReleaseID": 33510 - }, - { - "CreditType": "Music", - "ReleaseID": 37973 - }, - { - "CreditType": "Music", - "ReleaseID": 40496 - }, - { - "CreditType": "Music", - "ReleaseID": 41359 - }, - { - "CreditType": "Music", - "ReleaseID": 45792 - }, - { - "CreditType": "Music", - "ReleaseID": 46880 - }, - { - "CreditType": "Music", - "ReleaseID": 46973 - }, - { - "CreditType": "Text", - "ReleaseID": 46973 - }, - { - "CreditType": "Music", - "ReleaseID": 712 - }, - { - "CreditType": "Music", - "ReleaseID": 13513 - }, - { - "CreditType": "Graphics", - "ReleaseID": 13513 - }, - { - "CreditType": "Text", - "ReleaseID": 13513 - }, - { - "CreditType": "Music", - "ReleaseID": 50176 - }, - { - "CreditType": "Music", - "ReleaseID": 50344 - }, - { - "CreditType": "Music", - "ReleaseID": 15639 - }, - { - "CreditType": "Music", - "ReleaseID": 18370 - }, - { - "CreditType": "Music", - "ReleaseID": 4794 - }, - { - "CreditType": "Music", - "ReleaseID": 18372 - }, - { - "CreditType": "Music", - "ReleaseID": 53005 - }, - { - "CreditType": "Music", - "ReleaseID": 13515 - }, - { - "CreditType": "Music", - "ReleaseID": 13007 - }, - { - "CreditType": "Music", - "ReleaseID": 34786 - }, - { - "CreditType": "Music", - "ReleaseID": 96 - }, - { - "CreditType": "Music", - "ReleaseID": 141658 - }, - { - "CreditType": "Music", - "ReleaseID": 54694 - }, - { - "CreditType": "Music", - "ReleaseID": 83084 - }, - { - "CreditType": "Music", - "ReleaseID": 36851 - }, - { - "CreditType": "Music", - "ReleaseID": 57529 - }, - { - "CreditType": "Music", - "ReleaseID": 61354 - }, - { - "CreditType": "Music", - "ReleaseID": 10105 - }, - { - "CreditType": "Music", - "ReleaseID": 10110 - }, - { - "CreditType": "Music", - "ReleaseID": 62755 - }, - { - "CreditType": "Music", - "ReleaseID": 64979 - }, - { - "CreditType": "Music", - "ReleaseID": 68309 - }, - { - "CreditType": "Music", - "ReleaseID": 178091 - }, - { - "CreditType": "Music", - "ReleaseID": 196410 - }, - { - "CreditType": "Music", - "ReleaseID": 5542 - }, - { - "CreditType": "Music", - "ReleaseID": 89965 - }, - { - "CreditType": "Music", - "ReleaseID": 141963 - }, - { - "CreditType": "Music", - "ReleaseID": 81018 - }, - { - "CreditType": "Music", - "ReleaseID": 81732 - }, - { - "CreditType": "Music", - "ReleaseID": 814 - }, - { - "CreditType": "Music", - "ReleaseID": 676 - }, - { - "CreditType": "Music", - "ReleaseID": 708 - }, - { - "CreditType": "Music", - "ReleaseID": 12759 - }, - { - "CreditType": "Music", - "ReleaseID": 12764 - }, - { - "CreditType": "Music", - "ReleaseID": 76926 - }, - { - "CreditType": "Music", - "ReleaseID": 5309 - }, - { - "CreditType": "Music", - "ReleaseID": 84854 - }, - { - "CreditType": "Music", - "ReleaseID": 7921 - }, - { - "CreditType": "Music", - "ReleaseID": 11292 - }, - { - "CreditType": "Music", - "ReleaseID": 17581 - }, - { - "CreditType": "Music", - "ReleaseID": 90705 - }, - { - "CreditType": "Music", - "ReleaseID": 91012 - }, - { - "CreditType": "Music", - "ReleaseID": 80417 - }, - { - "CreditType": "Music", - "ReleaseID": 91047 - }, - { - "CreditType": "Music", - "ReleaseID": 92240 - }, - { - "CreditType": "Music", - "ReleaseID": 92122 - }, - { - "CreditType": "Music", - "ReleaseID": 92235 - }, - { - "CreditType": "Music", - "ReleaseID": 92260 - }, - { - "CreditType": "Music", - "ReleaseID": 37285 - }, - { - "CreditType": "Music", - "ReleaseID": 3383 - }, - { - "CreditType": "Music", - "ReleaseID": 34000 - }, - { - "CreditType": "Music", - "ReleaseID": 3371 - }, - { - "CreditType": "Music", - "ReleaseID": 5541 - }, - { - "CreditType": "Music", - "ReleaseID": 24742 - }, - { - "CreditType": "Music", - "ReleaseID": 19745 - }, - { - "CreditType": "Music", - "ReleaseID": 779 - }, - { - "CreditType": "Music", - "ReleaseID": 96239 - }, - { - "CreditType": "Music", - "ReleaseID": 85759 - }, - { - "CreditType": "Music", - "ReleaseID": 96725 - }, - { - "CreditType": "Music", - "ReleaseID": 96760 - }, - { - "CreditType": "Music", - "ReleaseID": 74567 - }, - { - "CreditType": "Music", - "ReleaseID": 97476 - }, - { - "CreditType": "Music", - "ReleaseID": 15084 - }, - { - "CreditType": "Music", - "ReleaseID": 98291 - }, - { - "CreditType": "Music", - "ReleaseID": 10066 - }, - { - "CreditType": "Music", - "ReleaseID": 98958 - }, - { - "CreditType": "Music", - "ReleaseID": 2909 - }, - { - "CreditType": "Music", - "ReleaseID": 3073 - }, - { - "CreditType": "Music", - "ReleaseID": 70633 - }, - { - "CreditType": "Music", - "ReleaseID": 65024 - }, - { - "CreditType": "Music", - "ReleaseID": 63359 - }, - { - "CreditType": "Music", - "ReleaseID": 90120 - }, - { - "CreditType": "Music", - "ReleaseID": 102258 - }, - { - "CreditType": "Music", - "ReleaseID": 44791 - }, - { - "CreditType": "Music", - "ReleaseID": 105367 - }, - { - "CreditType": "Music", - "ReleaseID": 59850 - }, - { - "CreditType": "Music", - "ReleaseID": 46745 - }, - { - "CreditType": "Music", - "ReleaseID": 12023 - }, - { - "CreditType": "Music", - "ReleaseID": 107366 - }, - { - "CreditType": "Music", - "ReleaseID": 107697 - }, - { - "CreditType": "Music", - "ReleaseID": 82929 - }, - { - "CreditType": "Music", - "ReleaseID": 108422 - }, - { - "CreditType": "Music", - "ReleaseID": 3209 - }, - { - "CreditType": "Music", - "ReleaseID": 108423 - }, - { - "CreditType": "Music", - "ReleaseID": 44543 - }, - { - "CreditType": "Music", - "ReleaseID": 108934 - }, - { - "CreditType": "Music", - "ReleaseID": 106110 - }, - { - "CreditType": "Music", - "ReleaseID": 109646 - }, - { - "CreditType": "Music", - "ReleaseID": 35741 - }, - { - "CreditType": "Music", - "ReleaseID": 110672 - }, - { - "CreditType": "Text", - "ReleaseID": 8730 - }, - { - "CreditType": "Music", - "ReleaseID": 26998 - }, - { - "CreditType": "Music", - "ReleaseID": 7428 - }, - { - "CreditType": "Music", - "ReleaseID": 40594 - }, - { - "CreditType": "Music", - "ReleaseID": 116682 - }, - { - "CreditType": "Graphics", - "ReleaseID": 116682 - }, - { - "CreditType": "Text", - "ReleaseID": 116682 - }, - { - "CreditType": "Music", - "ReleaseID": 62965 - }, - { - "CreditType": "Music", - "ReleaseID": 119695 - }, - { - "CreditType": "Music", - "ReleaseID": 12692 - }, - { - "CreditType": "Music", - "ReleaseID": 121623 - }, - { - "CreditType": "Music", - "ReleaseID": 54805 - }, - { - "CreditType": "Music", - "ReleaseID": 11560 - }, - { - "CreditType": "Music", - "ReleaseID": 17846 - }, - { - "CreditType": "Music", - "ReleaseID": 40570 - }, - { - "CreditType": "Music", - "ReleaseID": 63470 - }, - { - "CreditType": "Music", - "ReleaseID": 123397 - }, - { - "CreditType": "Music", - "ReleaseID": 123894 - }, - { - "CreditType": "Music", - "ReleaseID": 123938 - }, - { - "CreditType": "Music", - "ReleaseID": 124692 - }, - { - "CreditType": "Music", - "ReleaseID": 94903 - }, - { - "CreditType": "Music", - "ReleaseID": 114699 - }, - { - "CreditType": "Music", - "ReleaseID": 121585 - }, - { - "CreditType": "Music", - "ReleaseID": 90212 - }, - { - "CreditType": "Music", - "ReleaseID": 85244 - }, - { - "CreditType": "Music", - "ReleaseID": 9252 - }, - { - "CreditType": "Music", - "ReleaseID": 11552 - }, - { - "CreditType": "Music", - "ReleaseID": 64882 - }, - { - "CreditType": "Music", - "ReleaseID": 51610 - }, - { - "CreditType": "Music", - "ReleaseID": 12910 - }, - { - "CreditType": "Music", - "ReleaseID": 11558 - }, - { - "CreditType": "Music", - "ReleaseID": 50183 - }, - { - "CreditType": "Music", - "ReleaseID": 121509 - }, - { - "CreditType": "Music", - "ReleaseID": 45591 - }, - { - "CreditType": "Music", - "ReleaseID": 12520 - }, - { - "CreditType": "Music", - "ReleaseID": 23 - }, - { - "CreditType": "Music", - "ReleaseID": 126134 - }, - { - "CreditType": "Music", - "ReleaseID": 126248 - }, - { - "CreditType": "Music", - "ReleaseID": 126910 - }, - { - "CreditType": "Music", - "ReleaseID": 129249 - }, - { - "CreditType": "Music", - "ReleaseID": 129619 - }, - { - "CreditType": "Music", - "ReleaseID": 129620 - }, - { - "CreditType": "Music", - "ReleaseID": 130458 - }, - { - "CreditType": "Text", - "ReleaseID": 130458 - }, - { - "CreditType": "Music", - "ReleaseID": 130449 - }, - { - "CreditType": "Music", - "ReleaseID": 15495 - }, - { - "CreditType": "Music", - "ReleaseID": 67686 - }, - { - "CreditType": "Music", - "ReleaseID": 131757 - }, - { - "CreditType": "Music", - "ReleaseID": 132756 - }, - { - "CreditType": "Music", - "ReleaseID": 32307 - }, - { - "CreditType": "Music", - "ReleaseID": 52369 - }, - { - "CreditType": "Music", - "ReleaseID": 58387 - }, - { - "CreditType": "Music", - "ReleaseID": 142846 - }, - { - "CreditType": "Music", - "ReleaseID": 134466 - }, - { - "CreditType": "Music", - "ReleaseID": 87457 - }, - { - "CreditType": "Music", - "ReleaseID": 120369 - }, - { - "CreditType": "Music", - "ReleaseID": 25666 - }, - { - "CreditType": "Music", - "ReleaseID": 136363 - }, - { - "CreditType": "Music", - "ReleaseID": 116278 - }, - { - "CreditType": "Music", - "ReleaseID": 137587 - }, - { - "CreditType": "Music", - "ReleaseID": 138654 - }, - { - "CreditType": "Music", - "ReleaseID": 113779 - }, - { - "CreditType": "Code", - "ReleaseID": 13288 - }, - { - "CreditType": "Music", - "ReleaseID": 13288 - }, - { - "CreditType": "Text", - "ReleaseID": 13288 - }, - { - "CreditType": "Music", - "ReleaseID": 157533 - }, - { - "CreditType": "Music", - "ReleaseID": 58774 - }, - { - "CreditType": "Music", - "ReleaseID": 145465 - }, - { - "CreditType": "Music", - "ReleaseID": 148330 - }, - { - "CreditType": "Music", - "ReleaseID": 53966 - }, - { - "CreditType": "Music", - "ReleaseID": 149192 - }, - { - "CreditType": "Interviewed", - "ReleaseID": 150629 - }, - { - "CreditType": "Music", - "ReleaseID": 151251 - }, - { - "CreditType": "Music", - "ReleaseID": 151316 - }, - { - "CreditType": "Music", - "ReleaseID": 151327 - }, - { - "CreditType": "Music", - "ReleaseID": 151870 - }, - { - "CreditType": "Music", - "ReleaseID": 151872 - }, - { - "CreditType": "Music", - "ReleaseID": 152505 - }, - { - "CreditType": "Music", - "ReleaseID": 154485 - }, - { - "CreditType": "Music", - "ReleaseID": 154730 - }, - { - "CreditType": "Music", - "ReleaseID": 155493 - }, - { - "CreditType": "Music", - "ReleaseID": 155251 - }, - { - "CreditType": "Music", - "ReleaseID": 94764 - }, - { - "CreditType": "Music", - "ReleaseID": 157803 - }, - { - "CreditType": "Music", - "ReleaseID": 158022 - }, - { - "CreditType": "Music", - "ReleaseID": 89976 - }, - { - "CreditType": "Music", - "ReleaseID": 158413 - }, - { - "CreditType": "Music", - "ReleaseID": 158414 - }, - { - "CreditType": "Music", - "ReleaseID": 158438 - }, - { - "CreditType": "Music", - "ReleaseID": 45342 - }, - { - "CreditType": "Music", - "ReleaseID": 159419 - }, - { - "CreditType": "Music", - "ReleaseID": 47967 - }, - { - "CreditType": "Music", - "ReleaseID": 160025 - }, - { - "CreditType": "Music", - "ReleaseID": 160042 - }, - { - "CreditType": "Music", - "ReleaseID": 160087 - }, - { - "CreditType": "Music", - "ReleaseID": 160248 - }, - { - "CreditType": "Music", - "ReleaseID": 160703 - }, - { - "CreditType": "Music", - "ReleaseID": 3067 - }, - { - "CreditType": "Music", - "ReleaseID": 161261 - }, - { - "CreditType": "Music", - "ReleaseID": 161738 - }, - { - "CreditType": "Music", - "ReleaseID": 162134 - }, - { - "CreditType": "Music", - "ReleaseID": 162654 - }, - { - "CreditType": "Music", - "ReleaseID": 164026 - }, - { - "CreditType": "Music", - "ReleaseID": 168016 - }, - { - "CreditType": "Music", - "ReleaseID": 168535 - }, - { - "CreditType": "Music", - "ReleaseID": 168903 - }, - { - "CreditType": "Music", - "ReleaseID": 169488 - }, - { - "CreditType": "Music", - "ReleaseID": 169857 - }, - { - "CreditType": "Music", - "ReleaseID": 169897 - }, - { - "CreditType": "Music", - "ReleaseID": 170467 - }, - { - "CreditType": "Music", - "ReleaseID": 170590 - }, - { - "CreditType": "Music", - "ReleaseID": 170785 - }, - { - "CreditType": "Music", - "ReleaseID": 170919 - }, - { - "CreditType": "Music", - "ReleaseID": 170981 - }, - { - "CreditType": "Music", - "ReleaseID": 171582 - }, - { - "CreditType": "Music", - "ReleaseID": 172042 - }, - { - "CreditType": "Music", - "ReleaseID": 172040 - }, - { - "CreditType": "Music", - "ReleaseID": 172063 - }, - { - "CreditType": "Music", - "ReleaseID": 172191 - }, - { - "CreditType": "Music", - "ReleaseID": 172208 - }, - { - "CreditType": "Music", - "ReleaseID": 172525 - }, - { - "CreditType": "Text", - "ReleaseID": 173062 - }, - { - "CreditType": "Music", - "ReleaseID": 173626 - }, - { - "CreditType": "Music", - "ReleaseID": 174276 - }, - { - "CreditType": "Music", - "ReleaseID": 186460 - }, - { - "CreditType": "Music", - "ReleaseID": 175473 - }, - { - "CreditType": "Music", - "ReleaseID": 175631 - }, - { - "CreditType": "Music", - "ReleaseID": 175633 - }, - { - "CreditType": "Music", - "ReleaseID": 175634 - }, - { - "CreditType": "Music", - "ReleaseID": 176410 - }, - { - "CreditType": "Music", - "ReleaseID": 176476 - }, - { - "CreditType": "Music", - "ReleaseID": 177719 - }, - { - "CreditType": "Music", - "ReleaseID": 177948 - }, - { - "CreditType": "Music", - "ReleaseID": 36316 - }, - { - "CreditType": "Music", - "ReleaseID": 180335 - }, - { - "CreditType": "Music", - "ReleaseID": 180667 - }, - { - "CreditType": "Music", - "ReleaseID": 180890 - }, - { - "CreditType": "Music", - "ReleaseID": 51174 - }, - { - "CreditType": "Music", - "ReleaseID": 67681 - }, - { - "CreditType": "Music", - "ReleaseID": 181815 - }, - { - "CreditType": "Music", - "ReleaseID": 182518 - }, - { - "CreditType": "Music", - "ReleaseID": 182896 - }, - { - "CreditType": "Music", - "ReleaseID": 182894 - }, - { - "CreditType": "Music", - "ReleaseID": 182895 - }, - { - "CreditType": "Music", - "ReleaseID": 183277 - }, - { - "CreditType": "Music", - "ReleaseID": 135506 - }, - { - "CreditType": "Music", - "ReleaseID": 187791 - }, - { - "CreditType": "Music", - "ReleaseID": 188011 - }, - { - "CreditType": "Text", - "ReleaseID": 188656 - }, - { - "CreditType": "Music", - "ReleaseID": 188831 - }, - { - "CreditType": "Music", - "ReleaseID": 189253 - }, - { - "CreditType": "Music", - "ReleaseID": 189899 - }, - { - "CreditType": "Music", - "ReleaseID": 189943 - }, - { - "CreditType": "Graphics", - "ReleaseID": 130458 - }, - { - "CreditType": "Graphics", - "ReleaseID": 46973 - }, - { - "CreditType": "Graphics", - "ReleaseID": 191668 - }, - { - "CreditType": "Music", - "ReleaseID": 192869 - }, - { - "CreditType": "Music", - "ReleaseID": 869 - }, - { - "CreditType": "Music", - "ReleaseID": 193442 - }, - { - "CreditType": "Music", - "ReleaseID": 85166 - }, - { - "CreditType": "Music", - "ReleaseID": 195841 - }, - { - "CreditType": "Music", - "ReleaseID": 196213 - }, - { - "CreditType": "Music", - "ReleaseID": 197144 - }, - { - "CreditType": "Music", - "ReleaseID": 197989 - }, - { - "CreditType": "Music", - "ReleaseID": 197991 - }, - { - "CreditType": "Music", - "ReleaseID": 21010 - }, - { - "CreditType": "Music", - "ReleaseID": 133034 - }, - { - "CreditType": "Music", - "ReleaseID": 128481 - }, - { - "CreditType": "Music", - "ReleaseID": 168545 - }, - { - "CreditType": "Music", - "ReleaseID": 163701 - }, - { - "CreditType": "Music", - "ReleaseID": 170016 - }, - { - "CreditType": "Music", - "ReleaseID": 172780 - }, - { - "CreditType": "Music", - "ReleaseID": 23646 - }, - { - "CreditType": "Music", - "ReleaseID": 170018 - }, - { - "CreditType": "Music", - "ReleaseID": 64042 - }, - { - "CreditType": "Music", - "ReleaseID": 170019 - }, - { - "CreditType": "Music", - "ReleaseID": 198283 - }, - { - "CreditType": "Design", - "ReleaseID": 198283 - }, - { - "CreditType": "Music", - "ReleaseID": 201239 - }, - { - "CreditType": "Music", - "ReleaseID": 201766 - }, - { - "CreditType": "Music", - "ReleaseID": 202282 - }, - { - "CreditType": "Music", - "ReleaseID": 203127 - }, - { - "CreditType": "Music", - "ReleaseID": 203309 - }, - { - "CreditType": "Music", - "ReleaseID": 206228 - }, - { - "CreditType": "Music", - "ReleaseID": 209104 - }, - { - "CreditType": "Music", - "ReleaseID": 209105 - }, - { - "CreditType": "Music", - "ReleaseID": 209805 - }, - { - "CreditType": "Music", - "ReleaseID": 209821 - }, - { - "CreditType": "Music", - "ReleaseID": 169227 - }, - { - "CreditType": "Music", - "ReleaseID": 211650 - }, - { - "CreditType": "Music", - "ReleaseID": 211725 - }, - { - "CreditType": "Text", - "ReleaseID": 212933 - }, - { - "CreditType": "Music", - "ReleaseID": 106111 - }, - { - "CreditType": "Music", - "ReleaseID": 213514 - }, - { - "CreditType": "Music", - "ReleaseID": 213862 - }, - { - "CreditType": "Music", - "ReleaseID": 214669 - }, - { - "CreditType": "Music", - "ReleaseID": 215508 - }, - { - "CreditType": "Text", - "ReleaseID": 215982 - }, - { - "CreditType": "Music", - "ReleaseID": 216409 - }, - { - "CreditType": "Music", - "ReleaseID": 216456 - }, - { - "CreditType": "Music", - "ReleaseID": 214684 - }, - { - "CreditType": "Music", - "ReleaseID": 217169 - } - ], - "FoundedGroupIDs": [ - 913, - 3680 - ], - "AttendedEventIDs": [ - 505, - 54, - 438, - 222, - 53, - 2299, - 2526, - 2636, - 2602, - 2899, - 1735 - ], - "ScenerIDs": [ - 1639 - ] -} \ No newline at end of file diff --git a/data/handle/1652/handle.1652.json b/data/handle/1652/handle.1652.json deleted file mode 100644 index 3dc1a06..0000000 --- a/data/handle/1652/handle.1652.json +++ /dev/null @@ -1,754 +0,0 @@ -{ - "ID": 1652, - "Handle": "Harmony Productions", - "CurrentlyUsedHandle": true, - "FreelanceFunctions": [ - "Musician", - "Swapper" - ], - "MemberOf": [ - { - "Profession": [ - "Musician", - "Swapper" - ], - "Status": "ex", - "GroupID": 663 - }, - { - "Profession": [ - "Musician" - ], - "JoinDay": 1, - "JoinMonth": 1, - "JoinYear": 1991, - "Status": "ex", - "GroupID": 387 - }, - { - "Profession": [ - "Musician" - ], - "Status": "ex", - "GroupID": 715 - }, - { - "Profession": [ - "Musician" - ], - "JoinMonth": 8, - "JoinYear": 1990, - "LeaveYear": 1991, - "Status": "ex", - "GroupID": 142 - } - ], - "Credits": [ - { - "CreditType": "Music", - "ReleaseID": 5864 - }, - { - "CreditType": "Music", - "ReleaseID": 1 - }, - { - "CreditType": "Music", - "ReleaseID": 751 - }, - { - "CreditType": "Music", - "ReleaseID": 759 - }, - { - "CreditType": "Music", - "ReleaseID": 11589 - }, - { - "CreditType": "Music", - "ReleaseID": 5923 - }, - { - "CreditType": "Music", - "ReleaseID": 559 - }, - { - "CreditType": "Music", - "ReleaseID": 5915 - }, - { - "CreditType": "Music", - "ReleaseID": 105288 - }, - { - "CreditType": "Music", - "ReleaseID": 2463 - }, - { - "CreditType": "Music", - "ReleaseID": 2668 - }, - { - "CreditType": "Music", - "ReleaseID": 10848 - }, - { - "CreditType": "Music", - "ReleaseID": 71 - }, - { - "CreditType": "Music", - "ReleaseID": 17573 - }, - { - "CreditType": "Music", - "ReleaseID": 12859 - }, - { - "CreditType": "Music", - "ReleaseID": 21510 - }, - { - "CreditType": "Music", - "ReleaseID": 25629 - }, - { - "CreditType": "Music", - "ReleaseID": 26442 - }, - { - "CreditType": "Interviewed", - "ReleaseID": 5317 - }, - { - "CreditType": "Music", - "ReleaseID": 5317 - }, - { - "CreditType": "Music", - "ReleaseID": 34450 - }, - { - "CreditType": "Music", - "ReleaseID": 208287 - }, - { - "CreditType": "Music", - "ReleaseID": 94231 - }, - { - "CreditType": "Music", - "ReleaseID": 40791 - }, - { - "CreditType": "Music", - "ReleaseID": 5879 - }, - { - "CreditType": "Music", - "ReleaseID": 5706 - }, - { - "CreditType": "Music", - "ReleaseID": 44071 - }, - { - "CreditType": "Music", - "ReleaseID": 5910 - }, - { - "CreditType": "Music", - "ReleaseID": 28418 - }, - { - "CreditType": "Music", - "ReleaseID": 50143 - }, - { - "CreditType": "Graphics", - "ReleaseID": 50143 - }, - { - "CreditType": "Text", - "ReleaseID": 50143 - }, - { - "CreditType": "Music", - "ReleaseID": 44784 - }, - { - "CreditType": "Music", - "ReleaseID": 78 - }, - { - "CreditType": "Music", - "ReleaseID": 37311 - }, - { - "CreditType": "Music", - "ReleaseID": 52416 - }, - { - "CreditType": "Music", - "ReleaseID": 52914 - }, - { - "CreditType": "Music", - "ReleaseID": 53757 - }, - { - "CreditType": "Music", - "ReleaseID": 7109 - }, - { - "CreditType": "Music", - "ReleaseID": 56037 - }, - { - "CreditType": "Music", - "ReleaseID": 60317 - }, - { - "CreditType": "Music", - "ReleaseID": 61286 - }, - { - "CreditType": "Music", - "ReleaseID": 835 - }, - { - "CreditType": "Music", - "ReleaseID": 11292 - }, - { - "CreditType": "Music", - "ReleaseID": 71240 - }, - { - "CreditType": "Music", - "ReleaseID": 14858 - }, - { - "CreditType": "Music", - "ReleaseID": 64452 - }, - { - "CreditType": "Music", - "ReleaseID": 76830 - }, - { - "CreditType": "Music", - "ReleaseID": 5132 - }, - { - "CreditType": "Music", - "ReleaseID": 24496 - }, - { - "CreditType": "Music", - "ReleaseID": 868 - }, - { - "CreditType": "Music", - "ReleaseID": 541 - }, - { - "CreditType": "Music", - "ReleaseID": 569 - }, - { - "CreditType": "Music", - "ReleaseID": 83099 - }, - { - "CreditType": "Music", - "ReleaseID": 84923 - }, - { - "CreditType": "Music", - "ReleaseID": 85396 - }, - { - "CreditType": "Music", - "ReleaseID": 85742 - }, - { - "CreditType": "Music", - "ReleaseID": 85945 - }, - { - "CreditType": "Music", - "ReleaseID": 22887 - }, - { - "CreditType": "Music", - "ReleaseID": 63595 - }, - { - "CreditType": "Music", - "ReleaseID": 91193 - }, - { - "CreditType": "Music", - "ReleaseID": 91192 - }, - { - "CreditType": "Music", - "ReleaseID": 92089 - }, - { - "CreditType": "Music", - "ReleaseID": 48380 - }, - { - "CreditType": "Music", - "ReleaseID": 67902 - }, - { - "CreditType": "Music", - "ReleaseID": 51953 - }, - { - "CreditType": "Music", - "ReleaseID": 50803 - }, - { - "CreditType": "Music", - "ReleaseID": 2499 - }, - { - "CreditType": "Music", - "ReleaseID": 96031 - }, - { - "CreditType": "Music", - "ReleaseID": 95875 - }, - { - "CreditType": "Music", - "ReleaseID": 97015 - }, - { - "CreditType": "Graphics", - "ReleaseID": 97015 - }, - { - "CreditType": "Text", - "ReleaseID": 97015 - }, - { - "CreditType": "Music", - "ReleaseID": 12651 - }, - { - "CreditType": "Music", - "ReleaseID": 4147 - }, - { - "CreditType": "Music", - "ReleaseID": 99909 - }, - { - "CreditType": "Music", - "ReleaseID": 99910 - }, - { - "CreditType": "Music", - "ReleaseID": 33779 - }, - { - "CreditType": "Music", - "ReleaseID": 53068 - }, - { - "CreditType": "Music", - "ReleaseID": 99049 - }, - { - "CreditType": "Music", - "ReleaseID": 7430 - }, - { - "CreditType": "Music", - "ReleaseID": 64561 - }, - { - "CreditType": "Music", - "ReleaseID": 101319 - }, - { - "CreditType": "Music", - "ReleaseID": 6755 - }, - { - "CreditType": "Music", - "ReleaseID": 10460 - }, - { - "CreditType": "Music", - "ReleaseID": 59349 - }, - { - "CreditType": "Music", - "ReleaseID": 102181 - }, - { - "CreditType": "Music", - "ReleaseID": 6123 - }, - { - "CreditType": "Music", - "ReleaseID": 26968 - }, - { - "CreditType": "Music", - "ReleaseID": 7521 - }, - { - "CreditType": "Music", - "ReleaseID": 103832 - }, - { - "CreditType": "Music", - "ReleaseID": 9334 - }, - { - "CreditType": "Music", - "ReleaseID": 8108 - }, - { - "CreditType": "Music", - "ReleaseID": 104740 - }, - { - "CreditType": "Music", - "ReleaseID": 105392 - }, - { - "CreditType": "Music", - "ReleaseID": 60787 - }, - { - "CreditType": "Music", - "ReleaseID": 67878 - }, - { - "CreditType": "Music", - "ReleaseID": 9456 - }, - { - "CreditType": "Music", - "ReleaseID": 108421 - }, - { - "CreditType": "Music", - "ReleaseID": 8002 - }, - { - "CreditType": "Music", - "ReleaseID": 44194 - }, - { - "CreditType": "Music", - "ReleaseID": 13476 - }, - { - "CreditType": "Music", - "ReleaseID": 109676 - }, - { - "CreditType": "Music", - "ReleaseID": 109687 - }, - { - "CreditType": "Music", - "ReleaseID": 110209 - }, - { - "CreditType": "Music", - "ReleaseID": 111898 - }, - { - "CreditType": "Music", - "ReleaseID": 112646 - }, - { - "CreditType": "Music", - "ReleaseID": 114095 - }, - { - "CreditType": "Music", - "ReleaseID": 7428 - }, - { - "CreditType": "Music", - "ReleaseID": 76650 - }, - { - "CreditType": "Music", - "ReleaseID": 75238 - }, - { - "CreditType": "Music", - "ReleaseID": 96856 - }, - { - "CreditType": "Music", - "ReleaseID": 11658 - }, - { - "CreditType": "Music", - "ReleaseID": 123252 - }, - { - "CreditType": "Music", - "ReleaseID": 125529 - }, - { - "CreditType": "Music", - "ReleaseID": 36948 - }, - { - "CreditType": "Music", - "ReleaseID": 85626 - }, - { - "CreditType": "Music", - "ReleaseID": 110502 - }, - { - "CreditType": "Music", - "ReleaseID": 34441 - }, - { - "CreditType": "Music", - "ReleaseID": 34451 - }, - { - "CreditType": "Music", - "ReleaseID": 128842 - }, - { - "CreditType": "Music", - "ReleaseID": 131533 - }, - { - "CreditType": "Music", - "ReleaseID": 82577 - }, - { - "CreditType": "Music", - "ReleaseID": 133932 - }, - { - "CreditType": "Music", - "ReleaseID": 131540 - }, - { - "CreditType": "Music", - "ReleaseID": 134053 - }, - { - "CreditType": "Music", - "ReleaseID": 25649 - }, - { - "CreditType": "Music", - "ReleaseID": 135816 - }, - { - "CreditType": "Music", - "ReleaseID": 11923 - }, - { - "CreditType": "Music", - "ReleaseID": 8431 - }, - { - "CreditType": "Music", - "ReleaseID": 136928 - }, - { - "CreditType": "Music", - "ReleaseID": 199036 - }, - { - "CreditType": "Music", - "ReleaseID": 139228 - }, - { - "CreditType": "Music", - "ReleaseID": 60668 - }, - { - "CreditType": "Music", - "ReleaseID": 145663 - }, - { - "CreditType": "Music", - "ReleaseID": 150631 - }, - { - "CreditType": "Music", - "ReleaseID": 151738 - }, - { - "CreditType": "Music", - "ReleaseID": 154636 - }, - { - "CreditType": "Music", - "ReleaseID": 158532 - }, - { - "CreditType": "Music", - "ReleaseID": 45342 - }, - { - "CreditType": "Music", - "ReleaseID": 107313 - }, - { - "CreditType": "Music", - "ReleaseID": 76680 - }, - { - "CreditType": "Music", - "ReleaseID": 160682 - }, - { - "CreditType": "Music", - "ReleaseID": 161163 - }, - { - "CreditType": "Music", - "ReleaseID": 167962 - }, - { - "CreditType": "Music", - "ReleaseID": 168343 - }, - { - "CreditType": "Music", - "ReleaseID": 53021 - }, - { - "CreditType": "Music", - "ReleaseID": 170075 - }, - { - "CreditType": "Music", - "ReleaseID": 170395 - }, - { - "CreditType": "Music", - "ReleaseID": 173357 - }, - { - "CreditType": "Music", - "ReleaseID": 173360 - }, - { - "CreditType": "Music", - "ReleaseID": 178195 - }, - { - "CreditType": "Music", - "ReleaseID": 79682 - }, - { - "CreditType": "Music", - "ReleaseID": 12705 - }, - { - "CreditType": "Music", - "ReleaseID": 180716 - }, - { - "CreditType": "Music", - "ReleaseID": 20709 - }, - { - "CreditType": "Music", - "ReleaseID": 182234 - }, - { - "CreditType": "Music", - "ReleaseID": 188656 - }, - { - "CreditType": "Graphics", - "ReleaseID": 188656 - }, - { - "CreditType": "Text", - "ReleaseID": 188656 - }, - { - "CreditType": "Music", - "ReleaseID": 188630 - }, - { - "CreditType": "Music", - "ReleaseID": 189272 - }, - { - "CreditType": "Music", - "ReleaseID": 192812 - }, - { - "CreditType": "Music", - "ReleaseID": 195898 - }, - { - "CreditType": "Music", - "ReleaseID": 127921 - }, - { - "CreditType": "Music", - "ReleaseID": 205120 - }, - { - "CreditType": "Music", - "ReleaseID": 208150 - }, - { - "CreditType": "Music", - "ReleaseID": 208862 - }, - { - "CreditType": "Music", - "ReleaseID": 211725 - }, - { - "CreditType": "Music", - "ReleaseID": 215504 - }, - { - "CreditType": "Music", - "ReleaseID": 215505 - }, - { - "CreditType": "Music", - "ReleaseID": 215506 - }, - { - "CreditType": "Music", - "ReleaseID": 215507 - }, - { - "CreditType": "Music", - "ReleaseID": 216134 - }, - { - "CreditType": "Music", - "ReleaseID": 216578 - } - ], - "AttendedEventIDs": [ - 735 - ], - "ScenerIDs": [ - 1640 - ] -} \ No newline at end of file diff --git a/data/handle/1687/handle.1687.json b/data/handle/1687/handle.1687.json deleted file mode 100644 index 4896830..0000000 --- a/data/handle/1687/handle.1687.json +++ /dev/null @@ -1,799 +0,0 @@ -{ - "ID": 1687, - "Handle": "Tracker", - "CurrentlyUsedHandle": true, - "FreelanceFunctions": "Musician", - "MemberOf": [ - { - "Profession": [ - "Musician" - ], - "JoinMonth": 11, - "JoinYear": 1990, - "LeaveMonth": 9, - "LeaveYear": 1991, - "Status": "ex", - "GroupID": 307 - }, - { - "Profession": [ - "Musician" - ], - "JoinMonth": 6, - "JoinYear": 1991, - "Status": "ex", - "GroupID": 5 - } - ], - "Released": { - "Release": { - "ID": "178066", - "Name": "Music Is Playing Behind Garage Door", - "Type": "C64 Music", - "ReleaseDay": "18", - "ReleaseMonth": "5", - "ReleaseYear": "2019", - "ReleasedAt": { - "Event": { - "ID": "2743", - "Name": "Moonshine Dragons 2019", - "EventType": "Demo Party", - "Tagline": "C64 only party", - "StartDay": "17", - "StartMonth": "5", - "StartYear": "2019", - "EndDay": "19", - "EndMonth": "5", - "EndYear": "2019", - "Address": "\"Dzia\u00c5\u0082kowiec Opolski\", ul. Sosnkowskiego 29A", - "Zip": "45-271", - "City": "Opole", - "Country": "Poland", - "Website": "https://moonshinedragons.party/" - } - }, - "Achievement": { - "Compo": "C64 Music", - "Place": "9" - }, - "ScreenShot": "https://csdb.dk/gfx/releases/178000/178066.png" - } - }, - "Credits": [ - { - "CreditType": "Music", - "ReleaseID": 871 - }, - { - "CreditType": "Music", - "ReleaseID": 2591 - }, - { - "CreditType": "Music", - "ReleaseID": 15227 - }, - { - "CreditType": "Music", - "ReleaseID": 5597 - }, - { - "CreditType": "Music", - "ReleaseID": 6259 - }, - { - "CreditType": "Music", - "ReleaseID": 99837 - }, - { - "CreditType": "Music", - "ReleaseID": 10836 - }, - { - "CreditType": "Music", - "ReleaseID": 3400 - }, - { - "CreditType": "Music", - "ReleaseID": 155898 - }, - { - "CreditType": "Music", - "ReleaseID": 155887 - }, - { - "CreditType": "Music", - "ReleaseID": 15845 - }, - { - "CreditType": "Music", - "ReleaseID": 16314 - }, - { - "CreditType": "Music", - "ReleaseID": 44451 - }, - { - "CreditType": "Music", - "ReleaseID": 3319 - }, - { - "CreditType": "Music", - "ReleaseID": 155983 - }, - { - "CreditType": "Music", - "ReleaseID": 25240 - }, - { - "CreditType": "Music", - "ReleaseID": 20393 - }, - { - "CreditType": "Music", - "ReleaseID": 26515 - }, - { - "CreditType": "Music", - "ReleaseID": 30607 - }, - { - "CreditType": "Music", - "ReleaseID": 34450 - }, - { - "CreditType": "Music", - "ReleaseID": 34756 - }, - { - "CreditType": "Music", - "ReleaseID": 34757 - }, - { - "CreditType": "Music", - "ReleaseID": 34786 - }, - { - "CreditType": "Music", - "ReleaseID": 37230 - }, - { - "CreditType": "Music", - "ReleaseID": 37856 - }, - { - "CreditType": "Music", - "ReleaseID": 16399 - }, - { - "CreditType": "Music", - "ReleaseID": 46879 - }, - { - "CreditType": "Music", - "ReleaseID": 1 - }, - { - "CreditType": "Music", - "ReleaseID": 3941 - }, - { - "CreditType": "Music", - "ReleaseID": 51942 - }, - { - "CreditType": "Music", - "ReleaseID": 52181 - }, - { - "CreditType": "Music", - "ReleaseID": 52330 - }, - { - "CreditType": "Music", - "ReleaseID": 48236 - }, - { - "CreditType": "Music", - "ReleaseID": 156268 - }, - { - "CreditType": "Music", - "ReleaseID": 95124 - }, - { - "CreditType": "Music", - "ReleaseID": 59280 - }, - { - "CreditType": "Music", - "ReleaseID": 54632 - }, - { - "CreditType": "Music", - "ReleaseID": 63444 - }, - { - "CreditType": "Music", - "ReleaseID": 20082 - }, - { - "CreditType": "Music", - "ReleaseID": 27106 - }, - { - "CreditType": "Music", - "ReleaseID": 5659 - }, - { - "CreditType": "Music", - "ReleaseID": 873 - }, - { - "CreditType": "Music", - "ReleaseID": 66638 - }, - { - "CreditType": "Music", - "ReleaseID": 3229 - }, - { - "CreditType": "Music", - "ReleaseID": 67901 - }, - { - "CreditType": "Music", - "ReleaseID": 869 - }, - { - "CreditType": "Music", - "ReleaseID": 5113 - }, - { - "CreditType": "Music", - "ReleaseID": 33 - }, - { - "CreditType": "Music", - "ReleaseID": 76583 - }, - { - "CreditType": "Music", - "ReleaseID": 76648 - }, - { - "CreditType": "Music", - "ReleaseID": 141963 - }, - { - "CreditType": "Music", - "ReleaseID": 73516 - }, - { - "CreditType": "Music", - "ReleaseID": 77868 - }, - { - "CreditType": "Music", - "ReleaseID": 79155 - }, - { - "CreditType": "Music", - "ReleaseID": 144 - }, - { - "CreditType": "Music", - "ReleaseID": 81209 - }, - { - "CreditType": "Music", - "ReleaseID": 125 - }, - { - "CreditType": "Music", - "ReleaseID": 868 - }, - { - "CreditType": "Music", - "ReleaseID": 7105 - }, - { - "CreditType": "Music", - "ReleaseID": 3380 - }, - { - "CreditType": "Music", - "ReleaseID": 82442 - }, - { - "CreditType": "Music", - "ReleaseID": 4413 - }, - { - "CreditType": "Music", - "ReleaseID": 708 - }, - { - "CreditType": "Music", - "ReleaseID": 63460 - }, - { - "CreditType": "Music", - "ReleaseID": 168819 - }, - { - "CreditType": "Music", - "ReleaseID": 7198 - }, - { - "CreditType": "Music", - "ReleaseID": 86149 - }, - { - "CreditType": "Music", - "ReleaseID": 88096 - }, - { - "CreditType": "Music", - "ReleaseID": 4364 - }, - { - "CreditType": "Music", - "ReleaseID": 13925 - }, - { - "CreditType": "Music", - "ReleaseID": 91015 - }, - { - "CreditType": "Music", - "ReleaseID": 91047 - }, - { - "CreditType": "Music", - "ReleaseID": 92197 - }, - { - "CreditType": "Music", - "ReleaseID": 84567 - }, - { - "CreditType": "Music", - "ReleaseID": 23649 - }, - { - "CreditType": "Music", - "ReleaseID": 93208 - }, - { - "CreditType": "Music", - "ReleaseID": 6886 - }, - { - "CreditType": "Music", - "ReleaseID": 78650 - }, - { - "CreditType": "Music", - "ReleaseID": 26524 - }, - { - "CreditType": "Music", - "ReleaseID": 4038 - }, - { - "CreditType": "Music", - "ReleaseID": 95978 - }, - { - "CreditType": "Music", - "ReleaseID": 2587 - }, - { - "CreditType": "Music", - "ReleaseID": 95877 - }, - { - "CreditType": "Music", - "ReleaseID": 12651 - }, - { - "CreditType": "Music", - "ReleaseID": 142171 - }, - { - "CreditType": "Music", - "ReleaseID": 3323 - }, - { - "CreditType": "Music", - "ReleaseID": 31343 - }, - { - "CreditType": "Music", - "ReleaseID": 10102 - }, - { - "CreditType": "Music", - "ReleaseID": 100193 - }, - { - "CreditType": "Music", - "ReleaseID": 101062 - }, - { - "CreditType": "Music", - "ReleaseID": 7430 - }, - { - "CreditType": "Music", - "ReleaseID": 71477 - }, - { - "CreditType": "Music", - "ReleaseID": 53483 - }, - { - "CreditType": "Music", - "ReleaseID": 5811 - }, - { - "CreditType": "Music", - "ReleaseID": 90358 - }, - { - "CreditType": "Music", - "ReleaseID": 46880 - }, - { - "CreditType": "Music", - "ReleaseID": 103710 - }, - { - "CreditType": "Music", - "ReleaseID": 105293 - }, - { - "CreditType": "Music", - "ReleaseID": 9101 - }, - { - "CreditType": "Music", - "ReleaseID": 105372 - }, - { - "CreditType": "Music", - "ReleaseID": 43077 - }, - { - "CreditType": "Music", - "ReleaseID": 59436 - }, - { - "CreditType": "Music", - "ReleaseID": 107472 - }, - { - "CreditType": "Music", - "ReleaseID": 108925 - }, - { - "CreditType": "Music", - "ReleaseID": 57516 - }, - { - "CreditType": "Music", - "ReleaseID": 11381 - }, - { - "CreditType": "Music", - "ReleaseID": 109300 - }, - { - "CreditType": "Music", - "ReleaseID": 36309 - }, - { - "CreditType": "Music", - "ReleaseID": 58518 - }, - { - "CreditType": "Music", - "ReleaseID": 110209 - }, - { - "CreditType": "Music", - "ReleaseID": 110690 - }, - { - "CreditType": "Music", - "ReleaseID": 5792 - }, - { - "CreditType": "Music", - "ReleaseID": 7428 - }, - { - "CreditType": "Music", - "ReleaseID": 76650 - }, - { - "CreditType": "Music", - "ReleaseID": 74890 - }, - { - "CreditType": "Music", - "ReleaseID": 52008 - }, - { - "CreditType": "Music", - "ReleaseID": 12692 - }, - { - "CreditType": "Music", - "ReleaseID": 48287 - }, - { - "CreditType": "Music", - "ReleaseID": 110295 - }, - { - "CreditType": "Music", - "ReleaseID": 82618 - }, - { - "CreditType": "Music", - "ReleaseID": 44851 - }, - { - "CreditType": "Music", - "ReleaseID": 127073 - }, - { - "CreditType": "Music", - "ReleaseID": 34445 - }, - { - "CreditType": "Music", - "ReleaseID": 129354 - }, - { - "CreditType": "Music", - "ReleaseID": 129346 - }, - { - "CreditType": "Music", - "ReleaseID": 129837 - }, - { - "CreditType": "Music", - "ReleaseID": 129907 - }, - { - "CreditType": "Music", - "ReleaseID": 130718 - }, - { - "CreditType": "Music", - "ReleaseID": 96761 - }, - { - "CreditType": "Music", - "ReleaseID": 131131 - }, - { - "CreditType": "Music", - "ReleaseID": 95225 - }, - { - "CreditType": "Music", - "ReleaseID": 131502 - }, - { - "CreditType": "Music", - "ReleaseID": 131501 - }, - { - "CreditType": "Music", - "ReleaseID": 133313 - }, - { - "CreditType": "Music", - "ReleaseID": 135106 - }, - { - "CreditType": "Music", - "ReleaseID": 135506 - }, - { - "CreditType": "Music", - "ReleaseID": 135623 - }, - { - "CreditType": "Music", - "ReleaseID": 13061 - }, - { - "CreditType": "Music", - "ReleaseID": 5791 - }, - { - "CreditType": "Music", - "ReleaseID": 5802 - }, - { - "CreditType": "Music", - "ReleaseID": 20158 - }, - { - "CreditType": "Music", - "ReleaseID": 96987 - }, - { - "CreditType": "Music", - "ReleaseID": 146120 - }, - { - "CreditType": "Music", - "ReleaseID": 149420 - }, - { - "CreditType": "Music", - "ReleaseID": 141582 - }, - { - "CreditType": "Music", - "ReleaseID": 154636 - }, - { - "CreditType": "Music", - "ReleaseID": 155612 - }, - { - "CreditType": "Music", - "ReleaseID": 158469 - }, - { - "CreditType": "Music", - "ReleaseID": 162095 - }, - { - "CreditType": "Music", - "ReleaseID": 168883 - }, - { - "CreditType": "Music", - "ReleaseID": 169659 - }, - { - "CreditType": "Music", - "ReleaseID": 172289 - }, - { - "CreditType": "Music", - "ReleaseID": 172300 - }, - { - "CreditType": "Music", - "ReleaseID": 85336 - }, - { - "CreditType": "Music", - "ReleaseID": 173745 - }, - { - "CreditType": "Music", - "ReleaseID": 174173 - }, - { - "CreditType": "Music", - "ReleaseID": 174174 - }, - { - "CreditType": "Music", - "ReleaseID": 177408 - }, - { - "CreditType": "Music", - "ReleaseID": 177821 - }, - { - "CreditType": "Music", - "ReleaseID": 178066 - }, - { - "CreditType": "Music", - "ReleaseID": 178119 - }, - { - "CreditType": "Music", - "ReleaseID": 181302 - }, - { - "CreditType": "Music", - "ReleaseID": 20709 - }, - { - "CreditType": "Music", - "ReleaseID": 130324 - }, - { - "CreditType": "Music", - "ReleaseID": 188376 - }, - { - "CreditType": "Music", - "ReleaseID": 190774 - }, - { - "CreditType": "Music", - "ReleaseID": 216771 - }, - { - "CreditType": "Music", - "ReleaseID": 216772 - }, - { - "CreditType": "Music", - "ReleaseID": 197799 - }, - { - "CreditType": "Music", - "ReleaseID": 200737 - }, - { - "CreditType": "Music", - "ReleaseID": 54663 - }, - { - "CreditType": "Music", - "ReleaseID": 217231 - }, - { - "CreditType": "Music", - "ReleaseID": 203156 - }, - { - "CreditType": "Music", - "ReleaseID": 207890 - }, - { - "CreditType": "Music", - "ReleaseID": 210593 - }, - { - "CreditType": "Music", - "ReleaseID": 211346 - }, - { - "CreditType": "Music", - "ReleaseID": 211350 - }, - { - "CreditType": "Music", - "ReleaseID": 213857 - }, - { - "CreditType": "Music", - "ReleaseID": 215479 - }, - { - "CreditType": "Music", - "ReleaseID": 30590 - }, - { - "CreditType": "Test", - "ReleaseID": 216167 - }, - { - "CreditType": "Music", - "ReleaseID": 216167 - } - ], - "AttendedEventIDs": [ - 2743, - 641 - ], - "ScenerIDs": [ - 1675 - ] -} \ No newline at end of file diff --git a/data/handle/5262/handle.5262.json b/data/handle/5262/handle.5262.json deleted file mode 100644 index 57f1e92..0000000 --- a/data/handle/5262/handle.5262.json +++ /dev/null @@ -1,255 +0,0 @@ -{ - "ID": 5262, - "Handle": "Hi-Lite", - "CurrentlyUsedHandle": true, - "FreelanceFunctions": [ - "Coder", - "Graphician", - "Swapper" - ], - "MemberOf": [ - { - "Profession": [ - "Coder", - "Graphician", - "Swapper" - ], - "JoinMonth": 4, - "JoinYear": 1992, - "LeaveMonth": 9, - "LeaveYear": 1994, - "Status": "ex", - "GroupID": 913 - }, - { - "Profession": [ - "Graphician", - "Swapper" - ], - "JoinDay": 1, - "JoinMonth": 1, - "JoinYear": 1994, - "LeaveMonth": 9, - "LeaveYear": 1994, - "Status": "ex", - "GroupID": 133 - }, - { - "Profession": [ - "Coder", - "Graphician", - "Swapper" - ], - "JoinMonth": 9, - "JoinYear": 1994, - "Status": "ex", - "GroupID": 853 - }, - { - "Profession": [ - "Graphician" - ], - "JoinMonth": 7, - "JoinYear": 1998, - "Status": "inactive", - "GroupID": 5 - }, - { - "Profession": [ - "Graphician", - "Fullscreen Graphician", - "Logo Graphician" - ], - "JoinMonth": 10, - "JoinYear": 1995, - "LeaveMonth": 7, - "LeaveYear": 1998, - "Status": "ex", - "GroupID": 114 - } - ], - "BBSUser": { - "BBS": { - "ID": "271", - "Name": "Rebellion", - "Trivia": "Rebellion was the first <group id=133> HQ, but was soon dropped in favour of <bbs id=4> \n\n(WL got a PC.... traitor scum!) :) \n\nVandalism News magazine WHQ.\n\nUserlist updated off of recovered 5.25\" boot disk of cbase, call log. Added users I could find on csdb. This was not the complete list; the board lived for about 6 months after that backup was made (e.g. most motiv8 people are missing, as well as many from avantgarde that dialed in). Final backup disks of the CMD HDD were lost, excepting sides 43/44 of the backup set.\n\nother trivia;\n\nDeathlok did the graphics for the board. \n\nThe board was originally a legal board named \"Gridpoint\" (homage to William Gibson's Neuromancer short story, and the C64 game of the same name). Gridpoint was taken down and resurrected as an elite board when the sysop joined the scene, after dialing board numbers on crack intros and meeting all of these new and interesting people. :)", - "OnlinePeriod": { - "StartMonth": "1", - "StartYear": "1993", - "EndMonth": "9", - "EndYear": "1994" - }, - "Phone": "309-346-1684", - "Zip": "61554", - "City": "Pekin", - "State": "Illinois", - "Country": "United States" - } - }, - "Credits": [ - { - "CreditType": "Charset", - "ReleaseID": 14690 - }, - { - "CreditType": "Graphics", - "ReleaseID": 14690 - }, - { - "CreditType": "Crack", - "ReleaseID": 17486 - }, - { - "CreditType": "Trainer", - "ReleaseID": 17486 - }, - { - "CreditType": "Crack", - "ReleaseID": 141183 - }, - { - "CreditType": "Trainer", - "ReleaseID": 141183 - }, - { - "CreditType": "Graphics", - "ReleaseID": 41020 - }, - { - "CreditType": "Graphics", - "ReleaseID": 3151 - }, - { - "CreditType": "Graphics", - "ReleaseID": 3148 - }, - { - "CreditType": "Graphics", - "ReleaseID": 1 - }, - { - "CreditType": "Graphics", - "ReleaseID": 2377 - }, - { - "CreditType": "Code", - "ReleaseID": 54983 - }, - { - "CreditType": "Graphics", - "ReleaseID": 54983 - }, - { - "CreditType": "Crack", - "ReleaseID": 14683 - }, - { - "CreditType": "Trainer", - "ReleaseID": 14683 - }, - { - "CreditType": "Crack", - "ReleaseID": 66848 - }, - { - "CreditType": "Trainer", - "ReleaseID": 66848 - }, - { - "CreditType": "Crack", - "ReleaseID": 66849 - }, - { - "CreditType": "Trainer", - "ReleaseID": 66849 - }, - { - "CreditType": "Crack", - "ReleaseID": 66860 - }, - { - "CreditType": "Trainer", - "ReleaseID": 66860 - }, - { - "CreditType": "Crack", - "ReleaseID": 79989 - }, - { - "CreditType": "Trainer", - "ReleaseID": 79989 - }, - { - "CreditType": "Crack", - "ReleaseID": 80050 - }, - { - "CreditType": "Trainer", - "ReleaseID": 80050 - }, - { - "CreditType": "Graphics", - "ReleaseID": 96342 - }, - { - "CreditType": "Charset", - "ReleaseID": 96342 - }, - { - "CreditType": "Code", - "ReleaseID": 98254 - }, - { - "CreditType": "Code", - "ReleaseID": 99545 - }, - { - "CreditType": "Graphics", - "ReleaseID": 99545 - }, - { - "CreditType": "Interviewed", - "ReleaseID": 7342 - }, - { - "CreditType": "Code", - "ReleaseID": 106329 - }, - { - "CreditType": "Graphics", - "ReleaseID": 106329 - }, - { - "CreditType": "Graphics", - "ReleaseID": 108915 - }, - { - "CreditType": "Graphics", - "ReleaseID": 470 - }, - { - "CreditType": "Code", - "ReleaseID": 145510 - }, - { - "CreditType": "Graphics", - "ReleaseID": 145510 - }, - { - "CreditType": "Charset", - "ReleaseID": 145510 - }, - { - "CreditType": "Graphics", - "ReleaseID": 825 - } - ], - "AttendedEventIDs": [ - 211, - 53, - 445 - ], - "ScenerIDs": [ - 5041 - ] -} \ No newline at end of file diff --git a/data/handle/617/handle.617.json b/data/handle/617/handle.617.json deleted file mode 100644 index 1b209f7..0000000 --- a/data/handle/617/handle.617.json +++ /dev/null @@ -1,311 +0,0 @@ -{ - "ID": 617, - "Handle": "Jadawin", - "CurrentlyUsedHandle": true, - "FreelanceFunctions": [ - "Coder", - "Cracker", - "Musician", - "Swapper" - ], - "MemberOf": [ - { - "Profession": [ - "Coder", - "Musician", - "Swapper" - ], - "JoinDay": 15, - "JoinMonth": 4, - "JoinYear": 1990, - "LeaveMonth": 3, - "LeaveYear": 1991, - "Status": "ex", - "GroupID": 663 - }, - { - "Profession": [ - "Organizer", - "Coder", - "Swapper" - ], - "Status": "ex", - "GroupID": 9885 - }, - { - "Profession": [ - "Coder" - ], - "JoinMonth": 4, - "JoinYear": 1990, - "LeaveDay": 15, - "LeaveMonth": 4, - "LeaveYear": 1990, - "Status": "ex", - "GroupID": 4134 - }, - { - "Profession": [ - "Coder" - ], - "JoinYear": 1990, - "LeaveMonth": 4, - "LeaveYear": 1990, - "Status": "ex", - "GroupID": 132 - }, - { - "Profession": [ - "Coder", - "Musician" - ], - "JoinMonth": 3, - "JoinYear": 1991, - "Status": "inactive", - "GroupID": 5 - } - ], - "Released": { - "Release": { - "ID": "166135", - "Name": "Summer", - "Type": "C64 One-File Demo", - "ReleaseDay": "7", - "ReleaseMonth": "7", - "ReleaseYear": "2018", - "ReleasedAt": { - "Event": { - "ID": "2720", - "Name": "My Summer Party", - "EventType": "Demo Party", - "StartDay": "5", - "StartMonth": "7", - "StartYear": "2018", - "EndDay": "8", - "EndMonth": "7", - "EndYear": "2018", - "Address": "Korsukyl\u00c3\u00a4", - "City": "J\u00c3\u00a4mij\u00c3\u00a4rvi", - "Country": "Finland", - "Website": "https://mysummerparty.org/" - } - }, - "Achievement": { - "Compo": "Mixed Demo", - "Place": "5" - }, - "ScreenShot": "https://csdb.dk/gfx/releases/166000/166135.png" - } - }, - "Credits": [ - { - "CreditType": "Music", - "ReleaseID": 3594 - }, - { - "CreditType": "Music", - "ReleaseID": 1 - }, - { - "CreditType": "Music", - "ReleaseID": 2 - }, - { - "CreditType": "Music", - "ReleaseID": 825 - }, - { - "CreditType": "Music", - "ReleaseID": 829 - }, - { - "CreditType": "Music", - "ReleaseID": 849 - }, - { - "CreditType": "Music", - "ReleaseID": 868 - }, - { - "CreditType": "Music", - "ReleaseID": 870 - }, - { - "CreditType": "Music", - "ReleaseID": 875 - }, - { - "CreditType": "Music", - "ReleaseID": 3989 - }, - { - "CreditType": "Music", - "ReleaseID": 6444 - }, - { - "CreditType": "Music", - "ReleaseID": 6994 - }, - { - "CreditType": "Code", - "ReleaseID": 7615 - }, - { - "CreditType": "Music", - "ReleaseID": 8308 - }, - { - "CreditType": "Music", - "ReleaseID": 8311 - }, - { - "CreditType": "Music", - "ReleaseID": 5368 - }, - { - "CreditType": "Music", - "ReleaseID": 20709 - }, - { - "CreditType": "Music", - "ReleaseID": 10848 - }, - { - "CreditType": "Code", - "ReleaseID": 22327 - }, - { - "CreditType": "Text", - "ReleaseID": 22327 - }, - { - "CreditType": "Code", - "ReleaseID": 7607 - }, - { - "CreditType": "Music", - "ReleaseID": 42 - }, - { - "CreditType": "Music", - "ReleaseID": 877 - }, - { - "CreditType": "Music", - "ReleaseID": 52045 - }, - { - "CreditType": "Graphics", - "ReleaseID": 907 - }, - { - "CreditType": "Music", - "ReleaseID": 12593 - }, - { - "CreditType": "Music", - "ReleaseID": 712 - }, - { - "CreditType": "Graphics", - "ReleaseID": 712 - }, - { - "CreditType": "Music", - "ReleaseID": 36220 - }, - { - "CreditType": "Music", - "ReleaseID": 35989 - }, - { - "CreditType": "Music", - "ReleaseID": 17590 - }, - { - "CreditType": "Music", - "ReleaseID": 3380 - }, - { - "CreditType": "Music", - "ReleaseID": 814 - }, - { - "CreditType": "Music", - "ReleaseID": 4673 - }, - { - "CreditType": "Music", - "ReleaseID": 95874 - }, - { - "CreditType": "Music", - "ReleaseID": 96326 - }, - { - "CreditType": "Music", - "ReleaseID": 76583 - }, - { - "CreditType": "Music", - "ReleaseID": 10068 - }, - { - "CreditType": "Music", - "ReleaseID": 20215 - }, - { - "CreditType": "Music", - "ReleaseID": 47914 - }, - { - "CreditType": "Music", - "ReleaseID": 44543 - }, - { - "CreditType": "Music", - "ReleaseID": 108934 - }, - { - "CreditType": "Music", - "ReleaseID": 110159 - }, - { - "CreditType": "Music", - "ReleaseID": 166135 - }, - { - "CreditType": "Music", - "ReleaseID": 167703 - }, - { - "CreditType": "Music", - "ReleaseID": 90747 - }, - { - "CreditType": "Code", - "ReleaseID": 172660 - }, - { - "CreditType": "Text", - "ReleaseID": 172660 - }, - { - "CreditType": "Music", - "ReleaseID": 198378 - } - ], - "FoundedGroupIDs": [ - 9885, - 4134 - ], - "AttendedEventIDs": [ - 63, - 36, - 105, - 744 - ], - "ScenerIDs": [ - 601 - ] -} \ No newline at end of file diff --git a/data/handle/8137/handle.8137.json b/data/handle/8137/handle.8137.json deleted file mode 100644 index ad4cf96..0000000 --- a/data/handle/8137/handle.8137.json +++ /dev/null @@ -1,2159 +0,0 @@ -{ - "ID": 8137, - "Handle": "Cupid", - "CurrentlyUsedHandle": true, - "FreelanceFunctions": [ - "Fullscreen Graphician", - "Graphician", - "Logo Graphician" - ], - "MemberOf": [ - { - "Profession": [ - "Graphician" - ], - "JoinMonth": 4, - "JoinYear": 1995, - "LeaveMonth": 1, - "LeaveYear": 1998, - "Status": "ex", - "GroupID": 524 - }, - { - "Profession": [ - "Graphician", - "Fullscreen Graphician", - "Logo Graphician" - ], - "JoinMonth": 11, - "JoinYear": 1996, - "Status": "active", - "GroupID": 5 - }, - { - "Profession": [ - "Graphician" - ], - "Status": "ex", - "GroupID": 485 - }, - { - "Profession": [ - "Graphician", - "Fullscreen Graphician", - "Logo Graphician" - ], - "JoinMonth": 1, - "JoinYear": 1997, - "LeaveDay": 26, - "LeaveMonth": 2, - "LeaveYear": 2017, - "Status": "ex", - "GroupID": 114 - }, - { - "Profession": [ - "Graphician" - ], - "JoinMonth": 1, - "JoinYear": 1995, - "LeaveMonth": 4, - "LeaveYear": 1995, - "Status": "ex", - "GroupID": 812 - }, - { - "Profession": [ - "Graphician" - ], - "Status": "ex", - "GroupID": 148 - }, - { - "Profession": [ - "Graphician" - ], - "JoinDay": 26, - "JoinMonth": 2, - "JoinYear": 2017, - "Status": "active", - "GroupID": 9311 - } - ], - "BBSUser": { - "BBS": [ - { - "ID": "38", - "Name": "Antidote", - "Trivia": "NOTICE: Due to botnets hammering port 23, Antidote is now reached on port 64128 instead! Update your phonebooks!\n\n\"Antidote\" was in a way launched by Taper to take over after \"The Highway\", since Joyride's HD broke down and all was lost.\n\nCo-Sysop's Taper and Jucke had in practice been managing \"The Highway\" together during the last period of the boards life, as Joyride had lost interest. Since there was no way the 042 area could be without a BBS, something had to be done!\n\nHowever, the birth of the BBS had occured even before this, with only a few selected testcallers and not open 24/7.\n\nShortly after \"The Highway\" went down, \"Antidote\" went public. Jucke, all-time Co-Sysop, was the one who came up with the name for the BBS. \n\nDuring these times, the BBS ran as HQ for TRIAD, Alpha Flight 1970, Oneway and Wrath Design.\n\nDates are a bit fuzzy after all this time, but Antidote suffered from HD corruption sometime late 1996/early 1997 and the BBS had to be restored from not-so good backup's. A lot of posts and some graphics were lost in the process.\n\nSometime after this, the BBS was relocated to Ronneby, when the Sysop move there. In 1999 the HD crashed again. Almost all data could be rescued this time though. The plan was to install a new HD and re-open the BBS once again, but the BBS scene had been dead for quite a while and callers were really drying up, so it never happened. Also the Sysop once again moved to the 042 area, and the BBS gear was boxed away.\n\nIn late 2003, the BBS was re-opened on telnet with a full backup installed, as the first scene BBS running on real hardware available over the net. Now running under the flags of TRIAD and Onslaught and still going strong. Frantic joined as co-sysop in 2012. \n\nIn late 2016, port was changed from 23 to 64128 due to excessive hammering by botnets.\n\nActually, \"Antidote\" is now situated just a few hundred meters away from where Joyride hosted his \"The Highway\". The circle is complete...\n\nCurrent Hardware:\nCommodore 128 (in c64 mode)\nCMD HD with a 1GB Compact Flash Card (Old SCSI HD replaced 081019)\nJiffy Dos\nSwiftlink\n\nAlso see http://www.triad.se/antidote", - "OnlinePeriod": [ - { - "StartYear": "1994", - "EndDay": "5", - "EndMonth": "6", - "EndYear": "1999" - }, - { - "StartDay": "3", - "StartMonth": "10", - "StartYear": "2003" - } - ], - "Phone": "+46-42-76416", - "Country": "Sweden" - }, - { - "ID": "323", - "Name": "Spankerz Heaven", - "Short": "SH", - "Trivia": "Spankerz Heaven was the second web bbs for the c64 scene. It opened somewhere around 1997 and was very active for quite a few years.\n\nSH went offline, but after X04, Burglar rewrote the whole engine and went back online at the end of november 2004.\n\nIt is still up and running today.\n\nSH is the only location to feature an online resource for Mason's c64heaven archive.\n\nhttps://sh.scs-trc.net/", - "OnlinePeriod": [ - { - "StartYear": "1997", - "EndYear": "2001" - }, - { - "StartDay": "11", - "StartMonth": "11", - "StartYear": "2004" - } - ], - "Country": "Netherlands" - } - ] - }, - "Released": { - "Release": [ - { - "ID": "193271", - "Name": "Walt Bonzai", - "Type": "C64 Graphics", - "ReleaseDay": "8", - "ReleaseMonth": "7", - "ReleaseYear": "2020", - "Rating": "8.5", - "ScreenShot": "https://csdb.dk/gfx/releases/193000/193271.png" - }, - { - "ID": "191906", - "Name": "Wrong Side of History", - "Type": "C64 Graphics", - "GfxType": "PETSCII", - "ReleaseDay": "4", - "ReleaseMonth": "6", - "ReleaseYear": "2020", - "Rating": "6.66", - "ScreenShot": "https://csdb.dk/gfx/releases/191000/191906.png" - }, - { - "ID": "129415", - "Name": "Handlestory", - "Type": "C64 Misc.", - "ScreenShot": "https://csdb.dk/gfx/releases/129000/129415.png" - }, - { - "ID": "134873", - "Name": "2x2 Hires", - "Type": "C64 Graphics", - "ReleaseDay": "25", - "ReleaseMonth": "11", - "ReleaseYear": "2014", - "ScreenShot": "https://csdb.dk/gfx/releases/134000/134873.png" - }, - { - "ID": "134900", - "Name": "1x2 Font", - "Type": "C64 Graphics", - "ReleaseDay": "26", - "ReleaseMonth": "11", - "ReleaseYear": "2014", - "ScreenShot": "https://csdb.dk/gfx/releases/134000/134900.png" - }, - { - "ID": "135040", - "Name": "Tilt", - "Type": "C64 Graphics", - "ReleaseDay": "1", - "ReleaseMonth": "12", - "ReleaseYear": "2014", - "ScreenShot": "https://csdb.dk/gfx/releases/135000/135040.png" - }, - { - "ID": "135086", - "Name": "Tiny Chromey", - "Type": "C64 Graphics", - "ReleaseDay": "24", - "ReleaseMonth": "11", - "ReleaseYear": "2014", - "ScreenShot": "https://csdb.dk/gfx/releases/135000/135086.png" - }, - { - "ID": "135087", - "Name": "Psycho Poetry", - "Type": "C64 Graphics", - "ReleaseDay": "2", - "ReleaseMonth": "12", - "ReleaseYear": "2014", - "ScreenShot": "https://csdb.dk/gfx/releases/135000/135087.png" - }, - { - "ID": "135088", - "Name": "Round 3x3", - "Type": "C64 Graphics", - "ReleaseDay": "23", - "ReleaseMonth": "11", - "ReleaseYear": "2014", - "ScreenShot": "https://csdb.dk/gfx/releases/135000/135088.png" - }, - { - "ID": "135253", - "Name": "Tilt V2", - "Type": "C64 Graphics", - "ReleaseDay": "7", - "ReleaseMonth": "12", - "ReleaseYear": "2014", - "ScreenShot": "https://csdb.dk/gfx/releases/135000/135253.png" - }, - { - "ID": "135271", - "Name": "Pseudo Techno", - "Type": "C64 Graphics", - "ReleaseDay": "8", - "ReleaseMonth": "12", - "ReleaseYear": "2014", - "ScreenShot": "https://csdb.dk/gfx/releases/135000/135271.png" - }, - { - "ID": "135284", - "Name": "Round 3x3 V2", - "Type": "C64 Graphics", - "ReleaseDay": "8", - "ReleaseMonth": "12", - "ReleaseYear": "2014", - "ScreenShot": "https://csdb.dk/gfx/releases/135000/135284.png" - }, - { - "ID": "135297", - "Name": "Psycho Poetry V2", - "Type": "C64 Graphics", - "ReleaseDay": "10", - "ReleaseMonth": "12", - "ReleaseYear": "2014", - "ScreenShot": "https://csdb.dk/gfx/releases/135000/135297.png" - }, - { - "ID": "135314", - "Name": "Macaroons", - "Type": "C64 Graphics", - "ReleaseDay": "11", - "ReleaseMonth": "12", - "ReleaseYear": "2014", - "Rating": "8.69", - "ScreenShot": "https://csdb.dk/gfx/releases/135000/135314.png" - }, - { - "ID": "188167", - "Name": "F4CG PETSCII Logo", - "Type": "C64 Graphics", - "GfxType": "PETSCII", - "ReleaseDay": "25", - "ReleaseMonth": "2", - "ReleaseYear": "2020", - "ScreenShot": "https://csdb.dk/gfx/releases/188000/188167.png" - }, - { - "ID": "188168", - "Name": "F4CG Coloured PETSCII Logo", - "Type": "C64 Graphics", - "ReleaseDay": "24", - "ReleaseMonth": "2", - "ReleaseYear": "2020", - "ScreenShot": "https://csdb.dk/gfx/releases/188000/188168.png" - }, - { - "ID": "188169", - "Name": "Small Round PETSCII Font", - "Type": "C64 Graphics", - "GfxType": "PETSCII", - "ReleaseDay": "25", - "ReleaseMonth": "2", - "ReleaseYear": "2020", - "ScreenShot": "https://csdb.dk/gfx/releases/188000/188169.png" - }, - { - "ID": "188170", - "Name": "Firefox 2020 Logo", - "Type": "C64 Graphics", - "ReleaseDay": "22", - "ReleaseMonth": "2", - "ReleaseYear": "2020", - "ScreenShot": "https://csdb.dk/gfx/releases/188000/188170.png" - }, - { - "ID": "188180", - "Name": "Huge PETSCII Font V2 (now with lowercase)", - "Type": "C64 Graphics", - "GfxType": "PETSCII", - "ReleaseDay": "27", - "ReleaseMonth": "2", - "ReleaseYear": "2020", - "ScreenShot": "https://csdb.dk/gfx/releases/188000/188180.gif" - }, - { - "ID": "188187", - "Name": "Logo for Laxity", - "Type": "C64 Graphics", - "ReleaseDay": "27", - "ReleaseMonth": "2", - "ReleaseYear": "2020", - "ScreenShot": "https://csdb.dk/gfx/releases/188000/188187.png" - }, - { - "ID": "188259", - "Name": "Rock'n'Role 3 Colour Logo", - "Type": "C64 Graphics", - "ReleaseDay": "28", - "ReleaseMonth": "2", - "ReleaseYear": "2020", - "Rating": "9", - "ScreenShot": "https://csdb.dk/gfx/releases/188000/188259.png" - }, - { - "ID": "188263", - "Name": "Kreator Logo (3 colour)", - "Type": "C64 Graphics", - "ReleaseDay": "28", - "ReleaseMonth": "2", - "ReleaseYear": "2020", - "ScreenShot": "https://csdb.dk/gfx/releases/188000/188263.png" - }, - { - "ID": "188264", - "Name": "CMS Logo", - "Type": "C64 Graphics", - "ReleaseDay": "28", - "ReleaseMonth": "2", - "ReleaseYear": "2020", - "ScreenShot": "https://csdb.dk/gfx/releases/188000/188264.png" - }, - { - "ID": "188171", - "Name": "Edge Logo", - "Type": "C64 Graphics", - "ReleaseDay": "24", - "ReleaseMonth": "2", - "ReleaseYear": "2020", - "ScreenShot": "https://csdb.dk/gfx/releases/188000/188171.png" - }, - { - "ID": "188404", - "Name": "Digital Talk 3 Colour", - "Type": "C64 Graphics", - "ReleaseDay": "3", - "ReleaseMonth": "3", - "ReleaseYear": "2020", - "Rating": "8.5", - "ScreenShot": "https://csdb.dk/gfx/releases/188000/188404.png" - }, - { - "ID": "188430", - "Name": "PETSCII Fold Font", - "Type": "C64 Graphics", - "GfxType": "PETSCII", - "ReleaseDay": "4", - "ReleaseMonth": "3", - "ReleaseYear": "2020", - "Rating": "9.33", - "ScreenShot": "https://csdb.dk/gfx/releases/188000/188430.gif" - }, - { - "ID": "188952", - "Name": "C64 Colour Changer", - "Type": "Other Platform C64 Tool", - "ReleaseDay": "20", - "ReleaseMonth": "3", - "ReleaseYear": "2020", - "Website": "https://codepo8.github.io/c64-colour-changer/", - "ScreenShot": "https://csdb.dk/gfx/releases/188000/188952.png" - }, - { - "ID": "189746", - "Name": "TileEdit", - "Type": "Other Platform C64 Tool", - "ReleaseDay": "9", - "ReleaseMonth": "4", - "ReleaseYear": "2020", - "Website": "https://codepo8.github.io/TileEdit/", - "ScreenShot": "https://csdb.dk/gfx/releases/189000/189746.gif" - }, - { - "ID": "190239", - "Name": "TinyFont - For Pixeling", - "Type": "C64 Graphics", - "ReleaseDay": "24", - "ReleaseMonth": "4", - "ReleaseYear": "2020", - "ScreenShot": "https://csdb.dk/gfx/releases/190000/190239.png" - }, - { - "ID": "191120", - "Name": "Round and Proud - Multicolour Font", - "Type": "C64 Graphics", - "ReleaseDay": "14", - "ReleaseMonth": "5", - "ReleaseYear": "2020", - "Rating": "9.74", - "ScreenShot": "https://csdb.dk/gfx/releases/191000/191120.gif" - }, - { - "ID": "191356", - "Name": "Lego My Logo Multicolour Font", - "Type": "C64 Graphics", - "ReleaseDay": "20", - "ReleaseMonth": "5", - "ReleaseYear": "2020", - "Rating": "9.73", - "ScreenShot": "https://csdb.dk/gfx/releases/191000/191356.gif" - }, - { - "ID": "191384", - "Name": "Rocks 3 Colour Font", - "Type": "C64 Graphics", - "ReleaseDay": "20", - "ReleaseMonth": "5", - "ReleaseYear": "2020", - "ScreenShot": "https://csdb.dk/gfx/releases/191000/191384.gif" - }, - { - "ID": "191669", - "Name": "Round and Long (3 Colour Font)", - "Type": "C64 Graphics", - "ReleaseDay": "29", - "ReleaseMonth": "5", - "ReleaseYear": "2020", - "ScreenShot": "https://csdb.dk/gfx/releases/191000/191669.png" - }, - { - "ID": "191916", - "Name": "Think Out of the Box PETSCII Font", - "Type": "BBS Graphics", - "ReleaseDay": "4", - "ReleaseMonth": "6", - "ReleaseYear": "2020", - "Rating": "9.69", - "ScreenShot": "https://csdb.dk/gfx/releases/191000/191916.gif" - }, - { - "ID": "192064", - "Name": "A Shoulder to Crayon", - "Type": "C64 Graphics", - "GfxType": "PETSCII", - "ReleaseDay": "8", - "ReleaseMonth": "6", - "ReleaseYear": "2020", - "ScreenShot": "https://csdb.dk/gfx/releases/192000/192064.png" - }, - { - "ID": "192424", - "Name": "REDRUM Hires", - "Type": "C64 Graphics", - "GfxType": "HiRes", - "ReleaseDay": "15", - "ReleaseMonth": "6", - "ReleaseYear": "2020", - "Rating": "8.5", - "ScreenShot": "https://csdb.dk/gfx/releases/192000/192424.png" - }, - { - "ID": "192755", - "Name": "6 Days Gubbdata Countdown", - "Type": "BBS Graphics", - "ReleaseDay": "21", - "ReleaseMonth": "6", - "ReleaseYear": "2020", - "ScreenShot": "https://csdb.dk/gfx/releases/192000/192755.png" - }, - { - "ID": "193688", - "Name": "DLG Hires Logo", - "Type": "C64 Graphics", - "ReleaseDay": "22", - "ReleaseMonth": "7", - "ReleaseYear": "2020", - "ReleasedAt": { - "Event": { - "ID": "2978", - "Name": "Demoscene Logo Gallery Competition", - "EventType": "Standalone Compo", - "Tagline": "Facebook Group Competition for cover image", - "StartDay": "11", - "StartMonth": "7", - "StartYear": "2020", - "EndDay": "20", - "EndMonth": "7", - "EndYear": "2020", - "Website": "https://www.facebook.com/groups/demoscenelogogallery/permalink/944347166038842" - } - }, - "Achievement": { - "Place": "2" - }, - "Rating": "9.25", - "ScreenShot": "https://csdb.dk/gfx/releases/193000/193688.png" - }, - { - "ID": "193770", - "Name": "DLG PETSCII Wings Logo", - "Type": "BBS Graphics", - "ReleaseDay": "23", - "ReleaseMonth": "7", - "ReleaseYear": "2020", - "ReleasedAt": { - "Event": { - "ID": "2978" - } - }, - "Achievement": { - "Place": "8" - }, - "Rating": "9", - "ScreenShot": "https://csdb.dk/gfx/releases/193000/193770.png" - }, - { - "ID": "193775", - "Name": "DLG Stairs PETSCII Logo", - "Type": "BBS Graphics", - "ReleaseDay": "20", - "ReleaseMonth": "7", - "ReleaseYear": "2020", - "ReleasedAt": { - "Event": { - "ID": "2978" - } - }, - "Achievement": { - "Place": "16" - }, - "ScreenShot": "https://csdb.dk/gfx/releases/193000/193775.png" - }, - { - "ID": "193795", - "Name": "ACAB Logo", - "Type": "BBS Graphics", - "ReleaseDay": "24", - "ReleaseMonth": "7", - "ReleaseYear": "2020", - "Rating": "8.43", - "ScreenShot": "https://csdb.dk/gfx/releases/193000/193795.png" - }, - { - "ID": "193804", - "Name": "ACAB Logo 2", - "Type": "BBS Graphics", - "ReleaseDay": "24", - "ReleaseMonth": "7", - "ReleaseYear": "2020", - "ScreenShot": "https://csdb.dk/gfx/releases/193000/193804.png" - }, - { - "ID": "194701", - "Name": "10 Char Font", - "Type": "C64 Graphics", - "ReleaseDay": "16", - "ReleaseMonth": "8", - "ReleaseYear": "2020", - "Rating": "9.56", - "ScreenShot": "https://csdb.dk/gfx/releases/194000/194701.gif" - }, - { - "ID": "194768", - "Name": "16 Char Font", - "Type": "C64 Graphics", - "ReleaseDay": "17", - "ReleaseMonth": "8", - "ReleaseYear": "2020", - "ScreenShot": "https://csdb.dk/gfx/releases/194000/194768.gif" - }, - { - "ID": "196608", - "Name": "CSDb Preview Bookmarklet", - "Type": "Other Platform C64 Tool", - "ReleaseDay": "12", - "ReleaseMonth": "10", - "ReleaseYear": "2020", - "Rating": "10", - "Website": "https://codepo8.github.io/csdb-preview-bookmarklet/", - "ScreenShot": "https://csdb.dk/gfx/releases/196000/196608.gif" - }, - { - "ID": "201238", - "Name": "Making Waves (Basic Oneliner)", - "Type": "C64 Basic Demo", - "ReleaseDay": "11", - "ReleaseMonth": "3", - "ReleaseYear": "2021", - "ScreenShot": "https://csdb.dk/gfx/releases/201000/201238.gif" - }, - { - "ID": "203195", - "Name": "Transmission 64 Logo", - "Type": "C64 Graphics", - "ReleaseDay": "20", - "ReleaseMonth": "4", - "ReleaseYear": "2021", - "ReleasedAt": { - "Event": { - "ID": "3011", - "Name": "Transmission64", - "EventType": "C64 Only Party", - "Tagline": "the online c64 demo party", - "StartDay": "24", - "StartMonth": "4", - "StartYear": "2021", - "EndDay": "24", - "EndMonth": "4", - "EndYear": "2021", - "Address": "online", - "Website": "http://www.transmission64.com/" - } - }, - "Rating": "6.67", - "ScreenShot": "https://csdb.dk/gfx/releases/203000/203195.png" - }, - { - "ID": "204195", - "Name": "All Squares Are the Same Grey", - "Type": "C64 Graphics", - "ReleaseDay": "14", - "ReleaseMonth": "5", - "ReleaseYear": "2021", - "ReleasedAt": { - "Event": { - "ID": "3052", - "Name": "CSDB C64 Fun Compo 2021", - "EventType": "Standalone Compo", - "StartDay": "20", - "StartMonth": "4", - "StartYear": "2021", - "EndDay": "31", - "EndMonth": "5", - "EndYear": "2021" - } - }, - "Rating": "8.88", - "ScreenShot": "https://csdb.dk/gfx/releases/204000/204195.png" - }, - { - "ID": "204792", - "Name": "Blazon Prime", - "Type": "C64 Graphics", - "ReleaseDay": "29", - "ReleaseMonth": "5", - "ReleaseYear": "2021", - "ScreenShot": "https://csdb.dk/gfx/releases/204000/204792.png" - }, - { - "ID": "204793", - "Name": "Blazon Prime Hires", - "Type": "C64 Graphics", - "ReleaseDay": "29", - "ReleaseMonth": "5", - "ReleaseYear": "2021", - "ScreenShot": "https://csdb.dk/gfx/releases/204000/204793.png" - }, - { - "ID": "205780", - "Name": "Why So Serious? Hacker at Night 6 Pixel Fix", - "Type": "C64 Graphics", - "ReleaseDay": "15", - "ReleaseMonth": "7", - "ReleaseYear": "2021", - "ReleasedAt": { - "Event": { - "ID": "3084", - "Name": "The Glorious Hacker@Night Compo", - "EventType": "Standalone Compo", - "StartDay": "15", - "StartMonth": "7", - "StartYear": "2021", - "EndDay": "25", - "EndMonth": "7", - "EndYear": "2021" - } - }, - "Achievement": { - "Compo": "Mixed", - "Place": "21" - }, - "Rating": "7.08", - "ScreenShot": "https://csdb.dk/gfx/releases/205000/205780.png" - }, - { - "ID": "208462", - "Name": "Emotional Breakdown Font from Pal Logo", - "Type": "C64 Graphics", - "ReleaseDay": "13", - "ReleaseMonth": "9", - "ReleaseYear": "2021", - "Website": "https://codepo8.github.io/logo-o-matic/?text=demoscene~logo%20gallery#goto-pal-eb", - "ScreenShot": "https://csdb.dk/gfx/releases/208000/208462.png" - }, - { - "ID": "208483", - "Name": "6 Colour PAL Font", - "Type": "C64 Graphics", - "ReleaseDay": "13", - "ReleaseMonth": "9", - "ReleaseYear": "2021", - "Website": "https://codepo8.github.io/logo-o-matic/?text=csdb#goto-palemo", - "ScreenShot": "https://csdb.dk/gfx/releases/208000/208483.png" - }, - { - "ID": "208486", - "Name": "Compyx Beyond Reality Font from Logo", - "Type": "C64 Graphics", - "ReleaseDay": "13", - "ReleaseMonth": "9", - "ReleaseYear": "2021", - "Rating": "9", - "Website": "https://codepo8.github.io/logo-o-matic/?text=csdb#goto-cpx-qpd-beyond", - "ScreenShot": "https://csdb.dk/gfx/releases/208000/208486.gif" - }, - { - "ID": "208520", - "Name": "Powerengine Font", - "Type": "C64 Graphics", - "ReleaseDay": "14", - "ReleaseMonth": "9", - "ReleaseYear": "2021", - "Website": "https://codepo8.github.io/logo-o-matic/?text=csdb#goto-powerengine", - "ScreenShot": "https://csdb.dk/gfx/releases/208000/208520.gif" - }, - { - "ID": "213751", - "Name": "!dead 2x2 Font", - "Type": "C64 Graphics", - "ReleaseDay": "25", - "ReleaseMonth": "1", - "ReleaseYear": "2022", - "Rating": "9.17", - "ScreenShot": "https://csdb.dk/gfx/releases/213000/213751.png" - }, - { - "ID": "210720", - "Name": "4x6 C1X1 font", - "Type": "C64 Graphics", - "ReleaseDay": "21", - "ReleaseMonth": "10", - "ReleaseYear": "2021", - "Rating": "8.35", - "ScreenShot": "https://csdb.dk/gfx/releases/210000/210720.png" - }, - { - "ID": "215834", - "Name": "Slimfont 180 Chars", - "Type": "C64 Graphics", - "ReleaseDay": "25", - "ReleaseMonth": "3", - "ReleaseYear": "2022", - "Rating": "9.25", - "ScreenShot": "https://csdb.dk/gfx/releases/215000/215834.png" - }, - { - "ID": "215971", - "Name": "Sacred Font", - "AKA": "based on Sacred Intro 05", - "Type": "C64 Graphics", - "ReleaseDay": "28", - "ReleaseMonth": "3", - "ReleaseYear": "2022", - "Rating": "9.73", - "ScreenShot": "https://csdb.dk/gfx/releases/215000/215971.gif" - }, - { - "ID": "216022", - "Name": "Therapyfont", - "Type": "C64 Graphics", - "ReleaseDay": "29", - "ReleaseMonth": "3", - "ReleaseYear": "2022", - "Rating": "9.31", - "ScreenShot": "https://csdb.dk/gfx/releases/216000/216022.png" - }, - { - "ID": "216112", - "Name": "Silver Bullet Font", - "AKA": "(based on 1995 logo)", - "Type": "C64 Graphics", - "ReleaseDay": "30", - "ReleaseMonth": "3", - "ReleaseYear": "2022", - "ScreenShot": "https://csdb.dk/gfx/releases/216000/216112.gif" - }, - { - "ID": "216173", - "Name": "Fatumfont", - "AKA": "(based on a 1995 logo)", - "Type": "C64 Graphics", - "ReleaseDay": "31", - "ReleaseMonth": "3", - "ReleaseYear": "2022", - "ScreenShot": "https://csdb.dk/gfx/releases/216000/216173.gif" - }, - { - "ID": "216355", - "Name": "Fuck Covid (RIP TMR) Font", - "Type": "C64 Graphics", - "ReleaseDay": "4", - "ReleaseMonth": "4", - "ReleaseYear": "2022", - "ScreenShot": "https://csdb.dk/gfx/releases/216000/216355.png" - }, - { - "ID": "216393", - "Name": "CSDB Animation Creator", - "Type": "Other Platform C64 Tool", - "ReleaseDay": "5", - "ReleaseMonth": "4", - "ReleaseYear": "2022", - "Rating": "9.73", - "Website": "https://codepo8.github.io/CSDB-screen-generator/", - "ScreenShot": "https://csdb.dk/gfx/releases/216000/216393.gif" - }, - { - "ID": "216912", - "Name": "Babygang Font (used in Anthology)", - "Type": "C64 Graphics", - "ReleaseDay": "18", - "ReleaseMonth": "4", - "ReleaseYear": "2022", - "Rating": "9.5", - "ScreenShot": "https://csdb.dk/gfx/releases/216000/216912.gif" - } - ] - }, - "Credits": [ - { - "CreditType": "Graphics", - "ReleaseID": 48394 - }, - { - "CreditType": "Text", - "ReleaseID": 48394 - }, - { - "CreditType": "Graphics", - "ReleaseID": 2163 - }, - { - "CreditType": "Text", - "ReleaseID": 15176 - }, - { - "CreditType": "Charset", - "ReleaseID": 95446 - }, - { - "CreditType": "Graphics", - "ReleaseID": 11663 - }, - { - "CreditType": "Graphics", - "ReleaseID": 12774 - }, - { - "CreditType": "Graphics", - "ReleaseID": 12765 - }, - { - "CreditType": "Graphics", - "ReleaseID": 3368 - }, - { - "CreditType": "Graphics", - "ReleaseID": 3369 - }, - { - "CreditType": "Graphics", - "ReleaseID": 4853 - }, - { - "CreditType": "Charset", - "ReleaseID": 4853 - }, - { - "CreditType": "Graphics", - "ReleaseID": 6037 - }, - { - "CreditType": "Graphics", - "ReleaseID": 7238 - }, - { - "CreditType": "Graphics", - "ReleaseID": 6818 - }, - { - "CreditType": "Graphics", - "ReleaseID": 6444 - }, - { - "CreditType": "Idea", - "ReleaseID": 6444 - }, - { - "CreditType": "Charset", - "ReleaseID": 6444 - }, - { - "CreditType": "Graphics", - "ReleaseID": 6490 - }, - { - "CreditType": "Graphics", - "ReleaseID": 6403 - }, - { - "CreditType": "Idea", - "ReleaseID": 6403 - }, - { - "CreditType": "Graphics", - "ReleaseID": 4352 - }, - { - "CreditType": "Graphics", - "ReleaseID": 5703 - }, - { - "CreditType": "Graphics", - "ReleaseID": 709 - }, - { - "CreditType": "Graphics", - "ReleaseID": 611 - }, - { - "CreditType": "Graphics", - "ReleaseID": 5553 - }, - { - "CreditType": "Graphics", - "ReleaseID": 5554 - }, - { - "CreditType": "Graphics", - "ReleaseID": 5555 - }, - { - "CreditType": "Charset", - "ReleaseID": 5700 - }, - { - "CreditType": "Text", - "ReleaseID": 5702 - }, - { - "CreditType": "Graphics", - "ReleaseID": 5089 - }, - { - "CreditType": "Text", - "ReleaseID": 5246 - }, - { - "CreditType": "Text", - "ReleaseID": 3370 - }, - { - "CreditType": "Text", - "ReleaseID": 5245 - }, - { - "CreditType": "Text", - "ReleaseID": 5244 - }, - { - "CreditType": "Graphics", - "ReleaseID": 5243 - }, - { - "CreditType": "Text", - "ReleaseID": 5243 - }, - { - "CreditType": "Text", - "ReleaseID": 5197 - }, - { - "CreditType": "Graphics", - "ReleaseID": 852 - }, - { - "CreditType": "Graphics", - "ReleaseID": 1 - }, - { - "CreditType": "Graphics", - "ReleaseID": 707 - }, - { - "CreditType": "Graphics", - "ReleaseID": 4423 - }, - { - "CreditType": "Graphics", - "ReleaseID": 593 - }, - { - "CreditType": "Idea", - "ReleaseID": 593 - }, - { - "CreditType": "Graphics", - "ReleaseID": 15 - }, - { - "CreditType": "Graphics", - "ReleaseID": 858 - }, - { - "CreditType": "Graphics", - "ReleaseID": 3594 - }, - { - "CreditType": "Text", - "ReleaseID": 3594 - }, - { - "CreditType": "Code", - "ReleaseID": 867 - }, - { - "CreditType": "Graphics", - "ReleaseID": 867 - }, - { - "CreditType": "Graphics", - "ReleaseID": 471 - }, - { - "CreditType": "Graphics", - "ReleaseID": 829 - }, - { - "CreditType": "Graphics", - "ReleaseID": 3367 - }, - { - "CreditType": "Concept", - "ReleaseID": 3378 - }, - { - "CreditType": "Graphics", - "ReleaseID": 38 - }, - { - "CreditType": "Graphics", - "ReleaseID": 601 - }, - { - "CreditType": "Graphics", - "ReleaseID": 114 - }, - { - "CreditType": "Graphics", - "ReleaseID": 113 - }, - { - "CreditType": "Graphics", - "ReleaseID": 112 - }, - { - "CreditType": "Graphics", - "ReleaseID": 111 - }, - { - "CreditType": "Graphics", - "ReleaseID": 147 - }, - { - "CreditType": "Graphics", - "ReleaseID": 876 - }, - { - "CreditType": "Graphics", - "ReleaseID": 4651 - }, - { - "CreditType": "Text", - "ReleaseID": 5735 - }, - { - "CreditType": "Graphics", - "ReleaseID": 5471 - }, - { - "CreditType": "Text", - "ReleaseID": 5471 - }, - { - "CreditType": "Graphics", - "ReleaseID": 4968 - }, - { - "CreditType": "Graphics", - "ReleaseID": 4441 - }, - { - "CreditType": "Charset", - "ReleaseID": 13148 - }, - { - "CreditType": "Text", - "ReleaseID": 5892 - }, - { - "CreditType": "Charset", - "ReleaseID": 15745 - }, - { - "CreditType": "Graphics", - "ReleaseID": 17429 - }, - { - "CreditType": "Graphics", - "ReleaseID": 17978 - }, - { - "CreditType": "Graphics", - "ReleaseID": 204 - }, - { - "CreditType": "Graphics", - "ReleaseID": 20159 - }, - { - "CreditType": "Graphics", - "ReleaseID": 23367 - }, - { - "CreditType": "Graphics", - "ReleaseID": 156960 - }, - { - "CreditType": "Graphics", - "ReleaseID": 23849 - }, - { - "CreditType": "Graphics", - "ReleaseID": 66 - }, - { - "CreditType": "Graphics", - "ReleaseID": 10043 - }, - { - "CreditType": "Graphics", - "ReleaseID": 188170 - }, - { - "CreditType": "Bug-Fix", - "ReleaseID": 40420 - }, - { - "CreditType": "Code", - "ReleaseID": 40427 - }, - { - "CreditType": "Graphics", - "ReleaseID": 44939 - }, - { - "CreditType": "Text", - "ReleaseID": 44203 - }, - { - "CreditType": "Graphics", - "ReleaseID": 46691 - }, - { - "CreditType": "Graphics", - "ReleaseID": 46845 - }, - { - "CreditType": "Graphics", - "ReleaseID": 48397 - }, - { - "CreditType": "Charset", - "ReleaseID": 156220 - }, - { - "CreditType": "Code", - "ReleaseID": 161 - }, - { - "CreditType": "Graphics", - "ReleaseID": 52220 - }, - { - "CreditType": "Code", - "ReleaseID": 597 - }, - { - "CreditType": "Graphics", - "ReleaseID": 597 - }, - { - "CreditType": "Text", - "ReleaseID": 597 - }, - { - "CreditType": "Idea", - "ReleaseID": 597 - }, - { - "CreditType": "Concept", - "ReleaseID": 597 - }, - { - "CreditType": "Graphics", - "ReleaseID": 53298 - }, - { - "CreditType": "Graphics", - "ReleaseID": 54102 - }, - { - "CreditType": "Graphics", - "ReleaseID": 53815 - }, - { - "CreditType": "Graphics", - "ReleaseID": 58993 - }, - { - "CreditType": "Crack", - "ReleaseID": 37836 - }, - { - "CreditType": "Text", - "ReleaseID": 3688 - }, - { - "CreditType": "Graphics", - "ReleaseID": 63835 - }, - { - "CreditType": "Crack", - "ReleaseID": 5487 - }, - { - "CreditType": "Charset", - "ReleaseID": 3752 - }, - { - "CreditType": "Graphics", - "ReleaseID": 71103 - }, - { - "CreditType": "Graphics", - "ReleaseID": 5367 - }, - { - "CreditType": "Graphics", - "ReleaseID": 5127 - }, - { - "CreditType": "Text", - "ReleaseID": 3249 - }, - { - "CreditType": "Text", - "ReleaseID": 48389 - }, - { - "CreditType": "Graphics", - "ReleaseID": 4569 - }, - { - "CreditType": "Text", - "ReleaseID": 4569 - }, - { - "CreditType": "Graphics", - "ReleaseID": 5354 - }, - { - "CreditType": "Graphics", - "ReleaseID": 78602 - }, - { - "CreditType": "Graphics", - "ReleaseID": 2710 - }, - { - "CreditType": "Graphics", - "ReleaseID": 3380 - }, - { - "CreditType": "Graphics", - "ReleaseID": 40424 - }, - { - "CreditType": "Graphics", - "ReleaseID": 9246 - }, - { - "CreditType": "Crack", - "ReleaseID": 49446 - }, - { - "CreditType": "Trainer", - "ReleaseID": 49446 - }, - { - "CreditType": "Graphics", - "ReleaseID": 5368 - }, - { - "CreditType": "Text", - "ReleaseID": 5368 - }, - { - "CreditType": "Charset", - "ReleaseID": 156438 - }, - { - "CreditType": "Graphics", - "ReleaseID": 98189 - }, - { - "CreditType": "Graphics", - "ReleaseID": 3383 - }, - { - "CreditType": "Graphics", - "ReleaseID": 99657 - }, - { - "CreditType": "Design", - "ReleaseID": 99657 - }, - { - "CreditType": "Graphics", - "ReleaseID": 99660 - }, - { - "CreditType": "Bug-Fix", - "ReleaseID": 37836 - }, - { - "CreditType": "Charset", - "ReleaseID": 600 - }, - { - "CreditType": "Graphics", - "ReleaseID": 142266 - }, - { - "CreditType": "Graphics", - "ReleaseID": 8205 - }, - { - "CreditType": "Graphics", - "ReleaseID": 8308 - }, - { - "CreditType": "Graphics", - "ReleaseID": 12057 - }, - { - "CreditType": "Graphics", - "ReleaseID": 110744 - }, - { - "CreditType": "Graphics", - "ReleaseID": 98368 - }, - { - "CreditType": "Graphics", - "ReleaseID": 143844 - }, - { - "CreditType": "Graphics", - "ReleaseID": 117359 - }, - { - "CreditType": "Original Supply", - "ReleaseID": 122978 - }, - { - "CreditType": "Text", - "ReleaseID": 39894 - }, - { - "CreditType": "Text", - "ReleaseID": 129415 - }, - { - "CreditType": "Graphics", - "ReleaseID": 131131 - }, - { - "CreditType": "Graphics", - "ReleaseID": 131301 - }, - { - "CreditType": "Graphics", - "ReleaseID": 134063 - }, - { - "CreditType": "Charset", - "ReleaseID": 134873 - }, - { - "CreditType": "Charset", - "ReleaseID": 134900 - }, - { - "CreditType": "Charset", - "ReleaseID": 135040 - }, - { - "CreditType": "Charset", - "ReleaseID": 135086 - }, - { - "CreditType": "Charset", - "ReleaseID": 135087 - }, - { - "CreditType": "Charset", - "ReleaseID": 135088 - }, - { - "CreditType": "Charset", - "ReleaseID": 135253 - }, - { - "CreditType": "Charset", - "ReleaseID": 135271 - }, - { - "CreditType": "Charset", - "ReleaseID": 135284 - }, - { - "CreditType": "Charset", - "ReleaseID": 135297 - }, - { - "CreditType": "Charset", - "ReleaseID": 135314 - }, - { - "CreditType": "Charset", - "ReleaseID": 137491 - }, - { - "CreditType": "Charset", - "ReleaseID": 157511 - }, - { - "CreditType": "Charset", - "ReleaseID": 139991 - }, - { - "CreditType": "Charset", - "ReleaseID": 148046 - }, - { - "CreditType": "Text", - "ReleaseID": 148172 - }, - { - "CreditType": "Charset", - "ReleaseID": 148172 - }, - { - "CreditType": "Graphics", - "ReleaseID": 150555 - }, - { - "CreditType": "Charset", - "ReleaseID": 151258 - }, - { - "CreditType": "Graphics", - "ReleaseID": 152093 - }, - { - "CreditType": "Charset", - "ReleaseID": 152332 - }, - { - "CreditType": "Charset", - "ReleaseID": 153518 - }, - { - "CreditType": "Charset", - "ReleaseID": 153737 - }, - { - "CreditType": "Charset", - "ReleaseID": 153778 - }, - { - "CreditType": "Graphics", - "ReleaseID": 825 - }, - { - "CreditType": "Charset", - "ReleaseID": 158759 - }, - { - "CreditType": "Charset", - "ReleaseID": 158951 - }, - { - "CreditType": "Charset", - "ReleaseID": 163471 - }, - { - "CreditType": "Charset", - "ReleaseID": 167480 - }, - { - "CreditType": "Graphics", - "ReleaseID": 167703 - }, - { - "CreditType": "Text", - "ReleaseID": 175549 - }, - { - "CreditType": "Interviewed", - "ReleaseID": 180335 - }, - { - "CreditType": "Charset", - "ReleaseID": 185569 - }, - { - "CreditType": "Graphics", - "ReleaseID": 187977 - }, - { - "CreditType": "Directory Art", - "ReleaseID": 187977 - }, - { - "CreditType": "BBS Graphics", - "ReleaseID": 188167 - }, - { - "CreditType": "Graphics", - "ReleaseID": 188168 - }, - { - "CreditType": "Graphics", - "ReleaseID": 188171 - }, - { - "CreditType": "BBS Graphics", - "ReleaseID": 188173 - }, - { - "CreditType": "BBS Graphics", - "ReleaseID": 188180 - }, - { - "CreditType": "Graphics", - "ReleaseID": 188187 - }, - { - "CreditType": "Graphics", - "ReleaseID": 188259 - }, - { - "CreditType": "Graphics", - "ReleaseID": 188264 - }, - { - "CreditType": "Graphics", - "ReleaseID": 188263 - }, - { - "CreditType": "BBS Graphics", - "ReleaseID": 188169 - }, - { - "CreditType": "Graphics", - "ReleaseID": 188404 - }, - { - "CreditType": "BBS Graphics", - "ReleaseID": 188430 - }, - { - "CreditType": "Graphics", - "ReleaseID": 188664 - }, - { - "CreditType": "Code", - "ReleaseID": 188952 - }, - { - "CreditType": "Code", - "ReleaseID": 189746 - }, - { - "CreditType": "Graphics", - "ReleaseID": 189746 - }, - { - "CreditType": "Design", - "ReleaseID": 189746 - }, - { - "CreditType": "Idea", - "ReleaseID": 189746 - }, - { - "CreditType": "Concept", - "ReleaseID": 189746 - }, - { - "CreditType": "Charset", - "ReleaseID": 190013 - }, - { - "CreditType": "Graphics", - "ReleaseID": 190239 - }, - { - "CreditType": "Graphics", - "ReleaseID": 190335 - }, - { - "CreditType": "Graphics", - "ReleaseID": 190483 - }, - { - "CreditType": "Idea", - "ReleaseID": 190483 - }, - { - "CreditType": "Concept", - "ReleaseID": 190483 - }, - { - "CreditType": "Graphics", - "ReleaseID": 191120 - }, - { - "CreditType": "Graphics", - "ReleaseID": 191356 - }, - { - "CreditType": "Idea", - "ReleaseID": 191356 - }, - { - "CreditType": "Graphics", - "ReleaseID": 191384 - }, - { - "CreditType": "Idea", - "ReleaseID": 191384 - }, - { - "CreditType": "Graphics", - "ReleaseID": 191396 - }, - { - "CreditType": "Charset", - "ReleaseID": 191592 - }, - { - "CreditType": "Graphics", - "ReleaseID": 191669 - }, - { - "CreditType": "Graphics", - "ReleaseID": 191775 - }, - { - "CreditType": "BBS Graphics", - "ReleaseID": 191906 - }, - { - "CreditType": "Idea", - "ReleaseID": 191906 - }, - { - "CreditType": "BBS Graphics", - "ReleaseID": 191916 - }, - { - "CreditType": "Idea", - "ReleaseID": 191916 - }, - { - "CreditType": "Graphics", - "ReleaseID": 192064 - }, - { - "CreditType": "Idea", - "ReleaseID": 192064 - }, - { - "CreditType": "Graphics", - "ReleaseID": 192424 - }, - { - "CreditType": "Idea", - "ReleaseID": 192490 - }, - { - "CreditType": "Graphics", - "ReleaseID": 192504 - }, - { - "CreditType": "Graphics", - "ReleaseID": 192755 - }, - { - "CreditType": "Graphics", - "ReleaseID": 192943 - }, - { - "CreditType": "Graphics", - "ReleaseID": 193271 - }, - { - "CreditType": "Idea", - "ReleaseID": 193271 - }, - { - "CreditType": "Graphics", - "ReleaseID": 193688 - }, - { - "CreditType": "Idea", - "ReleaseID": 193688 - }, - { - "CreditType": "BBS Graphics", - "ReleaseID": 193770 - }, - { - "CreditType": "BBS Graphics", - "ReleaseID": 193775 - }, - { - "CreditType": "BBS Graphics", - "ReleaseID": 193795 - }, - { - "CreditType": "BBS Graphics", - "ReleaseID": 193804 - }, - { - "CreditType": "Graphics", - "ReleaseID": 194383 - }, - { - "CreditType": "Graphics", - "ReleaseID": 194497 - }, - { - "CreditType": "Graphics", - "ReleaseID": 193820 - }, - { - "CreditType": "Graphics", - "ReleaseID": 194701 - }, - { - "CreditType": "Idea", - "ReleaseID": 194701 - }, - { - "CreditType": "Graphics", - "ReleaseID": 194768 - }, - { - "CreditType": "Charset", - "ReleaseID": 194768 - }, - { - "CreditType": "Design", - "ReleaseID": 194768 - }, - { - "CreditType": "Idea", - "ReleaseID": 194768 - }, - { - "CreditType": "Graphics", - "ReleaseID": 195942 - }, - { - "CreditType": "Code", - "ReleaseID": 195961 - }, - { - "CreditType": "Idea", - "ReleaseID": 195961 - }, - { - "CreditType": "Code", - "ReleaseID": 196608 - }, - { - "CreditType": "Idea", - "ReleaseID": 196608 - }, - { - "CreditType": "Graphics", - "ReleaseID": 196720 - }, - { - "CreditType": "Graphics", - "ReleaseID": 197144 - }, - { - "CreditType": "Charset", - "ReleaseID": 197144 - }, - { - "CreditType": "Graphics", - "ReleaseID": 197870 - }, - { - "CreditType": "Directory Art", - "ReleaseID": 197878 - }, - { - "CreditType": "Graphics", - "ReleaseID": 197878 - }, - { - "CreditType": "Graphics", - "ReleaseID": 197884 - }, - { - "CreditType": "Graphics", - "ReleaseID": 197895 - }, - { - "CreditType": "Charset", - "ReleaseID": 197895 - }, - { - "CreditType": "Graphics", - "ReleaseID": 197938 - }, - { - "CreditType": "Text", - "ReleaseID": 829 - }, - { - "CreditType": "Charset", - "ReleaseID": 198250 - }, - { - "CreditType": "Charset", - "ReleaseID": 198592 - }, - { - "CreditType": "Charset", - "ReleaseID": 198849 - }, - { - "CreditType": "Graphics", - "ReleaseID": 199238 - }, - { - "CreditType": "Graphics", - "ReleaseID": 199902 - }, - { - "CreditType": "Charset", - "ReleaseID": 199902 - }, - { - "CreditType": "Graphics", - "ReleaseID": 200581 - }, - { - "CreditType": "Text", - "ReleaseID": 200581 - }, - { - "CreditType": "Code", - "ReleaseID": 201238 - }, - { - "CreditType": "Graphics", - "ReleaseID": 143862 - }, - { - "CreditType": "Graphics", - "ReleaseID": 203195 - }, - { - "CreditType": "Charset", - "ReleaseID": 203372 - }, - { - "CreditType": "Graphics", - "ReleaseID": 203390 - }, - { - "CreditType": "Charset", - "ReleaseID": 203390 - }, - { - "CreditType": "Charset", - "ReleaseID": 203704 - }, - { - "CreditType": "Graphics", - "ReleaseID": 40423 - }, - { - "CreditType": "Graphics", - "ReleaseID": 203946 - }, - { - "CreditType": "Graphics", - "ReleaseID": 204195 - }, - { - "CreditType": "Graphics", - "ReleaseID": 204792 - }, - { - "CreditType": "Idea", - "ReleaseID": 204792 - }, - { - "CreditType": "Graphics", - "ReleaseID": 204793 - }, - { - "CreditType": "Idea", - "ReleaseID": 204793 - }, - { - "CreditType": "Charset", - "ReleaseID": 204897 - }, - { - "CreditType": "Crack", - "ReleaseID": 205780 - }, - { - "CreditType": "Graphics", - "ReleaseID": 208462 - }, - { - "CreditType": "Ripping", - "ReleaseID": 208462 - }, - { - "CreditType": "Graphics", - "ReleaseID": 208483 - }, - { - "CreditType": "Ripping", - "ReleaseID": 208483 - }, - { - "CreditType": "Concept", - "ReleaseID": 208483 - }, - { - "CreditType": "Graphics", - "ReleaseID": 208486 - }, - { - "CreditType": "Ripping", - "ReleaseID": 208486 - }, - { - "CreditType": "Concept", - "ReleaseID": 208486 - }, - { - "CreditType": "Graphics", - "ReleaseID": 208520 - }, - { - "CreditType": "Charset", - "ReleaseID": 208520 - }, - { - "CreditType": "Ripping", - "ReleaseID": 208520 - }, - { - "CreditType": "Charset", - "ReleaseID": 209433 - }, - { - "CreditType": "Graphics", - "ReleaseID": 210720 - }, - { - "CreditType": "Idea", - "ReleaseID": 210720 - }, - { - "CreditType": "Charset", - "ReleaseID": 210772 - }, - { - "CreditType": "Graphics", - "ReleaseID": 211056 - }, - { - "CreditType": "Graphics", - "ReleaseID": 211385 - }, - { - "CreditType": "Graphics", - "ReleaseID": 211697 - }, - { - "CreditType": "Charset", - "ReleaseID": 211697 - }, - { - "CreditType": "Charset", - "ReleaseID": 211722 - }, - { - "CreditType": "Charset", - "ReleaseID": 213638 - }, - { - "CreditType": "Charset", - "ReleaseID": 213751 - }, - { - "CreditType": "Graphics", - "ReleaseID": 213795 - }, - { - "CreditType": "Graphics", - "ReleaseID": 213828 - }, - { - "CreditType": "Charset", - "ReleaseID": 213957 - }, - { - "CreditType": "Charset", - "ReleaseID": 214669 - }, - { - "CreditType": "Charset", - "ReleaseID": 215045 - }, - { - "CreditType": "Graphics", - "ReleaseID": 215834 - }, - { - "CreditType": "Charset", - "ReleaseID": 215971 - }, - { - "CreditType": "Bug-Fix", - "ReleaseID": 215971 - }, - { - "CreditType": "Graphics", - "ReleaseID": 216022 - }, - { - "CreditType": "Charset", - "ReleaseID": 216022 - }, - { - "CreditType": "Graphics", - "ReleaseID": 216112 - }, - { - "CreditType": "Charset", - "ReleaseID": 216112 - }, - { - "CreditType": "Graphics", - "ReleaseID": 216173 - }, - { - "CreditType": "Charset", - "ReleaseID": 216173 - }, - { - "CreditType": "Charset", - "ReleaseID": 216355 - }, - { - "CreditType": "Graphics", - "ReleaseID": 216360 - }, - { - "CreditType": "Code", - "ReleaseID": 216393 - }, - { - "CreditType": "Idea", - "ReleaseID": 216393 - }, - { - "CreditType": "Graphics", - "ReleaseID": 216880 - }, - { - "CreditType": "Graphics", - "ReleaseID": 216912 - }, - { - "CreditType": "Charset", - "ReleaseID": 216912 - }, - { - "CreditType": "Graphics", - "ReleaseID": 216874 - }, - { - "CreditType": "Graphics", - "ReleaseID": 216867 - }, - { - "CreditType": "Charset", - "ReleaseID": 216867 - } - ], - "AttendedEventIDs": [ - 30, - 8, - 700, - 2598, - 76, - 131, - 2489, - 2696, - 2816 - ], - "ScenerIDs": [ - 7406 - ] -} \ No newline at end of file diff --git a/data/handle/8581/handle.8581.json b/data/handle/8581/handle.8581.json deleted file mode 100644 index 04d9d2c..0000000 --- a/data/handle/8581/handle.8581.json +++ /dev/null @@ -1,758 +0,0 @@ -{ - "ID": 8581, - "Handle": "Vip", - "CurrentlyUsedHandle": true, - "HandleStory": "At school, kids called me Vip instead of Vincent, and it stuck, I guess.", - "MemberOf": [ - { - "Profession": [ - "Musician" - ], - "LeaveDay": 31, - "LeaveMonth": 5, - "LeaveYear": 2003, - "Status": "ex", - "GroupID": 707 - }, - { - "Profession": [ - "Graphician", - "Fullscreen Graphician", - "Logo Graphician", - "Musician", - "Author" - ], - "JoinYear": 1995, - "LeaveDay": 8, - "LeaveMonth": 4, - "LeaveYear": 2004, - "Status": "ex", - "GroupID": 154 - }, - { - "Profession": [ - "Graphician", - "Musician" - ], - "JoinDay": 1, - "JoinMonth": 6, - "JoinYear": 2003, - "LeaveDay": 8, - "LeaveMonth": 4, - "LeaveYear": 2004, - "Status": "ex", - "GroupID": 1960 - }, - { - "Profession": [ - "Graphician", - "Musician", - "Diskmag Editor" - ], - "LeaveDay": 8, - "LeaveMonth": 4, - "LeaveYear": 2004, - "Status": "ex", - "GroupID": 277 - }, - { - "Profession": [ - "Graphician", - "Musician" - ], - "LeaveDay": 8, - "LeaveMonth": 4, - "LeaveYear": 2004, - "Status": "ex", - "GroupID": 625 - }, - { - "Profession": [ - "Diskmag Editor" - ], - "JoinMonth": 2, - "JoinYear": 1998, - "LeaveMonth": 5, - "LeaveYear": 1998, - "Status": "ex", - "GroupID": 1361 - }, - { - "Profession": [ - "Graphician", - "Musician" - ], - "JoinMonth": 6, - "JoinYear": 1998, - "LeaveDay": 8, - "LeaveMonth": 4, - "LeaveYear": 2004, - "Status": "ex", - "GroupID": 5 - } - ], - "Released": { - "Release": { - "ID": "94806", - "Name": "Galaxis 9399 [seuck]", - "Type": "C64 Game", - "ReleaseYear": "2003", - "ScreenShot": "https://csdb.dk/gfx/releases/94000/94806.png" - } - }, - "Credits": [ - { - "CreditType": "Graphics", - "ReleaseID": 5337 - }, - { - "CreditType": "Graphics", - "ReleaseID": 6765 - }, - { - "CreditType": "Music", - "ReleaseID": 6765 - }, - { - "CreditType": "Music", - "ReleaseID": 14299 - }, - { - "CreditType": "Music", - "ReleaseID": 5336 - }, - { - "CreditType": "Graphics", - "ReleaseID": 5336 - }, - { - "CreditType": "Music", - "ReleaseID": 5388 - }, - { - "CreditType": "Music", - "ReleaseID": 2673 - }, - { - "CreditType": "Graphics", - "ReleaseID": 2673 - }, - { - "CreditType": "Music", - "ReleaseID": 3052 - }, - { - "CreditType": "Graphics", - "ReleaseID": 3052 - }, - { - "CreditType": "Music", - "ReleaseID": 3014 - }, - { - "CreditType": "Graphics", - "ReleaseID": 3152 - }, - { - "CreditType": "Music", - "ReleaseID": 5168 - }, - { - "CreditType": "Music", - "ReleaseID": 7185 - }, - { - "CreditType": "Music", - "ReleaseID": 6596 - }, - { - "CreditType": "Music", - "ReleaseID": 8428 - }, - { - "CreditType": "Music", - "ReleaseID": 11687 - }, - { - "CreditType": "Graphics", - "ReleaseID": 8447 - }, - { - "CreditType": "Music", - "ReleaseID": 4553 - }, - { - "CreditType": "Music", - "ReleaseID": 11057 - }, - { - "CreditType": "Music", - "ReleaseID": 114 - }, - { - "CreditType": "Graphics", - "ReleaseID": 2374 - }, - { - "CreditType": "Music", - "ReleaseID": 3109 - }, - { - "CreditType": "Graphics", - "ReleaseID": 2221 - }, - { - "CreditType": "Graphics", - "ReleaseID": 1 - }, - { - "CreditType": "Music", - "ReleaseID": 4361 - }, - { - "CreditType": "Graphics", - "ReleaseID": 4361 - }, - { - "CreditType": "Music", - "ReleaseID": 4670 - }, - { - "CreditType": "Graphics", - "ReleaseID": 6468 - }, - { - "CreditType": "Music", - "ReleaseID": 2778 - }, - { - "CreditType": "Graphics", - "ReleaseID": 2778 - }, - { - "CreditType": "Design", - "ReleaseID": 2778 - }, - { - "CreditType": "Idea", - "ReleaseID": 2778 - }, - { - "CreditType": "Storyboard", - "ReleaseID": 2778 - }, - { - "CreditType": "Music", - "ReleaseID": 3035 - }, - { - "CreditType": "Graphics", - "ReleaseID": 3035 - }, - { - "CreditType": "Music", - "ReleaseID": 6464 - }, - { - "CreditType": "Music", - "ReleaseID": 827 - }, - { - "CreditType": "Music", - "ReleaseID": 7102 - }, - { - "CreditType": "Music", - "ReleaseID": 863 - }, - { - "CreditType": "Music", - "ReleaseID": 11253 - }, - { - "CreditType": "Music", - "ReleaseID": 2674 - }, - { - "CreditType": "Graphics", - "ReleaseID": 2674 - }, - { - "CreditType": "Graphics", - "ReleaseID": 6903 - }, - { - "CreditType": "Graphics", - "ReleaseID": 5574 - }, - { - "CreditType": "Graphics", - "ReleaseID": 5143 - }, - { - "CreditType": "Graphics", - "ReleaseID": 4656 - }, - { - "CreditType": "Music", - "ReleaseID": 853 - }, - { - "CreditType": "Music", - "ReleaseID": 4353 - }, - { - "CreditType": "Music", - "ReleaseID": 9529 - }, - { - "CreditType": "Music", - "ReleaseID": 5391 - }, - { - "CreditType": "Music", - "ReleaseID": 11350 - }, - { - "CreditType": "Text", - "ReleaseID": 5447 - }, - { - "CreditType": "Music", - "ReleaseID": 5173 - }, - { - "CreditType": "Graphics", - "ReleaseID": 5173 - }, - { - "CreditType": "Text", - "ReleaseID": 5173 - }, - { - "CreditType": "Music", - "ReleaseID": 5172 - }, - { - "CreditType": "Graphics", - "ReleaseID": 5172 - }, - { - "CreditType": "Text", - "ReleaseID": 5172 - }, - { - "CreditType": "Music", - "ReleaseID": 5581 - }, - { - "CreditType": "Graphics", - "ReleaseID": 5581 - }, - { - "CreditType": "Music", - "ReleaseID": 6405 - }, - { - "CreditType": "Music", - "ReleaseID": 7386 - }, - { - "CreditType": "Charset", - "ReleaseID": 7386 - }, - { - "CreditType": "Music", - "ReleaseID": 7449 - }, - { - "CreditType": "Charset", - "ReleaseID": 7449 - }, - { - "CreditType": "Music", - "ReleaseID": 9027 - }, - { - "CreditType": "Charset", - "ReleaseID": 9027 - }, - { - "CreditType": "Music", - "ReleaseID": 9741 - }, - { - "CreditType": "Music", - "ReleaseID": 11331 - }, - { - "CreditType": "Graphics", - "ReleaseID": 11331 - }, - { - "CreditType": "Music", - "ReleaseID": 8851 - }, - { - "CreditType": "Music", - "ReleaseID": 142 - }, - { - "CreditType": "Music", - "ReleaseID": 11619 - }, - { - "CreditType": "Music", - "ReleaseID": 6444 - }, - { - "CreditType": "Graphics", - "ReleaseID": 6444 - }, - { - "CreditType": "Music", - "ReleaseID": 6887 - }, - { - "CreditType": "Music", - "ReleaseID": 709 - }, - { - "CreditType": "Graphics", - "ReleaseID": 709 - }, - { - "CreditType": "Idea", - "ReleaseID": 709 - }, - { - "CreditType": "Music", - "ReleaseID": 859 - }, - { - "CreditType": "Music", - "ReleaseID": 7750 - }, - { - "CreditType": "Music", - "ReleaseID": 8591 - }, - { - "CreditType": "Music", - "ReleaseID": 9985 - }, - { - "CreditType": "Code", - "ReleaseID": 6263 - }, - { - "CreditType": "Music", - "ReleaseID": 6263 - }, - { - "CreditType": "Graphics", - "ReleaseID": 6263 - }, - { - "CreditType": "Charset", - "ReleaseID": 6263 - }, - { - "CreditType": "Music", - "ReleaseID": 5086 - }, - { - "CreditType": "Graphics", - "ReleaseID": 5086 - }, - { - "CreditType": "Idea", - "ReleaseID": 5086 - }, - { - "CreditType": "Storyboard", - "ReleaseID": 5086 - }, - { - "CreditType": "Concept", - "ReleaseID": 5086 - }, - { - "CreditType": "Graphics", - "ReleaseID": 8205 - }, - { - "CreditType": "Music", - "ReleaseID": 13710 - }, - { - "CreditType": "Music", - "ReleaseID": 17470 - }, - { - "CreditType": "Text", - "ReleaseID": 5126 - }, - { - "CreditType": "Graphics", - "ReleaseID": 28704 - }, - { - "CreditType": "Graphics", - "ReleaseID": 36950 - }, - { - "CreditType": "Music", - "ReleaseID": 707 - }, - { - "CreditType": "Music", - "ReleaseID": 12841 - }, - { - "CreditType": "Music", - "ReleaseID": 73942 - }, - { - "CreditType": "Graphics", - "ReleaseID": 5088 - }, - { - "CreditType": "Music", - "ReleaseID": 82376 - }, - { - "CreditType": "Music", - "ReleaseID": 3380 - }, - { - "CreditType": "Graphics", - "ReleaseID": 5155 - }, - { - "CreditType": "Music", - "ReleaseID": 11399 - }, - { - "CreditType": "Music", - "ReleaseID": 15329 - }, - { - "CreditType": "Music", - "ReleaseID": 89507 - }, - { - "CreditType": "Graphics", - "ReleaseID": 89507 - }, - { - "CreditType": "Music", - "ReleaseID": 14610 - }, - { - "CreditType": "Music", - "ReleaseID": 94806 - }, - { - "CreditType": "Graphics", - "ReleaseID": 94806 - }, - { - "CreditType": "Design", - "ReleaseID": 94806 - }, - { - "CreditType": "Code", - "ReleaseID": 11367 - }, - { - "CreditType": "Music", - "ReleaseID": 11367 - }, - { - "CreditType": "Graphics", - "ReleaseID": 11367 - }, - { - "CreditType": "Music", - "ReleaseID": 2866 - }, - { - "CreditType": "Music", - "ReleaseID": 4809 - }, - { - "CreditType": "Graphics", - "ReleaseID": 4809 - }, - { - "CreditType": "Music", - "ReleaseID": 5199 - }, - { - "CreditType": "Music", - "ReleaseID": 5573 - }, - { - "CreditType": "Music", - "ReleaseID": 5993 - }, - { - "CreditType": "Interviewed", - "ReleaseID": 8555 - }, - { - "CreditType": "Music", - "ReleaseID": 102116 - }, - { - "CreditType": "Music", - "ReleaseID": 5200 - }, - { - "CreditType": "Graphics", - "ReleaseID": 3983 - }, - { - "CreditType": "Charset", - "ReleaseID": 3983 - }, - { - "CreditType": "Music", - "ReleaseID": 7211 - }, - { - "CreditType": "Graphics", - "ReleaseID": 7211 - }, - { - "CreditType": "Music", - "ReleaseID": 7436 - }, - { - "CreditType": "Music", - "ReleaseID": 103457 - }, - { - "CreditType": "Music", - "ReleaseID": 5201 - }, - { - "CreditType": "Graphics", - "ReleaseID": 103531 - }, - { - "CreditType": "Music", - "ReleaseID": 54821 - }, - { - "CreditType": "Music", - "ReleaseID": 11753 - }, - { - "CreditType": "Music", - "ReleaseID": 113892 - }, - { - "CreditType": "Music", - "ReleaseID": 11412 - }, - { - "CreditType": "Code", - "ReleaseID": 114344 - }, - { - "CreditType": "Music", - "ReleaseID": 114344 - }, - { - "CreditType": "Text", - "ReleaseID": 114344 - }, - { - "CreditType": "Charset", - "ReleaseID": 114344 - }, - { - "CreditType": "Graphics", - "ReleaseID": 117224 - }, - { - "CreditType": "Music", - "ReleaseID": 121733 - }, - { - "CreditType": "Music", - "ReleaseID": 35015 - }, - { - "CreditType": "Music", - "ReleaseID": 3055 - }, - { - "CreditType": "Music", - "ReleaseID": 5793 - }, - { - "CreditType": "Music", - "ReleaseID": 48348 - }, - { - "CreditType": "Music", - "ReleaseID": 151895 - }, - { - "CreditType": "Music", - "ReleaseID": 152331 - }, - { - "CreditType": "Code", - "ReleaseID": 168028 - }, - { - "CreditType": "Music", - "ReleaseID": 168028 - }, - { - "CreditType": "Graphics", - "ReleaseID": 168028 - }, - { - "CreditType": "Text", - "ReleaseID": 168028 - }, - { - "CreditType": "Music", - "ReleaseID": 168397 - }, - { - "CreditType": "Graphics", - "ReleaseID": 168397 - }, - { - "CreditType": "Music", - "ReleaseID": 175538 - }, - { - "CreditType": "Graphics", - "ReleaseID": 707 - }, - { - "CreditType": "Graphics", - "ReleaseID": 208776 - }, - { - "CreditType": "Music", - "ReleaseID": 214327 - } - ], - "AttendedEventIDs": [ - 210, - 158, - 524, - 31 - ], - "ScenerIDs": [ - 1063 - ] -} \ No newline at end of file diff --git a/data/release/1/release.1.json b/data/release/1/release.1.json deleted file mode 100644 index 303aaa6..0000000 --- a/data/release/1/release.1.json +++ /dev/null @@ -1,132 +0,0 @@ -{ - "ID": 1, - "Name": "Embryo", - "Type": "C64 Demo", - "ReleasedAt": 8, - "Achievement": { - "Compo": "C64 Demo", - "Place": "2" - }, - "Rating": 7.25, - "ScreenShot": "https://csdb.dk/gfx/releases/1/1.gif", - "ReleasedBy": { - "GroupIDs": [ - 5 - ] - }, - "Credits": [ - { - "CreditType": "Graphics", - "HandleID": 1617 - }, - { - "CreditType": "Music", - "HandleID": 617 - }, - { - "CreditType": "Graphics", - "HandleID": 1185 - }, - { - "CreditType": "Music", - "HandleID": 1651 - }, - { - "CreditType": "Music", - "HandleID": 1652 - }, - { - "CreditType": "Graphics", - "HandleID": 8581 - }, - { - "CreditType": "Graphics", - "HandleID": 8137 - }, - { - "CreditType": "Graphics", - "HandleID": 5262 - }, - { - "CreditType": "Music", - "HandleID": 1687 - }, - { - "CreditType": "Code", - "HandleID": 124 - }, - { - "CreditType": "Charset", - "HandleID": 124 - }, - { - "CreditType": "Loader", - "HandleID": 124 - } - ], - "DownloadLinks": [ - { - "Link": "ftp://c64.rulez.org/pub/c64/Demos/p/Padua/Embyro.zip", - "CounterLink": "https://csdb.dk/release/download.php?id=4434", - "Downloads": "463", - "Status": "Ok" - }, - { - "Link": "ftp://ftp.padua.org/pub/c64/Demos/pal/padua/embryo.zip", - "CounterLink": "https://csdb.dk/release/download.php?id=8", - "Downloads": "2859", - "Status": "Ok" - }, - { - "Link": "http://csdb.dk/getinternalfile.php/58016/padua_embryo.zip", - "CounterLink": "https://csdb.dk/release/download.php?id=80138", - "Downloads": "444", - "Status": "Ok" - }, - { - "Link": "http://www.demodungeon.com/zip/padua_embryo.zip", - "CounterLink": "https://csdb.dk/release/download.php?id=17406", - "Downloads": "454", - "Status": "Ok" - } - ], - "Comments": [ - { - "UserComment": [ - { - "Date": 1171692000, - "Text": "Ok, replaced the crappy screenshot by an animated GIF with 14 out of 38 frames (no room for more).", - "ScenerID": 526 - }, - { - "Date": 1163138400, - "Text": "huh, someone crying for LESS effects ? :D faster space would save it alone :)", - "ScenerID": 420 - }, - { - "Date": 1144126800, - "Text": "nice effects, but the demo is tooooo looooong and tooooo sloooooow... less effects and more speed would have made this a very good!", - "ScenerID": 300 - } - ] - } - ], - "ReleaseDate": [ - { - "Day": 15, - "Month": 4, - "Year": 2001 - } - ], - "SIDIDs": [ - 14479, - 27509, - 14485, - 15932, - 14500, - 14472, - 14499, - 29569, - 15936 - ] -} \ No newline at end of file diff --git a/data/scener/1063/scener.1063.json b/data/scener/1063/scener.1063.json deleted file mode 100644 index 27aee47..0000000 --- a/data/scener/1063/scener.1063.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "ID": 1063, - "Country": "Belgium", - "Handles": [ - { - "Handle": [ - { - "ID": "8581" - }, - { - "ID": "1079", - "Handle": "_V_", - "AKA": "V", - "CurrentlyUsedHandle": "true", - "HandleStory": "Clarity and simplicity.", - "Scener": { - "ID": "1063" - }, - "FreelanceFunctions": { - "Function": [ - "Author", - "Diskmag Editor", - "Fullscreen Graphician", - "Graphician", - "Logo Graphician", - "Musician" - ] - } - } - ] - } - ] -} \ No newline at end of file diff --git a/data/scener/113/scener.113.json b/data/scener/113/scener.113.json deleted file mode 100644 index bc035c8..0000000 --- a/data/scener/113/scener.113.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "ID": 113, - "Country": "Germany", - "HandleIDs": [ - 124 - ] -} \ No newline at end of file diff --git a/data/scener/1173/scener.1173.json b/data/scener/1173/scener.1173.json deleted file mode 100644 index 8ba6360..0000000 --- a/data/scener/1173/scener.1173.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "ID": 1173, - "Country": "Greece", - "HandleIDs": [ - 1185 - ] -} \ No newline at end of file diff --git a/data/scener/1605/scener.1605.json b/data/scener/1605/scener.1605.json deleted file mode 100644 index 4e0dab9..0000000 --- a/data/scener/1605/scener.1605.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "ID": 1605, - "Trivia": "\"The opened outline is able to capture something of our secret thoughts and its permutative behaviour. We can recognize an item here and there but the line always glides further with unlimited combination of associations. Curves of the consiousness, curves of the subconcious.\" - someone from Wrath Design", - "Handles": [ - { - "Handle": [ - { - "ID": "1617", - "Handle": "Jailbird", - "CurrentlyUsedHandle": "true", - "Scener": { - "ID": "1605" - }, - "FreelanceFunctions": { - "Function": "Graphician" - } - }, - { - "ID": "28933" - } - ] - } - ] -} \ No newline at end of file diff --git a/data/scener/1639/scener.1639.json b/data/scener/1639/scener.1639.json deleted file mode 100644 index 94978f0..0000000 --- a/data/scener/1639/scener.1639.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "ID": 1639, - "Country": "Germany", - "Trivia": "Handle change from Mc Moneysack to Steel mentioned in <release id=212933>.\n\nCo-Founder of Success\n\nLeft the scene in 1993 and became a renowned graffiti artist.\n\nCame back to the scene in 2016.\n\nA small documentation from 2019 about his graffiti and c64 heritage is available on the website of tv channel ARTE:\nhttps://www.arte.tv/de/videos/085941-005-A/5-minutes-with-kent/\nor on Youtube:\nhttps://www.youtube.com/watch?v=TRyFd8wPuMk", - "Handles": [ - { - "Handle": [ - { - "ID": "27184" - }, - { - "ID": "1651", - "Handle": "Steel", - "CurrentlyUsedHandle": "true", - "Scener": { - "ID": "1639" - }, - "FreelanceFunctions": { - "Function": [ - "Musician", - "Swapper" - ] - } - } - ] - } - ] -} \ No newline at end of file diff --git a/data/scener/1640/scener.1640.json b/data/scener/1640/scener.1640.json deleted file mode 100644 index a0ce3e5..0000000 --- a/data/scener/1640/scener.1640.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "ID": 1640, - "Country": "France", - "HandleIDs": [ - 1652 - ] -} \ No newline at end of file diff --git a/data/scener/1675/scener.1675.json b/data/scener/1675/scener.1675.json deleted file mode 100644 index 66e1d03..0000000 --- a/data/scener/1675/scener.1675.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "ID": 1675, - "Country": "Poland", - "Trivia": "<release id=5297> mentions that he became a member of Padua.", - "HandleIDs": [ - 1687 - ] -} \ No newline at end of file diff --git a/data/scener/5041/scener.5041.json b/data/scener/5041/scener.5041.json deleted file mode 100644 index 7ea1515..0000000 --- a/data/scener/5041/scener.5041.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "ID": 5041, - "Country": "Germany", - "Handles": [ - { - "Handle": [ - { - "ID": "5442" - }, - { - "ID": "5262", - "Handle": "Hi-Lite", - "CurrentlyUsedHandle": "true", - "Scener": { - "ID": "5041" - }, - "FreelanceFunctions": { - "Function": [ - "Coder", - "Graphician", - "Swapper" - ] - } - } - ] - } - ] -} \ No newline at end of file diff --git a/data/scener/601/scener.601.json b/data/scener/601/scener.601.json deleted file mode 100644 index 62f7377..0000000 --- a/data/scener/601/scener.601.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "ID": 601, - "Country": "Sweden", - "Trivia": "Left <group id=132> in April 1990 to form Circle System together with <scener id=3135> (see <release id=29979>).\n\nLeft <group id=663> in March 1991 to join <group id=5> (see <release id=8601>).", - "Handles": [ - { - "Handle": [ - { - "ID": "617", - "Handle": "Jadawin", - "CurrentlyUsedHandle": "true", - "Scener": { - "ID": "601" - }, - "FreelanceFunctions": { - "Function": [ - "Coder", - "Cracker", - "Musician", - "Swapper" - ] - } - }, - { - "ID": "16708" - } - ] - } - ] -} \ No newline at end of file diff --git a/data/scener/7406/scener.7406.json b/data/scener/7406/scener.7406.json deleted file mode 100644 index 685bd85..0000000 --- a/data/scener/7406/scener.7406.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "ID": 7406, - "Country": "Germany", - "Trivia": "Legal only\nEx-Skyhigh, Domination, Newspress editor", - "Handles": [ - { - "Handle": [ - { - "ID": "4422", - "Handle": "Bauknecht", - "CurrentlyUsedHandle": "false", - "HandleStory": "Just another fridge, like AEG", - "Scener": { - "ID": "7406" - }, - "FreelanceFunctions": { - "Function": [ - "Coder", - "Cracker", - "Graphician" - ] - } - }, - { - "ID": "8649" - }, - { - "ID": "8137", - "Handle": "Cupid", - "CurrentlyUsedHandle": "true", - "Scener": { - "ID": "7406" - }, - "FreelanceFunctions": { - "Function": [ - "Fullscreen Graphician", - "Graphician", - "Logo Graphician" - ] - } - } - ] - } - ] -} \ No newline at end of file diff --git a/data/sid/14472/sid.14472.json b/data/sid/14472/sid.14472.json deleted file mode 100644 index f93d252..0000000 --- a/data/sid/14472/sid.14472.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "ID": 14472, - "HVSCPath": "/MUSICIANS/H/Harmony_Productions/And_Light.sid", - "Name": "And Light", - "Author": "Ludovic Llorca (Harmony Prods)", - "Released": "1992 Padua", - "LoadAddr": 4096, - "InitAddr": 4168, - "PlayAddr": 4129, - "NOSongs": 1, - "DefaultSong": 1, - "SIDModel": "Unknown", - "ClockSpeed": "PAL", - "DataSize": 3717, - "ReleaseIDs": [ - 1 - ] -} \ No newline at end of file diff --git a/data/sid/14479/sid.14479.json b/data/sid/14479/sid.14479.json deleted file mode 100644 index bdd9e52..0000000 --- a/data/sid/14479/sid.14479.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "ID": 14479, - "HVSCPath": "/MUSICIANS/H/Harmony_Productions/Darkness.sid", - "Name": "Darkness", - "Author": "Ludovic Llorca (Harmony Prods)", - "Released": "1992 Padua", - "LoadAddr": 4096, - "InitAddr": 4168, - "PlayAddr": 4129, - "NOSongs": 1, - "DefaultSong": 1, - "SIDModel": "Unknown", - "ClockSpeed": "PAL", - "DataSize": 3844, - "ReleaseIDs": [ - 1, - 216578 - ] -} \ No newline at end of file diff --git a/data/sid/14485/sid.14485.json b/data/sid/14485/sid.14485.json deleted file mode 100644 index b61f4d2..0000000 --- a/data/sid/14485/sid.14485.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "ID": 14485, - "HVSCPath": "/MUSICIANS/H/Harmony_Productions/Fist.sid", - "Name": "The Fist", - "Author": "Ludovic Llorca (Harmony Prods)", - "Released": "1990 SHAPE/Warriors of Time", - "LoadAddr": 4096, - "InitAddr": 4168, - "PlayAddr": 4129, - "NOSongs": 1, - "DefaultSong": 1, - "SIDModel": "Unknown", - "ClockSpeed": "PAL", - "DataSize": 2857, - "ReleaseIDs": [ - 1, - 541, - 11292 - ] -} \ No newline at end of file diff --git a/data/sid/14499/sid.14499.json b/data/sid/14499/sid.14499.json deleted file mode 100644 index b4c2e50..0000000 --- a/data/sid/14499/sid.14499.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "ID": 14499, - "HVSCPath": "/MUSICIANS/H/Harmony_Productions/Mind_Control.sid", - "Name": "Mind Control", - "Author": "Ludovic Llorca (Harmony Prods)", - "Released": "1991 Harmony Productions", - "LoadAddr": 4096, - "InitAddr": 4168, - "PlayAddr": 4129, - "NOSongs": 1, - "DefaultSong": 1, - "SIDModel": "Unknown", - "ClockSpeed": "PAL", - "DataSize": 3840, - "ReleaseIDs": [ - 1, - 5915, - 7109, - 835, - 8002, - 91192, - 99910, - 5860, - 44194, - 125529, - 36948, - 82577, - 135816, - 139282, - 145663, - 107313, - 170395, - 208150, - 208287 - ] -} \ No newline at end of file diff --git a/data/sid/14500/sid.14500.json b/data/sid/14500/sid.14500.json deleted file mode 100644 index 1c9661c..0000000 --- a/data/sid/14500/sid.14500.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "ID": 14500, - "HVSCPath": "/MUSICIANS/H/Harmony_Productions/Mon_Bass_Remix.sid", - "Name": "Mon Bass Remix", - "Author": "Ludovic Llorca (Harmony Prods)", - "Released": "1992 Padua", - "LoadAddr": 4096, - "InitAddr": 4168, - "PlayAddr": 4129, - "NOSongs": 1, - "DefaultSong": 1, - "SIDModel": "Unknown", - "ClockSpeed": "PAL", - "DataSize": 4949, - "ReleaseIDs": [ - 1 - ] -} \ No newline at end of file diff --git a/data/sid/15932/sid.15932.json b/data/sid/15932/sid.15932.json deleted file mode 100644 index a761862..0000000 --- a/data/sid/15932/sid.15932.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "ID": 15932, - "HVSCPath": "/MUSICIANS/J/Jadawin/Darkcell.sid", - "Name": "Darkcell", - "Author": "Kalle Norrman (Jadawin)", - "Released": "1995 Padua", - "LoadAddr": 4096, - "InitAddr": 4096, - "PlayAddr": 4099, - "NOSongs": 1, - "DefaultSong": 1, - "SIDModel": "Unknown", - "ClockSpeed": "PAL", - "DataSize": 3251, - "ReleaseIDs": [ - 1 - ] -} \ No newline at end of file diff --git a/data/sid/15936/sid.15936.json b/data/sid/15936/sid.15936.json deleted file mode 100644 index accad04..0000000 --- a/data/sid/15936/sid.15936.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "ID": 15936, - "HVSCPath": "/MUSICIANS/J/Jadawin/Meant_No_Harm.sid", - "Name": "Meant No Harm", - "Author": "Kalle Norrman (Jadawin)", - "Released": "1998 Padua", - "LoadAddr": 4096, - "InitAddr": 4096, - "PlayAddr": 4099, - "NOSongs": 1, - "DefaultSong": 1, - "SIDModel": "Unknown", - "ClockSpeed": "PAL", - "DataSize": 4832, - "ReleaseIDs": [ - 1 - ] -} \ No newline at end of file diff --git a/data/sid/27509/sid.27509.json b/data/sid/27509/sid.27509.json deleted file mode 100644 index e21e45e..0000000 --- a/data/sid/27509/sid.27509.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "ID": 27509, - "HVSCPath": "/MUSICIANS/S/Smart_Monkey/Funky_Tonk.sid", - "Name": "Funky Tonk", - "Author": "Arkadiusz Zych (Smart Monkey)", - "Released": "1992 Nebula", - "LoadAddr": 4096, - "InitAddr": 4096, - "PlayAddr": 4099, - "NOSongs": 1, - "DefaultSong": 1, - "SIDModel": "6581", - "ClockSpeed": "PAL", - "DataSize": 3156, - "ReleaseIDs": [ - 1, - 67901 - ] -} \ No newline at end of file diff --git a/data/sid/29569/sid.29569.json b/data/sid/29569/sid.29569.json deleted file mode 100644 index 0ed8887..0000000 --- a/data/sid/29569/sid.29569.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "ID": 29569, - "HVSCPath": "/MUSICIANS/T/Tracker/Maruder.sid", - "Name": "Maruder", - "Author": "Wojciech Wojtkiewicz (Tracker)", - "Released": "1991 Padua", - "LoadAddr": 4096, - "InitAddr": 4096, - "PlayAddr": 4099, - "NOSongs": 1, - "DefaultSong": 1, - "SIDModel": "6581", - "ClockSpeed": "PAL", - "DataSize": 2813, - "ReleaseIDs": [ - 1, - 23649, - 93208, - 67901, - 7430, - 48287, - 82618, - 15273 - ] -} \ No newline at end of file diff --git a/data/tags.crack.md b/data/tags.crack.md new file mode 100644 index 0000000..9109f52 --- /dev/null +++ b/data/tags.crack.md @@ -0,0 +1,147 @@ +"boolean" properties (checkboxes): +---------------------------------- + +[recrack] not a genuine crack (*1) +[import] imported from/to another country (usually us<->eu) (*1) +[firstrelease] first released crack +[one filed] one-filed version of originally multi filed game +[one sided] one-sided version of originally two (or more) sided game +[preview] - unfinished preview + +*1) if ticked, it should be possible to add the csdb id of the original crack, + so a link to it can be shown + +[auto naming override] disable auto-naming, see below. + + +single selection properties: +---------------------------- + +[video system] + unknown + any + PAL + NTSC + PAL/NTSC fixed +F + NTSC/PAL fixed +F + +[release proper] + ok + broken indicates a broken/not (fully) working crack. (unlike + "corrupted file", which indicates a broken file) + 100% when no previously released crack worked + 101% when bugs present in the original where fixed and/or + features where added (like 2 players) + + +multiple selection properties: +------------------------------ + +[extra features] + IFFL + fastloader + hi saver +H + translated +T + +[extra hardware support] + REU +R + IDE64 +I + MMC64 + GEORAM + 1581 + 4 Player +J 4 Player joystick adapter support + Easyflash + +[included files] + intro game intro + picture loading picture + music music rip + +[included documentation] + docs +D includes general documentation + passwords +P includes list of passwords + walkthrough +W includes walkthrough + map includes map + +integer properties: +------------------- + +[trainers] number of trainers + +-------------------------------------------------------------------------------- +release naming +-------------------------------------------------------------------------------- + +generally the release title/name should ONLY contain the actual name of the +respective game, and no other information. ("delta", not "delta +4HI") + +now when the release title is displayed, some information from the properties +above are used to generate "scene like" names: + +- first comes the game name +- if [preview] is true, then a minus sign is appended +- (space) +- if any trainers or any of the properties associated with a letter above is + selected, a plus sign follow by all associated letters is added. + - the number of trainers always comes first ("delta +4H" not "delta +H4") + - as a special case, if only one trainer and no other properties associated + with a letter is selected, the "1" after the plus sign is dropped + ("delta +" not "delta +1") +- (space) +- if [release proper] is "100%" or "101%" the respective string is appended + +if [auto naming override] is selected, the above does not apply and the release +title will shown as is. this is to properly represent release names that are +very hard to put into the above scheme ("delta +10HI 95%FIX") + +================================================================================ +References +================================================================================ + +from "New Int. Standard" (http://csdb.dk/release/?id=10236) + ++ normal unlimited lives trainer +++ from leveltrainer to long trainer menu ++m more trainer-functions, which can be changed while game is playing + +- for previews and unfinished games +% instruction file + +100% when no other cracked-version works +101% when a game had got new and better features than the original + +-------------------------------------------------------------------------------- + + ! = Picture + # = Instructions + % = Intro + & = Music + - = Preview + + H = Highscore saver added + + No real standardization on this one, I've found both "+2H" and "+2+H". Also HI, + HIGH and HS have been used instead of only H. + + +M was for the in-game trainer like Levelskip etc. but hardly used anymore after + 1990... Often people couldnt agreed if a levelskip meant +M or +1M which means + if they got 4 trainers some people ment it was +4M and other +5M. + It is uncertain when they stopped using the +M / ++ way to mark trainers. + + +F or FX or FIX is also used for NTSC/PAL fixing + + +P or +PW = Password file + +-------------------------------------------------------------------------------- + ++R = REU ++D = docs ++I = ide64 ++T = translated ++J = 3/4 player joystick compat ++W = walkthrough ++P = Password file + +nostalgia didn't use +M for map, cuz it already means megatrainer from old times + + \ No newline at end of file diff --git a/data/tags.general.md b/data/tags.general.md new file mode 100644 index 0000000..d6b7494 --- /dev/null +++ b/data/tags.general.md @@ -0,0 +1,26 @@ +app +basic +bbs +charts +collection +cover +crack +demo +disk +diskmag +fake +game +graphics +intro +invitation +misc +music +one-file +other +papermag +platform +preview +related +software +tool +votesheet \ No newline at end of file diff --git a/data/tags.graphics.md b/data/tags.graphics.md new file mode 100644 index 0000000..6ce3e34 --- /dev/null +++ b/data/tags.graphics.md @@ -0,0 +1,15 @@ +advanced +asslace +escos +fli +hires +ifli +interlaced +mufli +multicolor +nufli +petscii +sprites +super +ufli +uifli \ No newline at end of file diff --git a/data/tags.hardware.md b/data/tags.hardware.md new file mode 100644 index 0000000..f06e17d --- /dev/null +++ b/data/tags.hardware.md @@ -0,0 +1,6 @@ +dtv +easyflash +hardware +ide64 +reu +supercpu \ No newline at end of file diff --git a/data/tags.language.me b/data/tags.language.me new file mode 100644 index 0000000..950278b --- /dev/null +++ b/data/tags.language.me @@ -0,0 +1,6 @@ +de +en +it +nl +pl +tr \ No newline at end of file diff --git a/data/tags.media.md b/data/tags.media.md new file mode 100644 index 0000000..74f6dc2 --- /dev/null +++ b/data/tags.media.md @@ -0,0 +1,22 @@ +crt +d41 +d64 +d71 +d80 +d81 +d82 +d8b +dhd +dnp +g64 +g71 +htap +kla +koa +ocp +p00 +prg +scp +sid +t64 +tap \ No newline at end of file diff --git a/data/tags.restrictions.md b/data/tags.restrictions.md new file mode 100644 index 0000000..3231ebe --- /dev/null +++ b/data/tags.restrictions.md @@ -0,0 +1,6 @@ +1k +256b +2k +32k +4k +512b \ No newline at end of file diff --git a/data/tags.system.md b/data/tags.system.md new file mode 100644 index 0000000..5e14259 --- /dev/null +++ b/data/tags.system.md @@ -0,0 +1,3 @@ +c64 +vic20 +c128 \ No newline at end of file diff --git a/data/tags.video.md b/data/tags.video.md new file mode 100644 index 0000000..53aaaa8 --- /dev/null +++ b/data/tags.video.md @@ -0,0 +1,2 @@ +ntsc +pal \ No newline at end of file