Leon Scott Kennedy
09-22-2014, 06:09 PM
Get back on track, folks.
Get back on track, folks.
But.. but this is Final Fantasy Shrine.
Uvogin
09-22-2014, 11:36 PM
Hi, I'm not sure if I can ask this here but does anyone know how to rip DVD into smaller size like mp4 or mkv? I got a couple of bonus DVD that comes with soundtrack but when I "ISO" it, each rip takes like 4GB+. Right now I'm kinda running out of HD space so need them compressed.
Try Handbrake (
https://handbrake.fr/downloads.php), it should get the job done.
Use these settings w/ MKV (credits to PTP):
1. Establishing A Working Environment
1.1. You’ll definitely need...
Handbrake (Windows, Mac, Linux, open-source) The current release or nightlies can be used
MediaInfo (Windows, Mac, Linux, freeware)
Playback software like VLC or MPC-HC
2.2.1. Picture
This is the first tab selected when you open Handbrake. This allows you to change cropping and the size. The standard for a HANDJOB requires that all x264 encodes from SD sources (i.e.: DVDs) are not to be resized. To meet these standards, your settings should look like this.
-Anamorphic: Strict
-Keep Aspect Ratio: Checked
-Cropping: Automatic (We may have to change this later after test encodes)
2.2.2. Video Filters
Generally you want to have Deinterlace set to off, Detelecine set to default, Decomb set to default to let Handbrake determine what to do to the video. These filters (or lack thereof) are often the culprits of dropped frames (sometimes leading to stuttered playback), or poor picture quality if improperly used. They usually do the right thing.
2.2.3. Video
Video Codec: should be set to H.264 (x264)
Framerate: The proper frame rate for your encode depends on the source. 23.976 is used for most NTSC movies and 29.970 is often used for NTSC documentaries and other TV-based media. PAL media is always at 25 fps. See NTSC vs. PAL on Wikipedia. After you perform and watch a test encode, we can determine if the proper frame rate was selected.
Go through the preview frame by frame ( arrowkey in MPC ). If in every 5 frames there is a double frame, change the framerate manually to 23.976 and use constant framerate. If there’s no double frames, leave it at 29.970 fps.
Constant Quality: Should be selected. 19 is a good value to start out with here. This is something you’ll need to adjust for each specific source. A higher CQ/CRF number effectively means lower quality. A lower CRF number means higher quality and a higher bit rate. Increase your CRF value if your encode's bit rate exceeds 3000 Kbps.
Make sure you check the “Use Advanced Tab instead” checkbox if you see one.
2.2.8. Advanced
The these settings are based on the ones found in COJ’s guide with corrections (mostly to meet PTP’s minimum settings). These are to be placed in the “x264 Encoder Options” box at the bottom of the window.
ref=9:mixed-refs=1:b-adapt=2:bframes=6:weightb=1:direct=auto:me=umh:sub q=9:analyse=all:8x8dct=1:trellis=2:no-fast-pskip=1:psy-rd=1,0:merange=24:deblock=-3,-3:rc-lookahead=60:aq-strength=1.0:b-pyramid=2
Here are some faster settings that will meet the bare minimum settings required. This is only recommended if higher quality settings are too slow for your computer. You can adjust these to be even faster and still meet the minimum requirements, but this would make too many sacrifices to quality and compression.
ref=9:mixed-refs=1:b-adapt=2:bframes=5:weightb=1:direct=auto:me=umh:sub q=7:analyse=all:8x8dct=1:trellis=2:no-fast-pskip=1:psy-rd=1,0:merange=24:deblock=-3,-3:rc-lookahead=30
Aside: These settings will be the basic parameters you will start out with. You'll want to buff these up. They’ll get you through your first few encodes. Every source is different and you may (you probably will) need to adjust these settings if you wish to achieve the highest quality encode possible. There are very few one-size-fits-all settings.
Once you have configured these base settings, hit Add to save it as a preset so you don’t have to go through them all again. Make sure save filter settings is checked to ensure that all the settings are saved.
4. Test Encodes
4.1. Advanced configuration
After mastering the basic encode procedure you can further tweak your settings to create more transparent encodes. Though this configuration goes beyond the requirements for a HANDJOB they should be followed to produce better encodes.
4.2. Selecting proper B-frames and Ref-Frames
Mac OS X, Advanced x264 Encoding Guide Credit to MrMaybePayme
Making sure you have your Activity Window open, return to the main Video tab of handbrake. Set the Constant Quality slider to in between 17 and 19. Now choose Frames from the Source option and select around 4000 frames from the middle of the movie. This will make sure that the encoder only encodes a small portion of the movie, making it easier to find the right settings to encode.
Click start and wait for the encode to finish. Now, open the Activity Window and you should see something very similar to this.
From this we will be able to determine how many reference frames and b-frames are needed for this encode.
For b-frames, look at the following line:
x264 [info]: consecutive B-frames: 1.1% 0.8% 2.5% 17.9% 19.8% 42.7% 8.3% 5.0% 1.4% 0.3% 0.0% 0.3% 0.0% 0.0% 0.0% 0.0% 0.0%
This lists how often 0-16 b-frames were encoded in succession, it is a good idea to use the b-frame setting that is the last value in the last with a percentage greater than 1.0%. The last value here above 1% would be 1.4% which is in the ninth place. You then take this (meaning nine, for ninth place) minus 1. So, in the case of this encode, the ideal value is 8. It is okay to use more than the “required” number of b-frames as determined through testing as x264 will only use as many as it needs. Increasing the number of b-frames will increase encode time but it may not increase quality if you go above the tested value. Always setting bframes to 16 will ensure the optimal number of bframes are used but will increase encoding time.
For 576p, 720p, and 1080p encodes only use the following equation to determine the number of reference frames to use. Round down.
ref=8388608 / (encodeWidth * encodeHeight)
Now that you have the correct b-frame and reference frame settings, return to the Advanced tab in Handbrake and input whatever values you found from the x264 log.
Edit: After you install Handbrake, you will have to go to Tools > Options and enable "Show Advanced Tab" in order to view the "x264 Encoder Options."
For audio it's probably best to demux it from your DVD, then merge it to your MKV. If your DVD ripper can't do this, try PgcDemux (
http://www.videohelp.com/tools/PgcDemux). To merge them use MKVtoolnix (
http://www.videohelp.com/tools/MKVtoolnix).
If detelecine/decomb proves unsatisfactory, then there are more advanced options you can try. Just PM me and I'll try to help you out.
damekk
09-23-2014, 03:02 AM
Hi, I'm not sure if I can ask this here but does anyone know how to rip DVD into smaller size like mp4 or mkv? I got a couple of bonus DVD that comes with soundtrack but when I "ISO" it, each rip takes like 4GB+. Right now I'm kinda running out of HD space so need them compressed.
If you want to rip DVD,you can try MEGUI, but I don't recommend ripping DVD. Ripping DVD is a complicated process, and If you want to rip DVD, you also need to save DVD iso on your HDD, so you can upload iso. Since you have DVD, you don't need to save mkv on your HDD.
XeRo9009
09-23-2014, 03:08 AM
Just did a game rip of Claw:
Thread 180042 in FLAC of course.

NCFirebolt21
09-23-2014, 03:47 AM
^Thanks for the Claw rip, been trying to get a hold of that soundtrack for so long! :D
zaykho
09-23-2014, 04:38 AM

(
http://www.hostingpics.net/viewer.php?id=410214badaboom.png)
Finishing some mixing here and here, I think I will release one of those 2 gamerip today :p
@Uvogin
Thanks for replying, however I followed the guide but converted file looks like this, something must be wrong with my environment...
@damekk
Yp, its complicated and thanks for another recommendation > < the reason I'm asking is that I plan to share it here but since I can't figure out, I'll just share as ISO.
These are the DVD that I was trying to rip, Atelier Ayesha, Escha&Logy, Shallie Recollection Archives (
http://vgmdb.net/search?q=recollection+archive) disc art is lovely = )
World guide is just a drama CD

Uvogin
09-23-2014, 05:16 AM
@Uvogin
Thanks for replying, however I followed the guide but converted file looks like this, something must be wrong with my environment...
Try using PgcDemux to demux the video stream first (test that it plays fine) then load that in Handbrake. Use the video's length to determine what's what in PgcDemux.
Edit: Alternatively, you could just remux the video and audio stream from PgcDemux together into an MKV. That should provide a smaller file than an ISO, and you don't have to worry about quality loss.
DonPizza
09-23-2014, 08:17 AM
TPR - A Melancholy Tribute To The Legend Of Zelda: Ocarina Of Time
A Melancholy Tribute to The Legend of Zelda: Ocarina of Time - VGMdb (
http://vgmdb.net/album/48246)
And here's the download link, enjoy!
https://mega.co.nz/#!79hBkbLJ!nABLxk46CaCOZtcXo7ldlFHU_Ln601W5FrHwxMo 7vJA
Rance series music collection, battle theme of this game sounds like this (
http://www.youtube.com/watch?v=bEj1Xz49WsI)
https://lh4.googleusercontent.com/-NOhV5QIeM2o/VCFSl--zVJI/AAAAAAAACL0/1Dx3115qOjI/s500/gfhfgfgjj.JPG
R. Rance Series Arrange CD
FLAC | SPLIT | SCAN | | 361.7MB
(
https://mega.co.nz/#!6wkX0CqI!ZwcSVX2Wkj_U_hEM0lsmoR-KfQAKJQiE38eBQMgLdag)
Almost guilty gear ^

R.evolution Rance IX Arrange Collection
FLAC | SPLIT | SCAN | | 278.5MB
(
https://mega.co.nz/#!qwdkHKiI!q1fAx6L0aF5ZDDiaup8-gbv7-zljDk5pJNvJZ-_04R8)
Added complete scan ^

Alice Sound Album Vol. 25 Rance IX The Helman Revolution
FLAC | SPLIT | SCAN | 661.7MB
(
https://mega.co.nz/#!u1dl0agR!w9n4DNNZMNp9cQaxTPbIYK2-EQYwrRp5Y2cym5HT6LQ)
Fixed title ^

Alice Sound Album Vol. 22 - Rance Quest
FLAC | SPLIT | SCAN | 696.5MB
(
https://mega.co.nz/#!H0tAzRhT!AwKYKht2mAXjLJeA9Gbg7CpH0Z8jGewp9kjQ9qu qlqs)

Alice Sound Album Vol. 10 - Sengoku Rance
FLAC | SPLIT | SCAN | 482.3MB
(
https://mega.co.nz/#!a9VyxK4a!egV4fGsk7JvBSJvTwsP9quJRrse4B3WkOvAlRDO DBek)
Probably has the best battle theme among the series ^

Alice Sound Album Vol. 05 - Rance VI Collapse of Zeth
FLAC | SPLIT | SCAN | 442.5MB
(
https://mega.co.nz/#!y0klDCoZ!YpZUAiUhKjR1ktqPzbLlYhgHct3vI664oEg89L2 3Al4)

Alice Sound Collection 08
FLAC | SPLIT | SCAN | 885.5MB
(
https://mega.co.nz/#!zsEyyQwA!fcGh3jBp8I6EPT-3jmnYYatRKCjkwfZBYt_1g52e-hg)
Arrnage album of various games which includes Rance series ^

OOAS-1003 | HIGH! - VGMdb (
http://vgmdb.net/album/22067)
Still searching for lossless ^
Myrkul
09-23-2014, 03:56 PM
No VGMdb entry yet, so I'll just link the loudr.fm page A Melancholy Tribute To The Legend Of Zelda: Ocarina Of Time | TPR (
http://loudr.fm/release/a-melancholy-tribute-to-the-legend-of-zelda-ocarina-of-time/UCHSa)
I just added it to vgmdb (
http://vgmdb.net/album/48246), thanks for the music too ;)
I'd like to thank every person that contributes in this thread. Good job guys.
If you want me to add a specific album to vgmdb, let me know (you can pm me).
Vegeta
09-24-2014, 09:32 AM
This seemed kinda interesting..
Sonic Series | JD Harding (
http://jdharding.bandcamp.com/album/sonic-series)
Krispy
09-24-2014, 01:21 PM
FileSwap.com : FileSwap.com: ????? (
http://www.fileswap.com/folder/CsGDdMGo/?v=list)
Contains a bunch of Capcom OSTs I can't read Japanese but I see a lot of Rockmans in there...
QMarks
09-24-2014, 04:44 PM
@Krispy All of them seems to be Mega Man related.
gundam_guy_99
09-24-2014, 07:38 PM
I was wondering, is there a ban on Touhou and it's related music? Or is there just no interest? I have a few flac albums of a band that has done covers/I think original compositions that I could put up.
Neo_Chip
09-24-2014, 10:24 PM
This seemed kinda interesting..
Sonic Series | JD Harding (
http://jdharding.bandcamp.com/album/sonic-series)
I'd forgotten how great the music was in Sonic 3D Blast I haven't played that in years.
Maxwill
09-25-2014, 10:14 AM

Fragments of Memories: A Melancholy Tribute To Final Fantasy VIII
Album Information (
http://vgmdb.net/album/40061)
Format: FLAC
Artist: TPR
Composer: Nobuo Uematsu
After searching, I discovered that this one wasn't available here, only a 14-track MP3 version, so I decided to buy it myself, as I really enjoyed the other albums from TPR. Besides, FFVIII is one of my all-time favorite games from the series :)
Download Link (
https://mega.co.nz/#!H0hxFTqL!GQqsEmOdvclYIhrYggLIQS67il3VGPgaSb3CFUs dfz8)
Enjoy! And please support these artists if you like their music! ;)
QMarks
09-25-2014, 01:41 PM
I was wondering, is there a ban on Touhou and it's related music? Or is there just no interest? I have a few flac albums of a band that has done covers/I think original compositions that I could put up.
Seems to just be a lack of interest over here. Most people looking for Touhou stuff tend to go to other places like doujinstyle.
eleriaqueen
09-25-2014, 03:31 PM
~6-7 years ago I was a touhou nut (both games and music) and collected almost everything touhou related, I recently re-arranged and cleaned my (digital) music so I deleted a lot of stuff that was just meh and quite a few touhou albums were shafted (a good chunck were lossless). I mostly kept IOSYS and TAMUSIC - related albums.
My interest shifted away from touhou and it is now on a broader range of music.
gundam_guy_99
09-25-2014, 09:43 PM
~6-7 years ago I was a touhou nut (both games and music) and collected almost everything touhou related, I recently re-arranged and cleaned my (digital) music so I deleted a lot of stuff that was just meh and quite a few touhou albums were shafted (a good chunck were lossless). I mostly kept IOSYS and TAMUSIC - related albums.
My interest shifted away from touhou and it is now on a broader range of music.
Ahh I see. I really only have the game soundtracks and a few fan albums (jazz, chiptune, metal). Most of that's MP3, there's just a Touhou power metal band called Iron Attack that I had really started liking so I ended up grabbing flac albums of them. Thanks for the heads up though.
And as always, continue the sharing guys, I truly appreciate it :D
lvalice2
09-25-2014, 09:49 PM
Probably not much of interest because most Touhou albums are amateur covers and tributes and are limited printed around comiket events. Not alot of officially licensed stuff means not alot of interest. I'm sure more people would be interested if they posted official OSTs or lossless gamerips.
ManRay
09-26-2014, 12:07 AM
Omg, this is so good & informative, Documentary about Japanese Video Game Music, really interesting to watch !! Highly recommended. :)
Diggin? In The Carts | Red Bull Music Academy (
http://www.redbullmusicacademy.com/magazine/diggin-in-the-carts)
Also, i am uploading D28B-0013 | Ninja Ryukenden -G.S.M. TECMO 1- - VGMdb (
http://vgmdb.net/album/3907) at the moment, will post tomorrow, really awesome Ninja Gaiden album from 1989,
covering the Original Games for Arcade and Famicom. :D
Neo_Chip
09-26-2014, 01:51 AM
Hope for the hopeless :p

Fuujinryu
09-26-2014, 01:38 PM
STREET FIGHTER III 3rd STRIKE ORIGINAL SOUNDTRACK Sampler CD
Hideki OkugawaOne day, someone will repost one of the full OSTs in FLAC, in the mean time I can enjoy this, thank you very much :D.
3rd strike is the best.
Street Fighter III: New Generation
Composers: Hideki Okugawa, Yuki Iwai
Release Date: June 4, 1997
Label: Victor Entertainment
Catalog No.: VICL-60055
Number of tracks: 31
Format: FLAC
Duration: 54:17
File Size: 355.7 MB
VGMdb (
http://vgmdb.net/album/7401)
Download and Password
MEGA (
https://mega.co.nz/#!Gspz0bob!YiBDE7HXuHh4A8nsu3hBnMYAOSAFLfQBtGSKHT2 aTQc)
youcante$cape
Street Fighter III: New Generation
Original Arrange Album
Composers: Hideki Okugawa, Yuki Iwai
Release Date: June 18, 1997
Label: first smile
Catalog No.: FSCA-10007
Number of tracks: 10
Format: FLAC
Duration: 49:06
File Size: 293.1 MB
VGMdb (
http://vgmdb.net/album/3133)
Download and Password
MEGA (
https://mega.co.nz/#!mhhQFRKD!9YMgzGLgURI6mqWpLOeHR6p0Si91IuvpTDkt7jb webQ)
ri$ingdragon
Street Fighter III: 3rd Strike
Original Soundtrack
Composer: Hideki Okugawa
Release Date: October 4, 2000
Label: Mars Colony Music
Catalog No.: MCM-10104-2
Number of tracks: 33
Format: FLAC
Duration: 74:23
File Size: 493.8 MB
VGMdb (
http://vgmdb.net/album/9309)
Download and Password
MEGA (
https://mega.co.nz/#!W5AHQJAJ!Mx0gnSyXD2XeW_o0ZafYAsYgJYnN4IgJnFzEXig gxiE)
beat$inmyhead
!!!!! (
Thread 119192) should have you covered. Remember to thank him in his thread.
!!!!!'s lossless uploads for Street Fighter III: New Generation and Street Fighter III: New Generation Original Arrange Album are not available at the time of this posting.
The Street Fighter III 3rd Strike Original Soundtrack posted here is a US reprint of disc one of the Japanese original soundtrack.
Vegeta
09-26-2014, 02:42 PM
Hope for the hopeless :p
There was a copy of LC-1533~4 | Dance Dance Revolution SuperNOVA Original Soundtrack - VGMdb (
http://vgmdb.net/album/4915) up on what.cd, but I'm not 100% sure if its legit, or that bootleg copy. So hopefully you haven't forgotten :p
ManRay
09-26-2014, 03:46 PM
~More Yamasan, B.B, Mikio "Yuhki" Saito, Shitamachi Kajiya - Ninja Ryukenden-G.S.M. TECMO 1[1989][FLAC]MEGA]~
D28B-0013 | Ninja Ryukenden -G.S.M. TECMO 1- - VGMdb (
http://vgmdb.net/album/3907)
TrackList
Disc 1
01 Yomigaeru Ryuken Densetsu (Ninja Ryukenden Arrange Version) 6:47
02 Moonlight Duel 0:20
03 A Decision -Father's Letter- 0:47
04 The Ninja Dragon 0:55
05 Mysterious Woman 0:24
06 Heroism -The Approaching Evil- 0:49
07 Reflection 0:41
08 ...Suddenly! 0:04
09 Like a Hurricane 0:11
10 Ambush -Pursuit of a Nightmare- 0:50
11 Eyecatch 0:03
12 CIA 0:50
13 The Temple of Darkness 0:20
14 Ryu's Determination 1:31
15 Danger 0:46
16 Assault -Stealthy Devil- 0:44
17 Malth -The Crimson Terror- 0:34
18 The Hidden Truth 0:42
19 Tragic Fate 0:32
20 Requiem 0:44
21 Jaquio's Threat 0:52
22 Offense and Defense -To the Hideout of Death- 0:42
23 The Demon's Curse 0:34
24 Dilemma -The Battle of Ordeal- 0:46
25 To the End of Combat 0:47
26 Irene -Prelude to Dawn- 1:05
27 Insert Coin 0:04
28 Game Start 0:05
29 Shadow Soldier (L.A Stage 1R BGM) 3:07
30 Sumo Wrestler (L.A Stage, Grand Canyon Stage - Boss BGM) 1:46
31 Round Clear 1 0:07
32 Pat (N.Y Stage 2R BGM) 1:54
33 I Am Man (N.Y Stage, Transcontinental Railroad Stage - Boss BGM) 1:41
34 Round Clear 2 0:07
35 Casino (Las Vegas Stage BGM) 2:56
36 Na-n-to (Las Vegas Stage - Boss BGM) 2:06
37 Round Clear 3 0:07
38 Nature's Symphony (Grand Canyon Stage BGM) 3:13
39 Round Clear 4 0:07
40 Chasing Him Until the Very End (Final Stage BGM) 2:46
41 Round Clear 5 0:07
42 Humming of the Devil (Final Stage - Big Boss BGM) 2:32
43 Last Fight 3:34
44 Time Up 0:05
45 Game Over 0:04
46 689, Everybody Likes...Sukiyaki? (Game Clear / Ending) 1:46
47 The Most Unexpected Thing in the World (High Score Entry BGM) 1:09
48 The Sun Rises Over the Hills (Grand Canyon Stage BGM - Overseas Version) 2:04
Disc length 54:47
DL & PW
MEGA Download Link (
https://mega.co.nz/#!IcclVCZC!AnlWiJQjTlu8jlIFcZAlpKeG9kEJqdAjTAGl_Fb SeYg)
PW = SquiGly_OP
Neo_Chip
09-26-2014, 07:35 PM
There was a copy of LC-1533~4 | Dance Dance Revolution SuperNOVA Original Soundtrack - VGMdb (
http://vgmdb.net/album/4915) up on what.cd, but I'm not 100% sure if its legit, or that bootleg copy. So hopefully you haven't forgotten :pOf course I haven't forgotten bro. I was listening to the CD yesterday actually, damn good music.
nadasaki
09-26-2014, 07:58 PM
I thought some people from this thread would appreciate this nice ongoing documentary series Diggin? In The Carts: Episode 4 - The Cool Kid | Red Bull Music Academy (
http://www.redbullmusicacademy.com/magazine/diggin-in-the-carts)
It's history of Video Game Music, I'm not affiliated with them in anyway, just a friendly share!
ManRay
09-27-2014, 08:16 AM
Omg, this is so good & informative, Documentary about Japanese Video Game Music, really interesting to watch !! Highly recommended. :)
Diggin? In The Carts | Red Bull Music Academy (
http://www.redbullmusicacademy.com/magazine/diggin-in-the-carts)
I thought some people from this thread would appreciate this nice ongoing documentary series Diggin? In The Carts: Episode 4 - The Cool Kid | Red Bull Music Academy (
http://www.redbullmusicacademy.com/magazine/diggin-in-the-carts)
It's history of Video Game Music, I'm not affiliated with them in anyway, just a friendly share!
You know what they say, great minds think alike :D
A fellow Destructoid Fiend ? ;)
eleriaqueen
09-27-2014, 12:15 PM
Hey guys totally OOT but... I just got my new keyboard. I changed mainly because of the 3-key rollover the other had (only 3 keys could be activated at the same time).
This one has 20-key rollover (tiny bit overkill but hey), it's a Corsair Vengeance K70, it's backlit (red) and it's a mechanical keyboard. I chose Cherry MX Brown switches.
Here's what it looks like :
http://media.bestofmicro.com/1/4/431608/original/DSC01832.JPG
Now I can play Dodonpachi (bullet hell shoot-em-up, on MAME) without having to let go of the movement keys when using a bomb and laser at the same time >_>
Oh and I like to play the game with my screen orientated this way

:3
Vegeta
09-27-2014, 08:10 PM
WWCE-31338~9 | Passion & Pride: Anthems with Attitude from the Sonic... - VGMdb (
http://vgmdb.net/album/46797) showed up a little bit ago.. I am currently ripping it, but I won't upload it until I have scans done, but I'll sleep before I do scans, and the Scanner is dirty, and im too tired to give a fuck lol
Chrono Meridian
09-27-2014, 08:42 PM
A little Question, are the tracklist of VGM (Final Fantasy etc.) on iTunes official? (from Square Enix, for example)
Cellfish
09-28-2014, 12:24 AM
A little Question, are the tracklist of VGM (Final Fantasy etc.) on iTunes official? (from Square Enix, for example)
Sometimes those are the only English translations available, in which case I consider them official and use them for tagging. But unless it's an iTunes exclusive or something, I'd check the actual printed listing on the physical case before trusting iTunes.
Vegeta
09-28-2014, 01:12 PM
Looks like release is going to take at least another few days.. ordered a new scanner cuz this fucking peice of shit wont connect via wifi "MFP not found".. FUCK U SCANNER
XeRo9009
09-28-2014, 05:41 PM
WWCE-31338~9 | Passion & Pride: Anthems with Attitude from the Sonic... - VGMdb (
http://vgmdb.net/album/46797) showed up a little bit ago.. I am currently ripping it, but I won't upload it until I have scans done, but I'll sleep before I do scans, and the Scanner is dirty, and im too tired to give a fuck lol
What's your opinion on the two new tracks?
Vegeta
09-29-2014, 02:51 AM
What's your opinion on the two new tracks?
What 2 new tracks?
Honestly.. I'm disappointed this didn't have "Open Your Heart" and "Live & Learn" both in normal and instrumental :(
Neo_Chip
09-29-2014, 04:08 AM
Exact Audio Copy V1.0 beta 3 from 29. August 2011
EAC extraction logfile from 28. September 2014, 23:03
KONAMI / DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK
Used drive : HP DVD Writer 840b Adapter: 0 ID: 0
Read mode : Burst
Read offset correction : 0
Overread into Lead-In and Lead-Out : No
Fill up missing offset samples with silence : Yes
Delete leading and trailing silent blocks : No
Null samples used in CRC calculations : Yes
Used interface : Native Win32 interface for Win NT & 2000
Gap handling : Appended to previous track
Used output format : User Defined Encoder
Selected bitrate : 1024 kBit/s
Quality : High
Add ID3 tag : No
Command line compressor : C:\Program Files\Exact Audio Copy\Flac\flac.exe
Additional command line options : -8 -V -T "ARTIST=%artist%" -T "TITLE=%title%" -T "ALBUM=%albumtitle%" -T "DATE=%year%" -T "TRACKNUMBER=%tracknr%" -T "GENRE=%genre%" -T "PERFORMER=%albuminterpret%" -T "COMPOSER=%composer%" %haslyrics%--tag-from-file=LYRICS="%lyricsfile%"%haslyrics% -T "ALBUMARTIST=%albumartist%" -T "DISCNUMBER=%cdnumber%" -T "TOTALDISCS=%totalcds%" -T "TOTALTRACKS=%numtracks%" -T "COMMENT=%comment%" %source% -o %dest%
TOC of the extracted CD
Track | Start | Length | Start sector | End sector
---------------------------------------------------------
1 | 0:00.00 | 1:32.65 | 0 | 6964
2 | 1:32.65 | 1:24.37 | 6965 | 13301
3 | 2:57.27 | 1:32.15 | 13302 | 20216
4 | 4:29.42 | 1:32.68 | 20217 | 27184
5 | 6:02.35 | 1:35.27 | 27185 | 34336
6 | 7:37.62 | 1:35.15 | 34337 | 41476
7 | 9:13.02 | 1:36.58 | 41477 | 48734
8 | 10:49.60 | 1:40.20 | 48735 | 56254
9 | 12:30.05 | 1:30.45 | 56255 | 63049
10 | 14:00.50 | 1:36.30 | 63050 | 70279
11 | 15:37.05 | 1:38.25 | 70280 | 77654
12 | 17:15.30 | 1:20.30 | 77655 | 83684
13 | 18:35.60 | 1:36.60 | 83685 | 90944
14 | 20:12.45 | 1:43.50 | 90945 | 98719
15 | 21:56.20 | 1:00.50 | 98720 | 103269
16 | 22:56.70 | 0:48.20 | 103270 | 106889
17 | 23:45.15 | 6:00.25 | 106890 | 133914
18 | 29:45.40 | 1:43.00 | 133915 | 141639
19 | 31:28.40 | 1:19.52 | 141640 | 147616
20 | 32:48.17 | 1:19.15 | 147617 | 153556
21 | 34:07.32 | 0:49.05 | 153557 | 157236
22 | 34:56.37 | 0:44.53 | 157237 | 160589
23 | 35:41.15 | 2:02.50 | 160590 | 169789
24 | 37:43.65 | 2:26.30 | 169790 | 180769
25 | 40:10.20 | 2:25.37 | 180770 | 191681
26 | 42:35.57 | 1:38.63 | 191682 | 199094
27 | 44:14.45 | 1:35.17 | 199095 | 206236
28 | 45:49.62 | 0:51.15 | 206237 | 210076
29 | 46:41.02 | 1:41.73 | 210077 | 217724
30 | 48:23.00 | 0:34.65 | 217725 | 220339
31 | 48:57.65 | 0:34.37 | 220340 | 222926
32 | 49:32.27 | 0:25.45 | 222927 | 224846
33 | 49:57.72 | 0:26.60 | 224847 | 226856
34 | 50:24.57 | 0:29.63 | 226857 | 229094
35 | 50:54.45 | 0:26.17 | 229095 | 231061
36 | 51:20.62 | 0:35.10 | 231062 | 233696
37 | 51:55.72 | 0:47.35 | 233697 | 237256
38 | 52:43.32 | 0:20.45 | 237257 | 238801
39 | 53:04.02 | 0:27.30 | 238802 | 240856
40 | 53:31.32 | 0:27.30 | 240857 | 242911
41 | 53:58.62 | 0:28.18 | 242912 | 245029
42 | 54:27.05 | 0:35.02 | 245030 | 247656
43 | 55:02.07 | 0:33.63 | 247657 | 250194
44 | 55:35.70 | 0:14.40 | 250195 | 251284
45 | 55:50.35 | 0:44.22 | 251285 | 254606
46 | 56:34.57 | 0:21.73 | 254607 | 256254
47 | 56:56.55 | 0:30.10 | 256255 | 258514
48 | 57:26.65 | 0:34.22 | 258515 | 261086
49 | 58:01.12 | 0:23.08 | 261087 | 262819
50 | 58:24.20 | 0:29.30 | 262820 | 265024
51 | 58:53.50 | 0:33.10 | 265025 | 267509
52 | 59:26.60 | 0:26.55 | 267510 | 269514
53 | 59:53.40 | 0:23.70 | 269515 | 271309
54 | 60:17.35 | 0:37.02 | 271310 | 274086
55 | 60:54.37 | 0:33.43 | 274087 | 276604
56 | 61:28.05 | 0:25.27 | 276605 | 278506
57 | 61:53.32 | 0:31.10 | 278507 | 280841
58 | 62:24.42 | 0:22.38 | 280842 | 282529
59 | 62:47.05 | 0:40.65 | 282530 | 285594
60 | 63:27.70 | 0:24.37 | 285595 | 287431
61 | 63:52.32 | 0:33.20 | 287432 | 289926
62 | 64:25.52 | 0:28.55 | 289927 | 292081
63 | 64:54.32 | 0:24.30 | 292082 | 293911
64 | 65:18.62 | 0:20.53 | 293912 | 295464
65 | 65:39.40 | 0:26.30 | 295465 | 297444
66 | 66:05.70 | 0:17.12 | 297445 | 298731
67 | 66:23.07 | 0:29.05 | 298732 | 300911
68 | 66:52.12 | 0:35.63 | 300912 | 303599
69 | 67:28.00 | 0:27.27 | 303600 | 305651
70 | 67:55.27 | 0:36.00 | 305652 | 308351
71 | 68:31.27 | 0:44.28 | 308352 | 311679
72 | 69:15.55 | 0:30.10 | 311680 | 313939
73 | 69:45.65 | 0:29.17 | 313940 | 316131
74 | 70:15.07 | 0:22.50 | 316132 | 317831
75 | 70:37.57 | 0:25.03 | 317832 | 319709
76 | 71:02.60 | 0:32.02 | 319710 | 322111
77 | 71:34.62 | 0:34.65 | 322112 | 324726
78 | 72:09.52 | 0:31.15 | 324727 | 327066
79 | 72:40.67 | 0:21.00 | 327067 | 328641
80 | 73:01.67 | 0:30.05 | 328642 | 330896
81 | 73:31.72 | 0:26.20 | 330897 | 332866
82 | 73:58.17 | 0:33.10 | 332867 | 335351
83 | 74:31.27 | 0:28.30 | 335352 | 337481
84 | 74:59.57 | 0:37.18 | 337482 | 340274
85 | 75:37.00 | 0:34.65 | 340275 | 342889
86 | 76:11.65 | 0:26.02 | 342890 | 344841
87 | 76:37.67 | 0:36.28 | 344842 | 347569
88 | 77:14.20 | 0:34.30 | 347570 | 350149
Track 1
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\01 - AM-3P (303 BASS MIX).wav
Pre-gap length 0:00:02.00
Peak level 100.0 %
Extraction speed 6.5 X
Test CRC 5E7F67BC
Copy CRC 5E7F67BC
Copy OK
Track 2
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\02 - CUTIE CHASER (MORNING MIX).wav
Timing problem 0:00:00
Peak level 96.6 %
Extraction speed 6.2 X
Test CRC E888B685
Copy CRC E888B685
Copy finished
Track 3
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\03 - Do It Right (Harmonized 2Step Mix).wav
Peak level 81.3 %
Extraction speed 7.1 X
Test CRC BE01CA14
Copy CRC BE01CA14
Copy OK
Track 4
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\04 - DROP THE BOMB (SySF. Mix).wav
Peak level 94.4 %
Extraction speed 7.3 X
Test CRC 0647CAB4
Copy CRC 0647CAB4
Copy OK
Track 5
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\05 - DYNAMITE RAVE (Down Bird SOTA Mix).wav
Pre-gap length 0:00:18.28
Peak level 94.4 %
Extraction speed 7.5 X
Test CRC E3AE7C31
Copy CRC E3AE7C31
Copy OK
Track 6
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\06 - Look To The Sky (Trance Mix).wav
Timing problem 0:00:00
Peak level 84.1 %
Extraction speed 3.9 X
Test CRC 13214320
Copy CRC 13214320
Copy finished
Track 7
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\07 - Look To The Sky (True Color Mix).wav
Peak level 94.2 %
Extraction speed 4.0 X
Test CRC B436D5CD
Copy CRC B436D5CD
Copy OK
Track 8
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\08 - A Stupid Barber.wav
Peak level 81.3 %
Extraction speed 4.1 X
Test CRC 74A025F2
Copy CRC 74A025F2
Copy OK
Track 9
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\09 - Forever Sunshine.wav
Peak level 75.1 %
Extraction speed 4.1 X
Test CRC F96A2B3B
Copy CRC F96A2B3B
Copy OK
Track 10
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\10 - I Need You.wav
Peak level 77.6 %
Extraction speed 4.1 X
Test CRC 68D88300
Copy CRC 68D88300
Copy OK
Track 11
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\11 - Scorching Moon.wav
Pre-gap length 0:00:19.28
Peak level 98.8 %
Extraction speed 4.2 X
Test CRC 9A0CB49B
Copy CRC 9A0CB49B
Copy OK
Track 12
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\12 - Try 2 Luv. U.wav
Peak level 87.8 %
Extraction speed 4.1 X
Test CRC 9462CD55
Copy CRC 9462CD55
Copy OK
Track 13
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\13 - un deux trois.wav
Peak level 86.1 %
Extraction speed 4.2 X
Test CRC E5A01ACB
Copy CRC E5A01ACB
Copy OK
Track 14
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\14 - MAX. (period).wav
Timing problem 0:01:10
Timing problem 0:01:21
Peak level 96.6 %
Extraction speed 4.1 X
Test CRC 366C1013
Copy CRC 366C1013
Copy finished
Track 15
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\15 - SELECT- Bamboo Village1.wav
Peak level 94.0 %
Extraction speed 4.1 X
Test CRC 4EC87B62
Copy CRC 4EC87B62
Copy OK
Track 16
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\16 - NONSTOP- Bamboo Village2.wav
Peak level 100.0 %
Extraction speed 4.0 X
Test CRC 714F280E
Copy CRC 714F280E
Copy OK
Track 17
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\17 - INFORMATION- Can Be Real (Soul House Extended).wav
Pre-gap length 0:00:02.06
Timing problem 0:05:01
Peak level 91.2 %
Extraction speed 10.2 X
Test CRC 859798C0
Copy CRC 859798C0
Copy finished
Track 18
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\18 - INST- Little Princess.wav
Peak level 91.2 %
Extraction speed 10.5 X
Test CRC 88A30DAB
Copy CRC 88A30DAB
Copy OK
Track 19
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\19 - LESSON- Mirror Ball Pop.wav
Timing problem 0:00:32
Timing problem 0:00:39
Peak level 91.2 %
Extraction speed 10.7 X
Test CRC 7CD149D5
Copy CRC 7CD149D5
Copy finished
Track 20
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\20 - LIST- Laid Back Hop.wav
Peak level 92.9 %
Extraction speed 10.8 X
Test CRC 42D485B7
Copy CRC 42D485B7
Copy OK
Track 21
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\21 - ENDLESS- ENDLESS JAM.wav
Pre-gap length 0:00:04.43
Peak level 94.3 %
Extraction speed 10.8 X
Test CRC 9EF66FF5
Copy CRC 9EF66FF5
Copy OK
Track 22
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\22 - DIET- Funky mama is working out.wav
Timing problem 0:00:01
Peak level 98.8 %
Extraction speed 10.8 X
Test CRC C82DA14B
Copy CRC C82DA14B
Copy finished
Track 23
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\23 - BREAK STAGE- SO IN LOVE ~train~.wav
Pre-gap length 0:00:06.17
Peak level 84.1 %
Extraction speed 7.0 X
Test CRC B3CC815C
Copy CRC B3CC815C
Copy OK
Track 24
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\24 - STAFF ROLL- Midnite Blaze Extended.wav
Peak level 92.9 %
Extraction speed 11.5 X
Test CRC 892BC7FA
Copy CRC 892BC7FA
Copy OK
Track 25
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\25 - STAFF ROLL (X'mas 時期限定)- SILENT HILL ~Tell Me You Love Me For Christmas~.wav
Pre-gap length 0:00:33.26
Peak level 91.2 %
Extraction speed 11.7 X
Test CRC 8B24ABA4
Copy CRC 8B24ABA4
Copy OK
Track 26
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\26 - STAFF ROLL- Feelings Won't Fade.wav
Pre-gap length 0:00:04.47
Timing problem 0:00:20
Peak level 88.1 %
Extraction speed 11.8 X
Test CRC 1E273A03
Copy CRC 1E273A03
Copy finished
Track 27
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\27 - INFORMATION- Midnite Blaze (SySF. Mix).wav
Pre-gap length 0:00:47.10
Peak level 100.0 %
Extraction speed 12.0 X
Test CRC 407FB06C
Copy CRC 407FB06C
Copy OK
Track 28
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\28 - ENDLESS- To Step.wav
Pre-gap length 0:00:20.02
Timing problem 0:00:34
Peak level 94.4 %
Extraction speed 12.0 X
Test CRC 223D0502
Copy CRC 223D0502
Copy finished
Track 29
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\29 - STAFF ROLL- Remember You ~ UNPLUGGED.wav
Peak level 79.4 %
Extraction speed 12.2 X
Test CRC DE6D7D7C
Copy CRC DE6D7D7C
Copy OK
Track 30
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\30 - Bamboo Village1.wav
Peak level 100.0 %
Extraction speed 12.1 X
Test CRC 5116ECB3
Copy CRC 5116ECB3
Copy OK
Track 31
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\31 - Sweet Sweet ♡ Magic.wav
Pre-gap length 0:00:15.15
Timing problem 0:00:26
Peak level 100.0 %
Extraction speed 12.1 X
Test CRC 17CA03C5
Copy CRC 17CA03C5
Copy finished
Track 32
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\32 - CAPTAIN JACK (Grandale Remix).wav
Timing problem 0:00:13
Peak level 100.0 %
Extraction speed 12.1 X
Test CRC 0CC9BE9F
Copy CRC 0CC9BE9F
Copy finished
Track 33
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\33 - BURNIN' THE FLOOR.wav
Timing problem 0:00:02
Peak level 100.0 %
Extraction speed 12.1 X
Test CRC 44DD876F
Copy CRC 44DD876F
Copy finished
Track 34
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\34 - CAN'T STOP FALLIN' IN LOVE.wav
Timing problem 0:00:12
Peak level 100.0 %
Extraction speed 12.2 X
Test CRC 3490ECD6
Copy CRC 3490ECD6
Copy finished
Track 35
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\35 - SYNCHRONIZED LOVE (Red Monster Hyper Mix).wav
Peak level 100.0 %
Extraction speed 11.3 X
Test CRC 054B240F
Copy CRC 054B240F
Copy OK
Track 36
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\36 - IF YOU WERE HERE.wav
Timing problem 0:00:04
Peak level 100.0 %
Extraction speed 12.4 X
Test CRC E6AFA07A
Copy CRC E6AFA07A
Copy finished
Track 37
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\37 - MOONLIGHT SHADOW (New Vocal Version).wav
Peak level 100.0 %
Extraction speed 12.5 X
Test CRC 400DCAA8
Copy CRC 400DCAA8
Copy OK
Track 38
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\38 - Look To The Sky.wav
Peak level 100.0 %
Extraction speed 12.3 X
Test CRC 8C89F8C2
Copy CRC 8C89F8C2
Copy OK
Track 39
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\39 - Look To The Sky (Trance Mix).wav
Peak level 100.0 %
Extraction speed 12.4 X
Test CRC 871A4DD0
Copy CRC 871A4DD0
Copy OK
Track 40
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\40 - Look To The Sky (True Color Mix).wav
Timing problem 0:00:23
Peak level 100.0 %
Extraction speed 12.4 X
Test CRC CA2C1D7E
Copy CRC CA2C1D7E
Copy finished
Track 41
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\41 - SKY HIGH.wav
Timing problem 0:00:11
Peak level 100.0 %
Extraction speed 12.5 X
Test CRC 5937FDBA
Copy CRC 5937FDBA
Copy finished
Track 42
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\42 - LET'S GET DOWN.wav
Peak level 100.0 %
Extraction speed 12.6 X
Test CRC F4526FF5
Copy CRC F4526FF5
Copy OK
Track 43
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\43 - HIGHER.wav
Peak level 100.0 %
Extraction speed 12.7 X
Test CRC F1710125
Copy CRC F1710125
Copy OK
Track 44
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\44 - Can Be Real.wav
Pre-gap length 0:00:12.38
Peak level 100.0 %
Extraction speed 12.1 X
Test CRC 586B1715
Copy CRC 586B1715
Copy OK
Track 45
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\45 - AM-3P.wav
Timing problem 0:00:06
Peak level 100.0 %
Extraction speed 12.8 X
Test CRC 5C52FE59
Copy CRC 5C52FE59
Copy finished
Track 46
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\46 - I Need You (Insideout Door Mix).wav
Peak level 100.0 %
Extraction speed 12.6 X
Test CRC 84C28622
Copy CRC 84C28622
Copy OK
Track 47
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\47 - Forever Sunshine.wav
Timing problem 0:00:14
Peak level 100.0 %
Extraction speed 12.8 X
Test CRC E8EC3F1C
Copy CRC E8EC3F1C
Copy finished
Track 48
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\48 - I BELIEVE IN MIRACLES.wav
Peak level 100.0 %
Extraction speed 12.9 X
Test CRC 78342698
Copy CRC 78342698
Copy OK
Track 49
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\49 - Scorching Moon.wav
Timing problem 0:00:10
Peak level 100.0 %
Extraction speed 12.7 X
Test CRC 94899502
Copy CRC 94899502
Copy finished
Track 50
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\50 - CUTIE CHASER (MORNING MIX).wav
Peak level 100.0 %
Extraction speed 12.9 X
Test CRC FCFF6E2B
Copy CRC FCFF6E2B
Copy OK
Track 51
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\51 - Silent Hill.wav
Timing problem 0:00:02
Timing problem 0:00:18
Peak level 100.0 %
Extraction speed 13.0 X
Test CRC 9F3E00BC
Copy CRC 9F3E00BC
Copy finished
Track 52
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\52 - Try 2 Luv. U.wav
Timing problem 0:00:15
Peak level 100.0 %
Extraction speed 12.9 X
Test CRC 8D9FDAE5
Copy CRC 8D9FDAE5
Copy finished
Track 53
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\53 - PUT YOUR FAITH IN ME.wav
Timing problem 0:00:06
Peak level 100.0 %
Extraction speed 12.9 X
Test CRC B8B9B0B6
Copy CRC B8B9B0B6
Copy finished
Track 54
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\54 - I Need You.wav
Peak level 100.0 %
Extraction speed 13.1 X
Test CRC 0D17E716
Copy CRC 0D17E716
Copy OK
Track 55
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\55 - WANNABE.wav
Peak level 100.0 %
Extraction speed 13.1 X
Test CRC BDD63C65
Copy CRC BDD63C65
Copy OK
Track 56
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\56 - Remember You.wav
Timing problem 0:00:05
Peak level 100.0 %
Extraction speed 13.0 X
Test CRC 42E39D8D
Copy CRC 42E39D8D
Copy finished
Track 57
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\57 - MY SUMMER LOVE.wav
Peak level 100.0 %
Extraction speed 13.2 X
Test CRC FE1B2734
Copy CRC FE1B2734
Copy OK
Track 58
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\58 - BABY BABY GIMME YOUR LOVE.wav
Timing problem 0:00:09
Peak level 100.0 %
Extraction speed 13.1 X
Test CRC A7EC71E2
Copy CRC A7EC71E2
Copy finished
Track 59
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\59 - WE WILL ROCK YOU.wav
Peak level 100.0 %
Extraction speed 13.4 X
Test CRC 2DFA247C
Copy CRC 2DFA247C
Copy OK
Track 60
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\60 - 祭 JAPAN.wav
Timing problem 0:00:20
Peak level 100.0 %
Extraction speed 13.2 X
Test CRC 001C0DDC
Copy CRC 001C0DDC
Copy finished
Track 61
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\61 - PARANOiA.wav
Timing problem 0:00:03
Peak level 100.0 %
Extraction speed 13.4 X
Test CRC 59A42320
Copy CRC 59A42320
Copy finished
Track 62
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\62 - La Senorita.wav
Timing problem 0:00:16
Peak level 100.0 %
Extraction speed 13.4 X
Test CRC 1CC122D5
Copy CRC 1CC122D5
Copy finished
Track 63
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\63 - RHYTHM & POLICE (K.O.G G3 Mix).wav
Timing problem 0:00:06
Peak level 100.0 %
Extraction speed 13.3 X
Test CRC 57F48260
Copy CRC 57F48260
Copy finished
Track 64
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\64 - B4U.wav
Timing problem 0:00:03
Peak level 100.0 %
Extraction speed 13.1 X
Test CRC D4589A96
Copy CRC D4589A96
Copy finished
Track 65
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\65 - DYNAMITE RAVE (Down Bird SOTA Mix).wav
Peak level 100.0 %
Extraction speed 13.3 X
Test CRC 4C8C857E
Copy CRC 4C8C857E
Copy OK
Track 66
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\66 - DROP THE BOMB.wav
Peak level 100.0 %
Extraction speed 13.2 X
Test CRC CC220F0B
Copy CRC CC220F0B
Copy OK
Track 67
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\67 - DROP THE BOMB (SySF. MIX).wav
Timing problem 0:00:15
Peak level 100.0 %
Extraction speed 13.5 X
Test CRC C36D49A1
Copy CRC C36D49A1
Copy finished
Track 68
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\68 - Freedom.wav
Peak level 100.0 %
Extraction speed 13.7 X
Test CRC 82BDAABA
Copy CRC 82BDAABA
Copy OK
Track 69
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\69 - CELEBRATE NITE.wav
Timing problem 0:00:10
Peak level 100.0 %
Extraction speed 13.6 X
Test CRC 0EE7AED8
Copy CRC 0EE7AED8
Copy finished
Track 70
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\70 - un deux trois.wav
Peak level 100.0 %
Extraction speed 13.8 X
Test CRC 1D1C8D74
Copy CRC 1D1C8D74
Copy OK
Track 71
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\71 - CONGA FEELING.wav
Peak level 100.0 %
Extraction speed 13.8 X
Test CRC 3878DAA2
Copy CRC 3878DAA2
Copy OK
Track 72
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\72 - EL RITMO TROPICAL (El Bimbo).wav
Peak level 100.0 %
Extraction speed 13.7 X
Test CRC 1301762A
Copy CRC 1301762A
Copy OK
Track 73
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\73 - A Stupid Barber.wav
Timing problem 0:00:15
Peak level 100.0 %
Extraction speed 13.8 X
Test CRC F3BBAE04
Copy CRC F3BBAE04
Copy finished
Track 74
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\74 - GET UP 'N MOVE.wav
Timing problem 0:00:09
Peak level 100.0 %
Extraction speed 13.7 X
Test CRC 2121C293
Copy CRC 2121C293
Copy finished
Track 75
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\75 - AM-3P (303 BASS MIX).wav
Timing problem 0:00:06
Peak level 100.0 %
Extraction speed 13.8 X
Test CRC C738EF61
Copy CRC C738EF61
Copy finished
Track 76
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\76 - Do It Right (Harmonized 2Step Mix).wav
Peak level 100.0 %
Extraction speed 13.8 X
Test CRC 9C5B517F
Copy CRC 9C5B517F
Copy OK
Track 77
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\77 - BUTTERFLY.wav
Timing problem 0:00:01
Peak level 100.0 %
Extraction speed 14.0 X
Test CRC 80248D60
Copy CRC 80248D60
Copy finished
Track 78
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\78 - DUB-I-DUB.wav
Timing problem 0:00:24
Peak level 100.0 %
Extraction speed 14.0 X
Test CRC 04467692
Copy CRC 04467692
Copy finished
Track 79
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\79 - DREAM A DREAM.wav
Timing problem 0:00:19
Peak level 100.0 %
Extraction speed 12.9 X
Test CRC 6116D3C4
Copy CRC 6116D3C4
Copy finished
Track 80
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\80 - DAM DARIRAM.wav
Timing problem 0:00:08
Peak level 100.0 %
Extraction speed 13.9 X
Test CRC 601D4A71
Copy CRC 601D4A71
Copy finished
Track 81
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\81 - WITCH DOCTOR (Giants Toons Version).wav
Peak level 100.0 %
Extraction speed 14.0 X
Test CRC 319BF48E
Copy CRC 319BF48E
Copy OK
Track 82
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\82 - STILL IN MY HEART.wav
Peak level 100.0 %
Extraction speed 14.2 X
Test CRC AE845FBF
Copy CRC AE845FBF
Copy OK
Track 83
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\83 - BRILLIANT 2U.wav
Timing problem 0:00:02
Peak level 100.0 %
Extraction speed 14.1 X
Test CRC 86EF3A9E
Copy CRC 86EF3A9E
Copy finished
Track 84
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\84 - END OF THE CENTURY.wav
Peak level 100.0 %
Extraction speed 14.2 X
Test CRC B33CFD52
Copy CRC B33CFD52
Copy OK
Track 85
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\85 - ORION.78 (AMeuro-MIX).wav
Peak level 100.0 %
Extraction speed 14.3 X
Test CRC 92F7A828
Copy CRC 92F7A828
Copy OK
Track 86
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\86 - MAX. (period).wav
Timing problem 0:00:13
Peak level 100.0 %
Extraction speed 14.2 X
Test CRC 7241B139
Copy CRC 7241B139
Copy finished
Track 87
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\87 - PARANOiA -Respect-.wav
Peak level 100.0 %
Extraction speed 14.4 X
Test CRC 36FE1189
Copy CRC 36FE1189
Copy OK
Track 88
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\88 - Midnite Blaze Extended.wav
Timing problem 0:00:07
Peak level 100.0 %
Extraction speed 14.4 X
Test CRC F56E3A1C
Copy CRC F56E3A1C
Copy finished
No errors occurred
End of status report
==== Log checksum 22748D344878D50CC0B62B8AF113E9A9ECFB4817760ABE8ACA 7816B05E3CBBD4 ====
Is the log report OK? I see some issues in timing.
SonicRings4
09-29-2014, 05:13 AM
I'm unable to post a reply, so I'll just type this instead:
How come the Brawl soundtrack is said to have 313 tracks in this forum yet it only has 312? Also, what is it 32 KHz? Never in my life have I seen an audio file under 41 KHz.. And they're worse quality than lossless DS soundtracks, such as Pokemon Diamond, in terms of kbps (Dialga battle from Diamond is ~900kbps while in Brawl is ~600 kbps). Is this truly the best quality of this soundtrack out there?
Neo_Chip
09-29-2014, 06:05 AM
It's not that Journey. This is Crimson Dragon type of journey. And what does that mean? It means it's a Panzer Dragoon type of journey.
Basically this album has a couple of tracks from Crimson Dragon and the rest are similarly themed vocal tracks. Vocals yes, what do they sing about? I don't know but it sounds good. AKANE is a duo, one of the members is a composer for several Panzer Dragoon titles. They make this so called ethtronic music.
More detailed info can be found on vgmdb.
◉| AKANE - Journey |◉
( FLAC / from Bandcamp )
Digital Rlease ~ 476 MB
Release Date : Sep 29, 2014
■ VGMdb ■ (
http://vgmdb.net/album/47995)
↓ DOWNLOAD ↓
MEGA.co.nz (
https://mega.co.nz/#!S1FD2JzD!4CwV0gfm8eDAaRkpWBwTRYuzEefWF84KeJ5Udt5 DPCk)
alex_bip_15
09-29-2014, 06:09 AM
I'm unable to post a reply, so I'll just type this instead:
How come the Brawl soundtrack is said to have 313 tracks in this forum yet it only has 312? Also, what is it 32 KHz? Never in my life have I seen an audio file under 41 KHz.. And they're worse quality than lossless DS soundtracks, such as Pokemon Diamond, in terms of kbps (Dialga battle from Diamond is ~900kbps while in Brawl is ~600 kbps). Is this truly the best quality of this soundtrack out there?
32 kHz is the sampling rate used to encode the brstm files so no point in upsampling them.
The version I have has 343 tracks it includes everything (Jingles, victory themes, etc...)
Vrantheo
09-29-2014, 06:17 AM
What 2 new tracks?
Honestly.. I'm disappointed this didn't have "Open Your Heart" and "Live & Learn" both in normal and instrumental :(
This one (
http://vgmdb.net/album/15881) has a remastered Open Your Heart though. I remember having posted a download link to this album before. Too lazy to check.
rockman7777777
09-29-2014, 07:51 AM
Vegeta
09-29-2014, 09:31 AM
Exact Audio Copy V1.0 beta 3 from 29. August 2011
EAC extraction logfile from 28. September 2014, 23:03
KONAMI / DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK
Used drive : HP DVD Writer 840b Adapter: 0 ID: 0
Read mode : Burst
Read offset correction : 0
Overread into Lead-In and Lead-Out : No
Fill up missing offset samples with silence : Yes
Delete leading and trailing silent blocks : No
Null samples used in CRC calculations : Yes
Used interface : Native Win32 interface for Win NT & 2000
Gap handling : Appended to previous track
Used output format : User Defined Encoder
Selected bitrate : 1024 kBit/s
Quality : High
Add ID3 tag : No
Command line compressor : C:\Program Files\Exact Audio Copy\Flac\flac.exe
Additional command line options : -8 -V -T "ARTIST=%artist%" -T "TITLE=%title%" -T "ALBUM=%albumtitle%" -T "DATE=%year%" -T "TRACKNUMBER=%tracknr%" -T "GENRE=%genre%" -T "PERFORMER=%albuminterpret%" -T "COMPOSER=%composer%" %haslyrics%--tag-from-file=LYRICS="%lyricsfile%"%haslyrics% -T "ALBUMARTIST=%albumartist%" -T "DISCNUMBER=%cdnumber%" -T "TOTALDISCS=%totalcds%" -T "TOTALTRACKS=%numtracks%" -T "COMMENT=%comment%" %source% -o %dest%
TOC of the extracted CD
Track | Start | Length | Start sector | End sector
---------------------------------------------------------
1 | 0:00.00 | 1:32.65 | 0 | 6964
2 | 1:32.65 | 1:24.37 | 6965 | 13301
3 | 2:57.27 | 1:32.15 | 13302 | 20216
4 | 4:29.42 | 1:32.68 | 20217 | 27184
5 | 6:02.35 | 1:35.27 | 27185 | 34336
6 | 7:37.62 | 1:35.15 | 34337 | 41476
7 | 9:13.02 | 1:36.58 | 41477 | 48734
8 | 10:49.60 | 1:40.20 | 48735 | 56254
9 | 12:30.05 | 1:30.45 | 56255 | 63049
10 | 14:00.50 | 1:36.30 | 63050 | 70279
11 | 15:37.05 | 1:38.25 | 70280 | 77654
12 | 17:15.30 | 1:20.30 | 77655 | 83684
13 | 18:35.60 | 1:36.60 | 83685 | 90944
14 | 20:12.45 | 1:43.50 | 90945 | 98719
15 | 21:56.20 | 1:00.50 | 98720 | 103269
16 | 22:56.70 | 0:48.20 | 103270 | 106889
17 | 23:45.15 | 6:00.25 | 106890 | 133914
18 | 29:45.40 | 1:43.00 | 133915 | 141639
19 | 31:28.40 | 1:19.52 | 141640 | 147616
20 | 32:48.17 | 1:19.15 | 147617 | 153556
21 | 34:07.32 | 0:49.05 | 153557 | 157236
22 | 34:56.37 | 0:44.53 | 157237 | 160589
23 | 35:41.15 | 2:02.50 | 160590 | 169789
24 | 37:43.65 | 2:26.30 | 169790 | 180769
25 | 40:10.20 | 2:25.37 | 180770 | 191681
26 | 42:35.57 | 1:38.63 | 191682 | 199094
27 | 44:14.45 | 1:35.17 | 199095 | 206236
28 | 45:49.62 | 0:51.15 | 206237 | 210076
29 | 46:41.02 | 1:41.73 | 210077 | 217724
30 | 48:23.00 | 0:34.65 | 217725 | 220339
31 | 48:57.65 | 0:34.37 | 220340 | 222926
32 | 49:32.27 | 0:25.45 | 222927 | 224846
33 | 49:57.72 | 0:26.60 | 224847 | 226856
34 | 50:24.57 | 0:29.63 | 226857 | 229094
35 | 50:54.45 | 0:26.17 | 229095 | 231061
36 | 51:20.62 | 0:35.10 | 231062 | 233696
37 | 51:55.72 | 0:47.35 | 233697 | 237256
38 | 52:43.32 | 0:20.45 | 237257 | 238801
39 | 53:04.02 | 0:27.30 | 238802 | 240856
40 | 53:31.32 | 0:27.30 | 240857 | 242911
41 | 53:58.62 | 0:28.18 | 242912 | 245029
42 | 54:27.05 | 0:35.02 | 245030 | 247656
43 | 55:02.07 | 0:33.63 | 247657 | 250194
44 | 55:35.70 | 0:14.40 | 250195 | 251284
45 | 55:50.35 | 0:44.22 | 251285 | 254606
46 | 56:34.57 | 0:21.73 | 254607 | 256254
47 | 56:56.55 | 0:30.10 | 256255 | 258514
48 | 57:26.65 | 0:34.22 | 258515 | 261086
49 | 58:01.12 | 0:23.08 | 261087 | 262819
50 | 58:24.20 | 0:29.30 | 262820 | 265024
51 | 58:53.50 | 0:33.10 | 265025 | 267509
52 | 59:26.60 | 0:26.55 | 267510 | 269514
53 | 59:53.40 | 0:23.70 | 269515 | 271309
54 | 60:17.35 | 0:37.02 | 271310 | 274086
55 | 60:54.37 | 0:33.43 | 274087 | 276604
56 | 61:28.05 | 0:25.27 | 276605 | 278506
57 | 61:53.32 | 0:31.10 | 278507 | 280841
58 | 62:24.42 | 0:22.38 | 280842 | 282529
59 | 62:47.05 | 0:40.65 | 282530 | 285594
60 | 63:27.70 | 0:24.37 | 285595 | 287431
61 | 63:52.32 | 0:33.20 | 287432 | 289926
62 | 64:25.52 | 0:28.55 | 289927 | 292081
63 | 64:54.32 | 0:24.30 | 292082 | 293911
64 | 65:18.62 | 0:20.53 | 293912 | 295464
65 | 65:39.40 | 0:26.30 | 295465 | 297444
66 | 66:05.70 | 0:17.12 | 297445 | 298731
67 | 66:23.07 | 0:29.05 | 298732 | 300911
68 | 66:52.12 | 0:35.63 | 300912 | 303599
69 | 67:28.00 | 0:27.27 | 303600 | 305651
70 | 67:55.27 | 0:36.00 | 305652 | 308351
71 | 68:31.27 | 0:44.28 | 308352 | 311679
72 | 69:15.55 | 0:30.10 | 311680 | 313939
73 | 69:45.65 | 0:29.17 | 313940 | 316131
74 | 70:15.07 | 0:22.50 | 316132 | 317831
75 | 70:37.57 | 0:25.03 | 317832 | 319709
76 | 71:02.60 | 0:32.02 | 319710 | 322111
77 | 71:34.62 | 0:34.65 | 322112 | 324726
78 | 72:09.52 | 0:31.15 | 324727 | 327066
79 | 72:40.67 | 0:21.00 | 327067 | 328641
80 | 73:01.67 | 0:30.05 | 328642 | 330896
81 | 73:31.72 | 0:26.20 | 330897 | 332866
82 | 73:58.17 | 0:33.10 | 332867 | 335351
83 | 74:31.27 | 0:28.30 | 335352 | 337481
84 | 74:59.57 | 0:37.18 | 337482 | 340274
85 | 75:37.00 | 0:34.65 | 340275 | 342889
86 | 76:11.65 | 0:26.02 | 342890 | 344841
87 | 76:37.67 | 0:36.28 | 344842 | 347569
88 | 77:14.20 | 0:34.30 | 347570 | 350149
Track 1
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\01 - AM-3P (303 BASS MIX).wav
Pre-gap length 0:00:02.00
Peak level 100.0 %
Extraction speed 6.5 X
Test CRC 5E7F67BC
Copy CRC 5E7F67BC
Copy OK
Track 2
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\02 - CUTIE CHASER (MORNING MIX).wav
Timing problem 0:00:00
Peak level 96.6 %
Extraction speed 6.2 X
Test CRC E888B685
Copy CRC E888B685
Copy finished
Track 3
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\03 - Do It Right (Harmonized 2Step Mix).wav
Peak level 81.3 %
Extraction speed 7.1 X
Test CRC BE01CA14
Copy CRC BE01CA14
Copy OK
Track 4
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\04 - DROP THE BOMB (SySF. Mix).wav
Peak level 94.4 %
Extraction speed 7.3 X
Test CRC 0647CAB4
Copy CRC 0647CAB4
Copy OK
Track 5
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\05 - DYNAMITE RAVE (Down Bird SOTA Mix).wav
Pre-gap length 0:00:18.28
Peak level 94.4 %
Extraction speed 7.5 X
Test CRC E3AE7C31
Copy CRC E3AE7C31
Copy OK
Track 6
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\06 - Look To The Sky (Trance Mix).wav
Timing problem 0:00:00
Peak level 84.1 %
Extraction speed 3.9 X
Test CRC 13214320
Copy CRC 13214320
Copy finished
Track 7
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\07 - Look To The Sky (True Color Mix).wav
Peak level 94.2 %
Extraction speed 4.0 X
Test CRC B436D5CD
Copy CRC B436D5CD
Copy OK
Track 8
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\08 - A Stupid Barber.wav
Peak level 81.3 %
Extraction speed 4.1 X
Test CRC 74A025F2
Copy CRC 74A025F2
Copy OK
Track 9
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\09 - Forever Sunshine.wav
Peak level 75.1 %
Extraction speed 4.1 X
Test CRC F96A2B3B
Copy CRC F96A2B3B
Copy OK
Track 10
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\10 - I Need You.wav
Peak level 77.6 %
Extraction speed 4.1 X
Test CRC 68D88300
Copy CRC 68D88300
Copy OK
Track 11
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\11 - Scorching Moon.wav
Pre-gap length 0:00:19.28
Peak level 98.8 %
Extraction speed 4.2 X
Test CRC 9A0CB49B
Copy CRC 9A0CB49B
Copy OK
Track 12
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\12 - Try 2 Luv. U.wav
Peak level 87.8 %
Extraction speed 4.1 X
Test CRC 9462CD55
Copy CRC 9462CD55
Copy OK
Track 13
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\13 - un deux trois.wav
Peak level 86.1 %
Extraction speed 4.2 X
Test CRC E5A01ACB
Copy CRC E5A01ACB
Copy OK
Track 14
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\14 - MAX. (period).wav
Timing problem 0:01:10
Timing problem 0:01:21
Peak level 96.6 %
Extraction speed 4.1 X
Test CRC 366C1013
Copy CRC 366C1013
Copy finished
Track 15
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\15 - SELECT- Bamboo Village1.wav
Peak level 94.0 %
Extraction speed 4.1 X
Test CRC 4EC87B62
Copy CRC 4EC87B62
Copy OK
Track 16
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\16 - NONSTOP- Bamboo Village2.wav
Peak level 100.0 %
Extraction speed 4.0 X
Test CRC 714F280E
Copy CRC 714F280E
Copy OK
Track 17
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\17 - INFORMATION- Can Be Real (Soul House Extended).wav
Pre-gap length 0:00:02.06
Timing problem 0:05:01
Peak level 91.2 %
Extraction speed 10.2 X
Test CRC 859798C0
Copy CRC 859798C0
Copy finished
Track 18
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\18 - INST- Little Princess.wav
Peak level 91.2 %
Extraction speed 10.5 X
Test CRC 88A30DAB
Copy CRC 88A30DAB
Copy OK
Track 19
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\19 - LESSON- Mirror Ball Pop.wav
Timing problem 0:00:32
Timing problem 0:00:39
Peak level 91.2 %
Extraction speed 10.7 X
Test CRC 7CD149D5
Copy CRC 7CD149D5
Copy finished
Track 20
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\20 - LIST- Laid Back Hop.wav
Peak level 92.9 %
Extraction speed 10.8 X
Test CRC 42D485B7
Copy CRC 42D485B7
Copy OK
Track 21
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\21 - ENDLESS- ENDLESS JAM.wav
Pre-gap length 0:00:04.43
Peak level 94.3 %
Extraction speed 10.8 X
Test CRC 9EF66FF5
Copy CRC 9EF66FF5
Copy OK
Track 22
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\22 - DIET- Funky mama is working out.wav
Timing problem 0:00:01
Peak level 98.8 %
Extraction speed 10.8 X
Test CRC C82DA14B
Copy CRC C82DA14B
Copy finished
Track 23
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\23 - BREAK STAGE- SO IN LOVE ~train~.wav
Pre-gap length 0:00:06.17
Peak level 84.1 %
Extraction speed 7.0 X
Test CRC B3CC815C
Copy CRC B3CC815C
Copy OK
Track 24
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\24 - STAFF ROLL- Midnite Blaze Extended.wav
Peak level 92.9 %
Extraction speed 11.5 X
Test CRC 892BC7FA
Copy CRC 892BC7FA
Copy OK
Track 25
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\25 - STAFF ROLL (X'mas 時期限定)- SILENT HILL ~Tell Me You Love Me For Christmas~.wav
Pre-gap length 0:00:33.26
Peak level 91.2 %
Extraction speed 11.7 X
Test CRC 8B24ABA4
Copy CRC 8B24ABA4
Copy OK
Track 26
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\26 - STAFF ROLL- Feelings Won't Fade.wav
Pre-gap length 0:00:04.47
Timing problem 0:00:20
Peak level 88.1 %
Extraction speed 11.8 X
Test CRC 1E273A03
Copy CRC 1E273A03
Copy finished
Track 27
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\27 - INFORMATION- Midnite Blaze (SySF. Mix).wav
Pre-gap length 0:00:47.10
Peak level 100.0 %
Extraction speed 12.0 X
Test CRC 407FB06C
Copy CRC 407FB06C
Copy OK
Track 28
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\28 - ENDLESS- To Step.wav
Pre-gap length 0:00:20.02
Timing problem 0:00:34
Peak level 94.4 %
Extraction speed 12.0 X
Test CRC 223D0502
Copy CRC 223D0502
Copy finished
Track 29
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\29 - STAFF ROLL- Remember You ~ UNPLUGGED.wav
Peak level 79.4 %
Extraction speed 12.2 X
Test CRC DE6D7D7C
Copy CRC DE6D7D7C
Copy OK
Track 30
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\30 - Bamboo Village1.wav
Peak level 100.0 %
Extraction speed 12.1 X
Test CRC 5116ECB3
Copy CRC 5116ECB3
Copy OK
Track 31
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\31 - Sweet Sweet ♡ Magic.wav
Pre-gap length 0:00:15.15
Timing problem 0:00:26
Peak level 100.0 %
Extraction speed 12.1 X
Test CRC 17CA03C5
Copy CRC 17CA03C5
Copy finished
Track 32
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\32 - CAPTAIN JACK (Grandale Remix).wav
Timing problem 0:00:13
Peak level 100.0 %
Extraction speed 12.1 X
Test CRC 0CC9BE9F
Copy CRC 0CC9BE9F
Copy finished
Track 33
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\33 - BURNIN' THE FLOOR.wav
Timing problem 0:00:02
Peak level 100.0 %
Extraction speed 12.1 X
Test CRC 44DD876F
Copy CRC 44DD876F
Copy finished
Track 34
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\34 - CAN'T STOP FALLIN' IN LOVE.wav
Timing problem 0:00:12
Peak level 100.0 %
Extraction speed 12.2 X
Test CRC 3490ECD6
Copy CRC 3490ECD6
Copy finished
Track 35
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\35 - SYNCHRONIZED LOVE (Red Monster Hyper Mix).wav
Peak level 100.0 %
Extraction speed 11.3 X
Test CRC 054B240F
Copy CRC 054B240F
Copy OK
Track 36
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\36 - IF YOU WERE HERE.wav
Timing problem 0:00:04
Peak level 100.0 %
Extraction speed 12.4 X
Test CRC E6AFA07A
Copy CRC E6AFA07A
Copy finished
Track 37
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\37 - MOONLIGHT SHADOW (New Vocal Version).wav
Peak level 100.0 %
Extraction speed 12.5 X
Test CRC 400DCAA8
Copy CRC 400DCAA8
Copy OK
Track 38
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\38 - Look To The Sky.wav
Peak level 100.0 %
Extraction speed 12.3 X
Test CRC 8C89F8C2
Copy CRC 8C89F8C2
Copy OK
Track 39
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\39 - Look To The Sky (Trance Mix).wav
Peak level 100.0 %
Extraction speed 12.4 X
Test CRC 871A4DD0
Copy CRC 871A4DD0
Copy OK
Track 40
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\40 - Look To The Sky (True Color Mix).wav
Timing problem 0:00:23
Peak level 100.0 %
Extraction speed 12.4 X
Test CRC CA2C1D7E
Copy CRC CA2C1D7E
Copy finished
Track 41
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\41 - SKY HIGH.wav
Timing problem 0:00:11
Peak level 100.0 %
Extraction speed 12.5 X
Test CRC 5937FDBA
Copy CRC 5937FDBA
Copy finished
Track 42
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\42 - LET'S GET DOWN.wav
Peak level 100.0 %
Extraction speed 12.6 X
Test CRC F4526FF5
Copy CRC F4526FF5
Copy OK
Track 43
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\43 - HIGHER.wav
Peak level 100.0 %
Extraction speed 12.7 X
Test CRC F1710125
Copy CRC F1710125
Copy OK
Track 44
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\44 - Can Be Real.wav
Pre-gap length 0:00:12.38
Peak level 100.0 %
Extraction speed 12.1 X
Test CRC 586B1715
Copy CRC 586B1715
Copy OK
Track 45
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\45 - AM-3P.wav
Timing problem 0:00:06
Peak level 100.0 %
Extraction speed 12.8 X
Test CRC 5C52FE59
Copy CRC 5C52FE59
Copy finished
Track 46
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\46 - I Need You (Insideout Door Mix).wav
Peak level 100.0 %
Extraction speed 12.6 X
Test CRC 84C28622
Copy CRC 84C28622
Copy OK
Track 47
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\47 - Forever Sunshine.wav
Timing problem 0:00:14
Peak level 100.0 %
Extraction speed 12.8 X
Test CRC E8EC3F1C
Copy CRC E8EC3F1C
Copy finished
Track 48
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\48 - I BELIEVE IN MIRACLES.wav
Peak level 100.0 %
Extraction speed 12.9 X
Test CRC 78342698
Copy CRC 78342698
Copy OK
Track 49
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\49 - Scorching Moon.wav
Timing problem 0:00:10
Peak level 100.0 %
Extraction speed 12.7 X
Test CRC 94899502
Copy CRC 94899502
Copy finished
Track 50
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\50 - CUTIE CHASER (MORNING MIX).wav
Peak level 100.0 %
Extraction speed 12.9 X
Test CRC FCFF6E2B
Copy CRC FCFF6E2B
Copy OK
Track 51
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\51 - Silent Hill.wav
Timing problem 0:00:02
Timing problem 0:00:18
Peak level 100.0 %
Extraction speed 13.0 X
Test CRC 9F3E00BC
Copy CRC 9F3E00BC
Copy finished
Track 52
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\52 - Try 2 Luv. U.wav
Timing problem 0:00:15
Peak level 100.0 %
Extraction speed 12.9 X
Test CRC 8D9FDAE5
Copy CRC 8D9FDAE5
Copy finished
Track 53
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\53 - PUT YOUR FAITH IN ME.wav
Timing problem 0:00:06
Peak level 100.0 %
Extraction speed 12.9 X
Test CRC B8B9B0B6
Copy CRC B8B9B0B6
Copy finished
Track 54
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\54 - I Need You.wav
Peak level 100.0 %
Extraction speed 13.1 X
Test CRC 0D17E716
Copy CRC 0D17E716
Copy OK
Track 55
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\55 - WANNABE.wav
Peak level 100.0 %
Extraction speed 13.1 X
Test CRC BDD63C65
Copy CRC BDD63C65
Copy OK
Track 56
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\56 - Remember You.wav
Timing problem 0:00:05
Peak level 100.0 %
Extraction speed 13.0 X
Test CRC 42E39D8D
Copy CRC 42E39D8D
Copy finished
Track 57
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\57 - MY SUMMER LOVE.wav
Peak level 100.0 %
Extraction speed 13.2 X
Test CRC FE1B2734
Copy CRC FE1B2734
Copy OK
Track 58
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\58 - BABY BABY GIMME YOUR LOVE.wav
Timing problem 0:00:09
Peak level 100.0 %
Extraction speed 13.1 X
Test CRC A7EC71E2
Copy CRC A7EC71E2
Copy finished
Track 59
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\59 - WE WILL ROCK YOU.wav
Peak level 100.0 %
Extraction speed 13.4 X
Test CRC 2DFA247C
Copy CRC 2DFA247C
Copy OK
Track 60
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\60 - 祭 JAPAN.wav
Timing problem 0:00:20
Peak level 100.0 %
Extraction speed 13.2 X
Test CRC 001C0DDC
Copy CRC 001C0DDC
Copy finished
Track 61
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\61 - PARANOiA.wav
Timing problem 0:00:03
Peak level 100.0 %
Extraction speed 13.4 X
Test CRC 59A42320
Copy CRC 59A42320
Copy finished
Track 62
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\62 - La Senorita.wav
Timing problem 0:00:16
Peak level 100.0 %
Extraction speed 13.4 X
Test CRC 1CC122D5
Copy CRC 1CC122D5
Copy finished
Track 63
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\63 - RHYTHM & POLICE (K.O.G G3 Mix).wav
Timing problem 0:00:06
Peak level 100.0 %
Extraction speed 13.3 X
Test CRC 57F48260
Copy CRC 57F48260
Copy finished
Track 64
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\64 - B4U.wav
Timing problem 0:00:03
Peak level 100.0 %
Extraction speed 13.1 X
Test CRC D4589A96
Copy CRC D4589A96
Copy finished
Track 65
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\65 - DYNAMITE RAVE (Down Bird SOTA Mix).wav
Peak level 100.0 %
Extraction speed 13.3 X
Test CRC 4C8C857E
Copy CRC 4C8C857E
Copy OK
Track 66
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\66 - DROP THE BOMB.wav
Peak level 100.0 %
Extraction speed 13.2 X
Test CRC CC220F0B
Copy CRC CC220F0B
Copy OK
Track 67
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\67 - DROP THE BOMB (SySF. MIX).wav
Timing problem 0:00:15
Peak level 100.0 %
Extraction speed 13.5 X
Test CRC C36D49A1
Copy CRC C36D49A1
Copy finished
Track 68
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\68 - Freedom.wav
Peak level 100.0 %
Extraction speed 13.7 X
Test CRC 82BDAABA
Copy CRC 82BDAABA
Copy OK
Track 69
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\69 - CELEBRATE NITE.wav
Timing problem 0:00:10
Peak level 100.0 %
Extraction speed 13.6 X
Test CRC 0EE7AED8
Copy CRC 0EE7AED8
Copy finished
Track 70
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\70 - un deux trois.wav
Peak level 100.0 %
Extraction speed 13.8 X
Test CRC 1D1C8D74
Copy CRC 1D1C8D74
Copy OK
Track 71
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\71 - CONGA FEELING.wav
Peak level 100.0 %
Extraction speed 13.8 X
Test CRC 3878DAA2
Copy CRC 3878DAA2
Copy OK
Track 72
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\72 - EL RITMO TROPICAL (El Bimbo).wav
Peak level 100.0 %
Extraction speed 13.7 X
Test CRC 1301762A
Copy CRC 1301762A
Copy OK
Track 73
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\73 - A Stupid Barber.wav
Timing problem 0:00:15
Peak level 100.0 %
Extraction speed 13.8 X
Test CRC F3BBAE04
Copy CRC F3BBAE04
Copy finished
Track 74
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\74 - GET UP 'N MOVE.wav
Timing problem 0:00:09
Peak level 100.0 %
Extraction speed 13.7 X
Test CRC 2121C293
Copy CRC 2121C293
Copy finished
Track 75
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\75 - AM-3P (303 BASS MIX).wav
Timing problem 0:00:06
Peak level 100.0 %
Extraction speed 13.8 X
Test CRC C738EF61
Copy CRC C738EF61
Copy finished
Track 76
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\76 - Do It Right (Harmonized 2Step Mix).wav
Peak level 100.0 %
Extraction speed 13.8 X
Test CRC 9C5B517F
Copy CRC 9C5B517F
Copy OK
Track 77
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\77 - BUTTERFLY.wav
Timing problem 0:00:01
Peak level 100.0 %
Extraction speed 14.0 X
Test CRC 80248D60
Copy CRC 80248D60
Copy finished
Track 78
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\78 - DUB-I-DUB.wav
Timing problem 0:00:24
Peak level 100.0 %
Extraction speed 14.0 X
Test CRC 04467692
Copy CRC 04467692
Copy finished
Track 79
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\79 - DREAM A DREAM.wav
Timing problem 0:00:19
Peak level 100.0 %
Extraction speed 12.9 X
Test CRC 6116D3C4
Copy CRC 6116D3C4
Copy finished
Track 80
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\80 - DAM DARIRAM.wav
Timing problem 0:00:08
Peak level 100.0 %
Extraction speed 13.9 X
Test CRC 601D4A71
Copy CRC 601D4A71
Copy finished
Track 81
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\81 - WITCH DOCTOR (Giants Toons Version).wav
Peak level 100.0 %
Extraction speed 14.0 X
Test CRC 319BF48E
Copy CRC 319BF48E
Copy OK
Track 82
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\82 - STILL IN MY HEART.wav
Peak level 100.0 %
Extraction speed 14.2 X
Test CRC AE845FBF
Copy CRC AE845FBF
Copy OK
Track 83
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\83 - BRILLIANT 2U.wav
Timing problem 0:00:02
Peak level 100.0 %
Extraction speed 14.1 X
Test CRC 86EF3A9E
Copy CRC 86EF3A9E
Copy finished
Track 84
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\84 - END OF THE CENTURY.wav
Peak level 100.0 %
Extraction speed 14.2 X
Test CRC B33CFD52
Copy CRC B33CFD52
Copy OK
Track 85
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\85 - ORION.78 (AMeuro-MIX).wav
Peak level 100.0 %
Extraction speed 14.3 X
Test CRC 92F7A828
Copy CRC 92F7A828
Copy OK
Track 86
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\86 - MAX. (period).wav
Timing problem 0:00:13
Peak level 100.0 %
Extraction speed 14.2 X
Test CRC 7241B139
Copy CRC 7241B139
Copy finished
Track 87
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\87 - PARANOiA -Respect-.wav
Peak level 100.0 %
Extraction speed 14.4 X
Test CRC 36FE1189
Copy CRC 36FE1189
Copy OK
Track 88
Filename C:\DanceDanceRevoluton PartyCollection ORIGINAL SOUNDTRACK\88 - Midnite Blaze Extended.wav
Timing problem 0:00:07
Peak level 100.0 %
Extraction speed 14.4 X
Test CRC F56E3A1C
Copy CRC F56E3A1C
Copy finished
No errors occurred
End of status report
==== Log checksum 22748D344878D50CC0B62B8AF113E9A9ECFB4817760ABE8ACA 7816B05E3CBBD4 ====
Is the log report OK? I see some issues in timing.
Results..
Timing problem(s) found on track 2, -20 points [20]
Copy not OK for track 2, -5 points [25]
Timing problem(s) found on track 6, -20 points [45]
Copy not OK for track 6, -5 points [50]
Timing problem(s) found on track 14, -20 points [70]
Copy not OK for track 14, -5 points [75]
Timing problem(s) found on track 17, -20 points [95]
Copy not OK for track 17, -5 points [100]
Timing problem(s) found on track 19, -20 points [120]
Copy not OK for track 19, -5 points [125]
Timing problem(s) found on track 22, -20 points [145]
Copy not OK for track 22, -5 points [150]
Timing problem(s) found on track 26, -20 points [170]
Copy not OK for track 26, -5 points [175]
Timing problem(s) found on track 28, -20 points [195]
Copy not OK for track 28, -5 points [200]
Timing problem(s) found on track 31, -20 points [220]
Copy not OK for track 31, -5 points [225]
Timing problem(s) found on track 32, -20 points [245]
Copy not OK for track 32, -5 points [250]
Timing problem(s) found on track 33, -20 points [270]
Copy not OK for track 33, -5 points [275]
Timing problem(s) found on track 34, -20 points [295]
Copy not OK for track 34, -5 points [300]
Timing problem(s) found on track 36, -20 points [320]
Copy not OK for track 36, -5 points [325]
Timing problem(s) found on track 40, -20 points [345]
Copy not OK for track 40, -5 points [350]
Timing problem(s) found on track 41, -20 points [370]
Copy not OK for track 41, -5 points [375]
Timing problem(s) found on track 45, -20 points [395]
Copy not OK for track 45, -5 points [400]
Timing problem(s) found on track 47, -20 points [420]
Copy not OK for track 47, -5 points [425]
Timing problem(s) found on track 49, -20 points [445]
Copy not OK for track 49, -5 points [450]
Timing problem(s) found on track 51, -20 points [470]
Copy not OK for track 51, -5 points [475]
Timing problem(s) found on track 52, -20 points [495]
Copy not OK for track 52, -5 points [500]
Timing problem(s) found on track 53, -20 points [520]
Copy not OK for track 53, -5 points [525]
Timing problem(s) found on track 56, -20 points [545]
Copy not OK for track 56, -5 points [550]
Timing problem(s) found on track 58, -20 points [570]
Copy not OK for track 58, -5 points [575]
Timing problem(s) found on track 60, -20 points [595]
Copy not OK for track 60, -5 points [600]
Timing problem(s) found on track 61, -20 points [620]
Copy not OK for track 61, -5 points [625]
Timing problem(s) found on track 62, -20 points [645]
Copy not OK for track 62, -5 points [650]
Timing problem(s) found on track 63, -20 points [670]
Copy not OK for track 63, -5 points [675]
Timing problem(s) found on track 64, -20 points [695]
Copy not OK for track 64, -5 points [700]
Timing problem(s) found on track 67, -20 points [720]
Copy not OK for track 67, -5 points [725]
Timing problem(s) found on track 69, -20 points [745]
Copy not OK for track 69, -5 points [750]
Timing problem(s) found on track 73, -20 points [770]
Copy not OK for track 73, -5 points [775]
Timing problem(s) found on track 74, -20 points [795]
Copy not OK for track 74, -5 points [800]
Timing problem(s) found on track 75, -20 points [820]
Copy not OK for track 75, -5 points [825]
Timing problem(s) found on track 77, -20 points [845]
Copy not OK for track 77, -5 points [850]
Timing problem(s) found on track 78, -20 points [870]
Copy not OK for track 78, -5 points [875]
Timing problem(s) found on track 79, -20 points [895]
Copy not OK for track 79, -5 points [900]
Timing problem(s) found on track 80, -20 points [920]
Copy not OK for track 80, -5 points [925]
Timing problem(s) found on track 83, -20 points [945]
Copy not OK for track 83, -5 points [950]
Timing problem(s) found on track 86, -20 points [970]
Copy not OK for track 86, -5 points [975]
Timing problem(s) found on track 88, -20 points [995]
Copy not OK for track 88, -5 points [1000]
The rip was not done in secure mode. While this does not necessarily mean that the rip itself is bad, it is a very poor setting and will cause massive additional point deductions if the other settings are not perfect. -1 point [1001]
AccurateRip not enabled for every track, -10 points [1011]
Incorrect read offset for drive. Correct offsets are: +102, 102 (Checked against the following drive(s): HP DVD Writer 840b), -5 points [1016]
Don't mind the point thing.. but this score is -916.. when it should be +100 lol
Chrono Meridian
09-29-2014, 09:40 AM
How come the Brawl soundtrack is said to have 313 tracks in this forum yet it only has 312?
My Soundtrack has 313 tracks, what missing?
The version I have has 343 tracks it includes everything (Jingles, victory themes, etc...)
So, I'm pretty sure I've used all brstm files. Hmm...
Neo_Chip
09-29-2014, 01:05 PM
Results..
Timing problem(s) found on track 2, -20 points [20]
Copy not OK for track 2, -5 points [25]
Timing problem(s) found on track 6, -20 points [45]
Copy not OK for track 6, -5 points [50]
Timing problem(s) found on track 14, -20 points [70]
Copy not OK for track 14, -5 points [75]
Timing problem(s) found on track 17, -20 points [95]
Copy not OK for track 17, -5 points [100]
Timing problem(s) found on track 19, -20 points [120]
Copy not OK for track 19, -5 points [125]
Timing problem(s) found on track 22, -20 points [145]
Copy not OK for track 22, -5 points [150]
Timing problem(s) found on track 26, -20 points [170]
Copy not OK for track 26, -5 points [175]
Timing problem(s) found on track 28, -20 points [195]
Copy not OK for track 28, -5 points [200]
Timing problem(s) found on track 31, -20 points [220]
Copy not OK for track 31, -5 points [225]
Timing problem(s) found on track 32, -20 points [245]
Copy not OK for track 32, -5 points [250]
Timing problem(s) found on track 33, -20 points [270]
Copy not OK for track 33, -5 points [275]
Timing problem(s) found on track 34, -20 points [295]
Copy not OK for track 34, -5 points [300]
Timing problem(s) found on track 36, -20 points [320]
Copy not OK for track 36, -5 points [325]
Timing problem(s) found on track 40, -20 points [345]
Copy not OK for track 40, -5 points [350]
Timing problem(s) found on track 41, -20 points [370]
Copy not OK for track 41, -5 points [375]
Timing problem(s) found on track 45, -20 points [395]
Copy not OK for track 45, -5 points [400]
Timing problem(s) found on track 47, -20 points [420]
Copy not OK for track 47, -5 points [425]
Timing problem(s) found on track 49, -20 points [445]
Copy not OK for track 49, -5 points [450]
Timing problem(s) found on track 51, -20 points [470]
Copy not OK for track 51, -5 points [475]
Timing problem(s) found on track 52, -20 points [495]
Copy not OK for track 52, -5 points [500]
Timing problem(s) found on track 53, -20 points [520]
Copy not OK for track 53, -5 points [525]
Timing problem(s) found on track 56, -20 points [545]
Copy not OK for track 56, -5 points [550]
Timing problem(s) found on track 58, -20 points [570]
Copy not OK for track 58, -5 points [575]
Timing problem(s) found on track 60, -20 points [595]
Copy not OK for track 60, -5 points [600]
Timing problem(s) found on track 61, -20 points [620]
Copy not OK for track 61, -5 points [625]
Timing problem(s) found on track 62, -20 points [645]
Copy not OK for track 62, -5 points [650]
Timing problem(s) found on track 63, -20 points [670]
Copy not OK for track 63, -5 points [675]
Timing problem(s) found on track 64, -20 points [695]
Copy not OK for track 64, -5 points [700]
Timing problem(s) found on track 67, -20 points [720]
Copy not OK for track 67, -5 points [725]
Timing problem(s) found on track 69, -20 points [745]
Copy not OK for track 69, -5 points [750]
Timing problem(s) found on track 73, -20 points [770]
Copy not OK for track 73, -5 points [775]
Timing problem(s) found on track 74, -20 points [795]
Copy not OK for track 74, -5 points [800]
Timing problem(s) found on track 75, -20 points [820]
Copy not OK for track 75, -5 points [825]
Timing problem(s) found on track 77, -20 points [845]
Copy not OK for track 77, -5 points [850]
Timing problem(s) found on track 78, -20 points [870]
Copy not OK for track 78, -5 points [875]
Timing problem(s) found on track 79, -20 points [895]
Copy not OK for track 79, -5 points [900]
Timing problem(s) found on track 80, -20 points [920]
Copy not OK for track 80, -5 points [925]
Timing problem(s) found on track 83, -20 points [945]
Copy not OK for track 83, -5 points [950]
Timing problem(s) found on track 86, -20 points [970]
Copy not OK for track 86, -5 points [975]
Timing problem(s) found on track 88, -20 points [995]
Copy not OK for track 88, -5 points [1000]
The rip was not done in secure mode. While this does not necessarily mean that the rip itself is bad, it is a very poor setting and will cause massive additional point deductions if the other settings are not perfect. -1 point [1001]
AccurateRip not enabled for every track, -10 points [1011]
Incorrect read offset for drive. Correct offsets are: +102, 102 (Checked against the following drive(s): HP DVD Writer 840b), -5 points [1016]
Don't mind the point thing.. but this score is -916.. when it should be +100 lolLOL I just realized I burned with the "DVD writer" instead of the "DVD Drive", I'll re-rip it.
Vegeta
09-30-2014, 12:24 AM
LOL I just realized I burned with the "DVD writer" instead of the "DVD Drive", I'll re-rip it.
Burned? .. are you ripping a CD-R? .. cuz thats a big no no.
Alexandero2
09-30-2014, 12:31 AM
Just did a game rip of Claw:
Thread 180042 in FLAC of course.
This is probably not worth mentioning, but this totally reminded me of Prince Hawkcat. lol
Neo_Chip
09-30-2014, 12:41 AM
Burned? .. are you ripping a CD-R? .. cuz thats a big no no.
Man am I off, 'I meant ripped'. I just created a doubt haven't I?
Hellier
09-30-2014, 07:27 AM
This one was given away by the composer himself. There is no log and
I didn't touch the files, they are still in .wav
VGMdb (
http://vgmdb.net/album/2495)
https://mega.co.nz/#!kwJ1iQRZ!5qk2WMAiBVg63-mtOspa1KhDK13SuOEt4o6IPJJ7Dzw
If anyone wants a FLAC that was ripped from the CD, there is a share made by BlackJesusChristos here:
Thread 133849
bobadabuilder
09-30-2014, 09:09 AM
CHOCOBO NO FUSHIGINA DUNGEON ORIGINAL SOUNDTRACK
Masashi Hamauzu
SSCX-10014 | CHOCOBO NO FUSHIGINA DUNGEON ORIGINAL SOUNDTRACK (
http://vgmdb.net/album/52)
| FLAC | CUE | LOG | SCANS | 5% Recovery RAR |
LINKS:
DISC 01
Part 01 (
http://www17.zippyshare.com/v/87868031/file.html)
Part 02 (
http://www52.zippyshare.com/v/94874198/file.html)
Part 03 (
http://www8.zippyshare.com/v/81099884/file.html)
DISC 02
HERE (
http://www22.zippyshare.com/v/33789742/file.html)
CHOCOBO NO FUSHIGINA DUNGEON: COI VANNI GIALLI
Masashi Hamauzu, Nobuo Uematsu
SSCX-10016 | CHOCOBO NO FUSHIGINA DUNGEON: COI VANNI GIALLI (
http://vgmdb.net/album/54)
| FLAC | CUE | LOG | SCANS | 5% Recovery RAR |
LINKS:
Part 01 (
http://www6.zippyshare.com/v/44674279/file.html)
Part 02 (
http://www56.zippyshare.com/v/92910220/file.html)
CHOCOBO NO FUSHIGINA DUNGEON 2 Original Soundtrack
Kenji Ito, Yasuhiro Kawakami, Kumi Tanioka, Tsuyoshi Sekito, Nobuo Uematsu
SSCX-10026 | CHOCOBO NO FUSHIGINA DUNGEON 2 Original Soundtrack (
http://vgmdb.net/album/69)
| FLAC | CUE | LOG | SCANS | 5% Recovery RAR |
LINKS:
Part 01 (
http://www46.zippyshare.com/v/81826928/file.html)
Part 02 (
http://www27.zippyshare.com/v/83960118/file.html)
Part 03 (
http://www27.zippyshare.com/v/16961843/file.html)
Door Crawl / Ai Kawashima
Ai Kawashima
TRAK-0078 | Door Crawl / Ai Kawashima (
http://vgmdb.net/album/6185)
| FLAC | 5% Recovery RAR |
LINK:
HERE (
http://www2.zippyshare.com/v/95292660/file.html)
Chocobo no Fushigi na Dungeon Tokiwasure no Meikyuu Original Soundtrack
Nobuo Uematsu, Kumi Tanioka, Naoshi Mizuta, Junya Nakano, Masashi Hamauzu, Kenji Ito, Ai Kawashima
SQEX-10104 | Chocobo no Fushigi na Dungeon Tokiwasure no Meikyuu Original Soundtrack (
http://vgmdb.net/album/5684)
| FLAC | SCANS | 5% Recovery RAR |
LINKS:
Part 01 (
http://www21.zippyshare.com/v/58037931/file.html)
Part 02 (
http://www27.zippyshare.com/v/54568310/file.html)
Part 03 (
http://www23.zippyshare.com/v/8726438/file.html)
Part 04 (
http://www27.zippyshare.com/v/66069969/file.html)
anyone got these
t0m s3rvo
09-30-2014, 11:17 AM
I don't suppose anyone has the original Darksiders soundtrack by any chance?
emuxer
09-30-2014, 02:03 PM
Name, VGMdb link, Cover, links, Name, VGMdb link, Cover, links, Name, VGMdb link, Cover, links, .......... anyone got these
Is anyone aware that you can edit the text when you quote? Quoting everything won't give you a faster re-up.
Zodiacmaster
09-30-2014, 02:05 PM
Does anyone of you have Shadows of the Damned (
http://vgmdb.net/album/28533) soundtrack? Doesn't matter if it's the official soundtrack or a gamerip. All links in this board are dead, so anything would suffice for me.
alc123
09-30-2014, 03:34 PM
Does anyone of you have Shadows of the Damned (
http://vgmdb.net/album/28533) soundtrack? Doesn't matter if it's the official soundtrack or a gamerip. All links in this board are dead, so anything would suffice for me.It's up on rutracker in FLAC.
Dragoon Knight
09-30-2014, 05:52 PM
Shadows of the Damned - Original Music From Akira Yamaoka - 2011

Flac/Audio-checker text
And

Game Rip/Flac/8% Recovery
Just like alc123 said I got this from rutracker and the game rip is from another source that I took time to rip and convert to flac. It would have been WAY easier to use command prompt and *ogg it all, but the quality would have dropped to mp3 74kpbs O_o... no way So yes I enjoyed it better as flac and u all will to just give it a try :D .
Shadows of the Damned - Original Music From Akira Yamaoka - 2011 AND PS3 GameRip (
https://mega.co.nz/#F!JIMBFIDI!IyHTSgDPg_1MPLWmLjZd5w)
Son of Kalas
09-30-2014, 10:05 PM
does anyone know if the shadow of mordor ost is availiable in lossless? or is it just on Itunes?
SonicRings4
09-30-2014, 10:09 PM
My Soundtrack has 313 tracks, what missing?
So, I'm pretty sure I've used all brstm files. Hmm...
How can I tell you what is missing? ....It's missing. Unless one of your rar files contained a single song, you might have compressed an archive and forgot one of the songs.. :P
---------- Post added at 03:09 PM ---------- Previous post was at 03:07 PM ----------
32 kHz is the sampling rate used to encode the brstm files so no point in upsampling them.
The version I have has 343 tracks it includes everything (Jingles, victory themes, etc...)
I thought there was an official Brawl soundtrack CD?
So are you telling me the music files on the Brawl Wii Disc are lossless? :o
Chrono Meridian
09-30-2014, 10:52 PM
How can I tell you what is missing? ....It's missing. Unless one of your rar files contained a single song, you might have compressed an archive and forgot one of the songs.. :P
Tracknumber?
Tell me which rar file
Disc 01 =19 Tracks
Disc 02 =10 Tracks
Disc 03 =18 Tracks
Disc 04 =10 ...
Disc 05 =06
Disc 06 =12
Disc 07 =10
Disc 08 =10
Disc 09 =10
Disc 10 =11
Disc 11 =06
Disc 12 =08
Disc 13 =17
Disc 14 =11
Disc 15 =04
Disc 16 =13
Disc 17 =16
Disc 18 =09
Disc 19 =04
Disc 20 =12
Disc 21 =30
Disc 22 =24
Disc 23 =15
Disc 24 =20
Disc 25 =07
I know it's wrong to call it "Disc"
alex_bip_15
09-30-2014, 11:00 PM
I thought there was an official Brawl soundtrack CD?
So are you telling me the music files on the Brawl Wii Disc are lossless? :o
No there was no official Brawl Soundtrack
and yeah guess so
rockman7777777
09-30-2014, 11:22 PM
Sorry if the scans suck my scanner isn't great.
Flac+log+cue+jpg
FileSwap.com : 2D Ver. Rockman DASH3 The Prologue! Original Soundtrack.rar download free (
http://www.fileswap.com/dl/BT1UeEsonA/2D_Ver._Rockman_DASH3_The_Prologue!_Original_Sound track.rar.html)
Despair
09-30-2014, 11:53 PM
So are you telling me the music files on the Brawl Wii Disc are lossless? :o
"Lossless" as in "highest quality you can possibly achieve from the game disc and simultaneously does not lose any data from the disc"
If you want better then you're going to have to talk to Nintendo. Too bad it's too much music for them to ever do anything more than a "selection."
bobadabuilder
09-30-2014, 11:56 PM
I thought there was an official Brawl soundtrack CD?
So are you telling me the music files on the Brawl Wii Disc are lossless? :o
they are lossless in the sense that they aren't compressed further than what was originally written onto the disc
don't know if bsrtm is a lossy encode beyond the 32khz sample rate which has a frequency ceiling of 16khz
R3v3rs3
09-30-2014, 11:57 PM
What 2 new tracks?
Honestly.. I'm disappointed this didn't have "Open Your Heart" and "Live & Learn" both in normal and instrumental :(
Instrumental of Live & Learn is included in "Cuts Unleashed: SA2 Vocal Collection (
http://sonic.wikia.com/wiki/Cuts_Unleashed:_SA2_Vocal_Collection)" if you want.
Edit: semi-instrumental*, has background a capella in some parts.
LiquidAcid
10-01-2014, 01:24 AM
don't know if bsrtm is a lossy encode beyond the 32khz sample rate which has a frequency ceiling of 16khz
BRSTM is a container for ADPCM encoded audio data. Since ADPCM is very different from linear PCM, the format which you can usually find in WAV containers that carry 'uncompressed' audio, the term 'lossy' doesn't make much sense here.
bobadabuilder
10-01-2014, 03:59 AM
what exactly are the differences between adpcm and linear pcm
in layman's how does it affect sound quality and file size
---------- Post added at 09:59 PM ---------- Previous post was at 09:59 PM ----------
what exactly are the differences between adpcm and linear pcm
in layman's how does it affect sound quality and file size
I was pleasantly surprised to find out that the soundtrack is finally available, after so many years since the game's initial release.
This FLAC version is included with Bad Mojo Redux on GOG.com (
http://www.gog.com/game/bad_mojo_redux), and I would recommend to get that particular edition of the game, with all the bonus content and for that price it's a good deal.
On top of other things Bad Mojo featured a well written story... something quite unexpected from this bizarre roach game, first time I got around it. What can be better then a hybrid adventure puzzler from 90s with good writing and atmospheric electronic soundtrack? Yep you guessed it, only the next Call of Duty.
The Main Theme track is very distinct and is one of my favorites compared to other adventure titles.
◉| Bad Mojo Soundtrack |◉
( FLAC / from GOG.com )
Digital Rlease ~ 543 MB
Release Date : May 07, 2012
■ VGMdb ■ (
http://vgmdb.net/album/12446)
↓ DOWNLOAD ↓
MEGA.co.nz (
https://mega.co.nz/#!LtViUABb!hKuWPsWsZL9XHAE_eXnvPnhLGlzgsrmbfgKdXpx IVw8)
1983parrothead
10-01-2014, 03:22 PM
Anyone have these?
KDSD-00426~7 | UPL RETRO GAME MUSIC COLLECTION - VGMdb (
http://vgmdb.net/album/23648)
KDSD-00533~4 | DATA EAST RETRO GAME MUSIC COLLECTION 3 - VGMdb (
http://vgmdb.net/album/30752)
KDSD-00367 | irem RETRO GAME MUSIC COLLECTION - VGMdb (
http://vgmdb.net/album/20428)
KDSD-00449~50 | irem RETRO GAME MUSIC COLLECTION 2 - VGMdb (
http://vgmdb.net/album/25092)
KDSD-00442~3 | JALECO Retro Game Music Collection - VGMdb (
http://vgmdb.net/album/24297)
CDGM-10013 | Abarenbou Tengu Music Collection -Rom Cassette Disc In... - VGMdb (
http://vgmdb.net/album/39134)
CDGM-10011 | Rom Cassette Disc In KEMCO - VGMdb (
http://vgmdb.net/album/38125)
CDCD-10005 | Rom Cassette Disc In SUNSOFT Remix - VGMdb (
http://vgmdb.net/album/28973)
CDCD-10001 | Rom Cassette Disc In JALECO - VGMdb (
http://vgmdb.net/album/22480)
CDCD-10002 | Rom Cassette Disc In JALECO Remix - VGMdb (
http://vgmdb.net/album/24895)
CDCD-10006 | Rom Cassette Disc In NATSUME Vol.1 - VGMdb (
http://vgmdb.net/album/31335)
CDCD-10007 | Rom Cassette Disc In NATSUME Vol.2 - VGMdb (
http://vgmdb.net/album/32236)
CDCD-10004 | Rom Cassette Disk In SUNSOFT Disk System ver. - VGMdb (
http://vgmdb.net/album/27671)
betaking
10-01-2014, 04:04 PM
KDSD-00442~3 | JALECO Retro Game Music Collection - VGMdb I have this cd! wait me for up it!
SirRouzel
10-01-2014, 05:39 PM
Hello everyone!
I'm wondering if anyone have any of those CD's?:
SCDC-00517~8 - The King of Fighters XI Sound Collection (
http://vgmdb.net/album/6584)
PCCB-00152 - Garou Densetsu SPECIAL Image Album Part 1 (
http://vgmdb.net/album/2223)
Is it possible get this also on FLAC or MP3 (But, with a Really good Quality)?
All the OST i find of these, are just on a Poor Quality...
BoneSatyr
10-01-2014, 06:45 PM
Anyone have these?
CDCD-10001 | Rom Cassette Disc In JALECO - VGMdb (
http://vgmdb.net/album/22480)
If you can figure out who composed the music for all of the games, I could rip my copy. I have only managed to find out composers for the following, but I'm not 100% sure they are correct for the Famicom soundtracks (may only be for arcade).
The Lord of King (Astyanax) - Kiyoshi Yokoyama (横山清)
Argus - Shinichi Sakamoto (坂本慎一)
Ramtieger has ripped irem RETRO GAME MUSIC COLLECTION 1 & 2 here (
Thread 136724).
IronChef69 ripped and posted Rom Cassette Disk In SUNSOFT Disk System ver. here (
http://forums.ffshrine.org/f72/lossless-video-game-soundtrack-thread-v2-126974/188.html#post2588395).
Hello everyone!
I'm wondering if anyone have any of those CD's?:
SCDC-00517~8 - The King of Fighters XI Sound Collection (
http://vgmdb.net/album/6584)
PCCB-00152 - Garou Densetsu SPECIAL Image Album Part 1 (
http://vgmdb.net/album/2223)
Is it possible get this also on FLAC or MP3 (But, with a Really good Quality)?
All the OST i find of these, are just on a Poor Quality...
Look for snkhero threads, he has A LOT of SNK related OSTs. And it would help if you increase your posts and share a little.
SirRouzel
10-01-2014, 10:55 PM
Look for snkhero threads, he has A LOT of SNK related OSTs. And it would help if you increase your posts and share a little.
I don't like SNKHero's OST thing for one reason:
"and i always rips Arrange Sound Tracks + sometimes i rip Original Soundtracks to if that albums is rare and near imposible find real cd or lossless format...i madet thouse soundtracks repeat 2 times + have 10 second fade off... "
I mean... everything on his Project is Fine, But with that said Above... Pretty much ruins it for me. [ No offense ]
I prefer the Rip be the same as Original without Edits or something else.
*EDIT*
The user Kirarax post This (
http://forums.ffshrine.org/f72/king-fighters-all-my-soundtracks-64263/39.html#post2767747) on The King of Fighters All (My) Soundtracks (
Thread 64263)
He also said he was going to upload the other OST left, such as:
"KOF 94,98,99,00,01,02,03 OST
KOF XI 2CD
KOF 98UM, 02UM OST"
I think it has been 20 Days now (?) However... Nothing new added yet.
I'm waiting for Kirarax to post Part 2, so... I guess i'll be waiting on him until he uploads it Complete.
LiquidAcid
10-01-2014, 11:13 PM
what exactly are the differences between adpcm and linear pcm
in layman's how does it affect sound quality and file size
I suggest to go from the PCM article (
http://en.wikipedia.org/wiki/Pulse-code_modulation).
Also, Monty from Xiph.org says a few words about pulse-code modulation in his video series (
http://xiph.org/video/). Even if it's basic stuff, it comes highly recommended.
Jessie
10-02-2014, 04:56 AM
Vegeta
10-02-2014, 06:49 AM
The following has been ripped & uploaded for my subscribers.
WWCE-31338~9 | Passion & Pride: Anthems with Attitude from the Sonic Adventure Era - VGMdb (
http://vgmdb.net/album/46797) (P Folder)

arfgh
10-02-2014, 09:37 AM
how to subscribe ?
Vegeta
10-02-2014, 09:39 AM
how to subscribe ?
you have to message me..
Pandemoniu
10-02-2014, 09:44 AM
Hi again.
Does anyone have fresh links to these STs?
Final Fantasy XIII Original Soundtrack [Limited Edition]
Final Fantasy XIII PLUS
Final Fantasy XIII-2 Original Soundtrack [Limited Edition]
All of them are down.
Thanks in advance.
arfgh
10-02-2014, 10:11 AM
somebody know for what platform was released the game Aqua kitty ?
zaykho
10-02-2014, 11:42 AM
somebody know for what platform was released the game Aqua kitty ?
Android, PS Vita and PC
Jessie
10-02-2014, 11:44 AM
Neo_Chip
10-02-2014, 02:15 PM
Picked up a very important CD this week. That CD on the right contains a long version of Highs Off U from DDRMAX and possible the world's most epic non-stop dance mix that has ever been 'thought', 'imagined', 'arranged', & 'created' by mankind. I'd go far to say it exceeds the DDR nonstop mixes as this CD will make you shake 'n groove from start to finish.
I wish to share it soon as this baby falls into my priority rip list :p

Despair
10-02-2014, 04:14 PM
Holy crap it exists?
Teioh
10-02-2014, 05:15 PM
Too late.
Maxwill
10-02-2014, 07:11 PM
thank you very much, Teioh! This is the real thing we all wanted ;)
Neo_Chip
10-02-2014, 07:12 PM
Holy crap it exists?The Scorccio CD?
arfgh
10-03-2014, 01:12 AM
Android, PS Vita and PC
ok thx, what more soundtracks lossless from PS Vita console do you know ?
Despair
10-03-2014, 04:16 AM
The Scorccio CD?
Yes. Though I googled around a bit and found the tracklist; seems it isn't the XY mix that's featured in the home version of DDR Extreme
Neo_Chip
10-03-2014, 04:35 AM
Yes. Though I googled around a bit and found the tracklist; seems it isn't the XY mix that's featured in the home version of DDR ExtremeI listening to both mixes and the I-MIX is a tad slower in BPM, other than that its the same thing except just a longer extended mix. I'm not sure how VGMdb feels about an entry like that, it bleeds mainstream but could be referenced to games such as Martial Beat and DDRMAX.
I'll talk to an admin there.
Edit 1: Let me correct myself there, the XY Mix version I listened to was from DDRMAX Disc 2 Soundtrack and that one has a faster BPM as it was edited a bit from Akira "BOSS" Yokota.
The original XY Mix in the 1st disc is the shorter version of the I-Mix in the Scorccio CD. Its the same song.
el viento
10-03-2014, 10:04 AM
Magwary! Awesome CD.
SRIN-1114 | SCORPIUS SOUNDTRACK (
http://vgmdb.net/album/41377)

(

)
FLAC | Log | Cue | Scans | Personal rip
Link (
http://anonym.to/?http://www.sendspace.com/file/lqvlrb)
Pwd : the catalog number of this CD
It was time for me to contribute a bit.
Does anyone got a copy of this? I accidentally deleted it...
zaykho
10-03-2014, 03:30 PM
Hi again.
Does anyone have fresh links to these STs?
Final Fantasy XIII Original Soundtrack [Limited Edition]
Final Fantasy XIII PLUS
Final Fantasy XIII-2 Original Soundtrack [Limited Edition]
All of them are down.
Thanks in advance.
Go there >>>> Download Final Fantasy Music Collection [FLAC] torrent - BakaBT (
http://bakabt.me/130907-final-fantasy-music-collection-flac.html)
Only Final Fantasy XIII-2 Original Soundtrack [Limited Edition] (
http://vgmdb.net/album/29079) is missing....
OmegaBlade
10-03-2014, 04:03 PM
@bobdabuilder
I'm pretty sure I have some of those.
I won't be able to check until late in the day, but if I do I'll upload them.
@Pandemoniu
What zaykho said above.
I also happen to have the Final Fantasy XIII-2 Official Soundtrack.
It's the North American collectors edition version, but it contains all the same music.
I'll probably upload the other two as well.
It's always nice to have options right?
They will likely take until tomorrow to be ready though.
zaykho
10-03-2014, 04:12 PM
It's always nice to have options right?
Exactly !! I'm trying to make a complete Square/Enix collection, with every album/cover/single available in the universe !! (great lord it will take time to catch them all :p )
Shooting Game Music collection ~ all my rips & scans except Gekitsuiou & Mushihimesama arrange ~

Mamoru-kun has been Cursed Soundtracks
FLAC | SPLIT | SCAN | | 363.5MB
(
https://mega.co.nz/#!JYNGjRjJ!I2Vq1FAL8tVh8AIWnvIS1PDuwcst3xU4uEqext9 cJnI)

Mamoru-kun has been Cursed Arrange Tracks
FLAC | SPLIT | SCAN | | 447.7MB
(
https://mega.co.nz/#!hIMEkLwT!_trNHZnvAMJ9CqxdVBCKblajkr9tuca-Ul0VScWUWwA)

Mamoru-kun has been Cursed Meikai Katsugeki Arrange Tracks
FLAC | SPLIT | SCAN | | 370.0MB
(
https://mega.co.nz/#!dMtyCIpC!mE7WnMaaW7sWW7ZfGaZDBsKf1dWfSO8i_6sX3IA kRxo)

Overblast the 3rd Stage
FLAC | SPLIT | SCAN | | 364.3MB
(
https://mega.co.nz/#!pV8nSIxS!6MtLbB0DZLI53jU4D6xudZ4RVTq38U2uPHN9DQ6 ZbSk)
Music Contents:
Espgaluda
ACE COMBAT 2
ESP Ra.De.
Mamoru-kun wa Norowarete Shimatta!
R-TYPE III
DIADRA EMPTY
Twinkle Star Sprites ~La Petite Princesse~
Ketsui ~Kizunajigokutachi~

Can't Proceed to Stage2!!
FLAC | SPLIT | SCAN | | 285.9MB
(
https://mega.co.nz/#!gV032Q6K!6P6yEjkaXKT1Osywk2WvgIz1GCTC3y4D5LA4wjt XHv4)
Music Contents:
Darius Gaiden
Touhou Eiyashou ~ Imperishable Night.
Psyvariar
Fantasy Zone
Battle Garegga
Syu-so-gyoku
RayForce
Radiant Silvergun
Thunder Force V
Suguri

Gekitsuiou Vol.1
Not my RIP | FLAC | SPLIT | SCAN | | 350.1MB
(
https://mega.co.nz/#!Md0VSJgS!n0qO2u8g5uiAUplEZHY40aQlKbbQra-04h5L7MShh_c)
Music Contents:
Verytex
Super Star Soldier
Soldier Blade
Final Blaster
Rohga: Armor Force (Wolf Fang: Kuuga 2001)
Ikaruga
Radiant Silvergun
Deathsmiles
Lords of Thunder (Winds of Thunder)
DoDonPachi Daifukkatsu
StarFox
Xevious

Gekitsuiou Vol.2
Not my RIP | FLAC | SPLIT | SCAN | | 201.7MB
(
https://mega.co.nz/#!wVExhK6B!xqgvpadvku0l5Ti0HoNVdcQTYHumVXGESkaGOxr CkCs)
Music Contents:
ESCHATOS
Mamoru-kun wa Norowarete Shimatta!
Shikigami no Shiro
Zunou Senkan Galg
Battle Garegga
Rayxanber III
Soldier Blade

RefRain Prism Memories Chronicle
FLAC | SPLIT | SCAN | | 487.2MB
(
https://mega.co.nz/#!sBcQxSBZ!NITswn0Ty38t3zU6b2bdBoMA7AgYCt7l2ICy3C8 aMiQ)

Gal☆Gun Original Soundtrack
FLAC | SPLIT | SCAN | | 455.3MB
(
https://mega.co.nz/#!4V9mUJ4S!kD23tINBvW8nrr1OuX3KGm93pTi2gp0ix-YLPa_sS-M)

Mushihimesama Arrange CD Haitenai Densetsu
Not my RIP | FLAC | SPLIT | SCAN | | 176.4MB
(
https://mega.co.nz/#!gQkCya5Q!s47vTaMyihBXvz-wTHIT6jjSy44DCB4Or9bTODYh_AI)

ESPGALUDA Siesta Music Arrange [Awakening] plus
FLAC | SPLIT | SCAN | | 572.6MB
(
https://mega.co.nz/#!AQVlUDbS!oThIEYvzCCFZAkQHZH6TGqpwqcAFHCFX9Bqxr2q LuNg)

Aozora Thunder -STG Arrangements-
FLAC | SPLIT | SCAN | | 109.6MB
(
https://mega.co.nz/#!VVE0kCLS!tZB6kkZKnJPIF6Obh3DJyutRjOP5ehbLlSjqrb1 zuXg)
Music Contents:
ESPGALUDA
TRIGGERHEART EXELICA
Ketsui ~Kizuna Jigoku Tachi~
IBARA
Mushihimesama
Chrono Meridian
10-03-2014, 09:53 PM
A "new" Banjo-Kazooie Soundtrack Album from fantastic Grant Kirkhope on Bandcamp for Free/Name your Price.
164 Tracks, 398:52 minutes
Banjo-Kazooie: Everything and the Kitchen Sink! | Grant Kirkhope (
http://grantkirkhope.bandcamp.com/album/banjo-kazooie-everything-and-the-kitchen-sink)

Despair
10-03-2014, 10:34 PM
A "new" Banjo-Kazooie Soundtrack Album from fantastic Grant Kirkhope on Bandcamp for Free/Name your Price.
164 Tracks, 398:52 minutes
Awsum!
Banjo-Kazooie: Everything and the Kitchen Sink! | Grant Kirkhope (
http://grantkirkhope.bandcamp.com/album/banjo-kazooie-everything-and-the-kitchen-sink)
I always wonder how he's able to legally offer these for download, I always assumed the music would've been bought up along with the Banjo & Kazooie name. Curious if he still had the files laying around or if they're just from a usf rip or something...
Chrono Meridian
10-03-2014, 10:56 PM
I always wonder how he's able to legally offer these for download, I always assumed the music would've been bought up along with the Banjo & Kazooie name. Curious if he still had the files laying around or if they're just from a usf rip or something...
Well, he has composed the songs, so he also has the rights to it?
Or Rare / Microsoft (?) has allowed him.
We could ask him, of course.
However, I do not think there are rips of usf files.
Despair
10-03-2014, 11:25 PM
However, I do not think there are rips of usf files.
Yeah, there's a usf rip for it. Looks like he just sourced from those: imgur: the simple image sharer (
http://imgur.com/a/qmpHd)
1st Spectrogram is Everything and the Kitchen Sink
2nd is from converted usf to wav
3rd is from the CD version of the soundtrack
Pandemoniu
10-03-2014, 11:29 PM
Go there >>>> Download Final Fantasy Music Collection [FLAC] torrent - BakaBT (
http://bakabt.me/130907-final-fantasy-music-collection-flac.html)
Only Final Fantasy XIII-2 Original Soundtrack [Limited Edition] (
http://vgmdb.net/album/29079) is missing....
Unfortunately, I am unable to do torrents. Thanks anyway.
I also happen to have the Final Fantasy XIII-2 Official Soundtrack.
It's the North American collectors edition version, but it contains all the same music.
I'll probably upload the other two as well.
It's always nice to have options right?
They will likely take until tomorrow to be ready though.
Now this is fine. Thank you! :)
No rush, either. So long as it gets done and someone knows I'd like it so it can be done in the first place, I'm fine.
Thanks again! :D
SmartOne
10-04-2014, 01:16 AM
A "new" Banjo-Kazooie Soundtrack Album from fantastic Grant Kirkhope on Bandcamp for Free/Name your Price.
164 Tracks, 398:52 minutes
Awsum!
Banjo-Kazooie: Everything and the Kitchen Sink! | Grant Kirkhope (
http://grantkirkhope.bandcamp.com/album/banjo-kazooie-everything-and-the-kitchen-sink)
Thanks for wasting my time, Grant Kirkhope. The clipping is especially unacceptable.
st02109
10-04-2014, 02:02 AM
Shooting Game Music collection ~ all my rips & scans except Gekitsuiou & Mushihimesama arrange ~
You have my thanks!
Neo_Chip
10-04-2014, 02:44 AM
Juspion_Reloaded
10-04-2014, 03:37 AM
Someone please re-upload:
BROKEN THUNDER -project THUNDER FORCE VI-
FLAC / LOG (100%) / CUE / Scans
http://forums.ffshrine.org/1504287-post8961.html
Thanks!
Despair
10-04-2014, 04:10 AM
Thanks for wasting my time, Grant Kirkhope. The clipping is especially unacceptable.
That's basically what I said 2 posts above yours...minus the clipping anyway.
SonicRings4
10-04-2014, 05:06 AM
they are lossless in the sense that they aren't compressed further than what was originally written onto the disc
don't know if bsrtm is a lossy encode beyond the 32khz sample rate which has a frequency ceiling of 16khz
I analyzed all the files and 99% of them were lossless.
---------- Post added at 10:06 PM ---------- Previous post was at 10:02 PM ----------
Tracknumber?
Tell me which rar file
Disc 01 =19 Tracks
Disc 02 =10 Tracks
Disc 03 =18 Tracks
Disc 04 =10 ...
Disc 05 =06
Disc 06 =12
Disc 07 =10
Disc 08 =10
Disc 09 =10
Disc 10 =11
Disc 11 =06
Disc 12 =08
Disc 13 =17
Disc 14 =11
Disc 15 =04
Disc 16 =13
Disc 17 =16
Disc 18 =09
Disc 19 =04
Disc 20 =12
Disc 21 =30
Disc 22 =24
Disc 23 =15
Disc 24 =20
Disc 25 =07
I know it's wrong to call it "Disc"
I counted them all and they all have the same amount of tracks as what you listed.
Suddenly it's saying 313 tracks... Lol what a derp. Thanks for your time with posting the track numbers, that must have taken a while! :)
Chrono Meridian
10-04-2014, 05:22 AM
I counted them all and they all have the same amount of tracks as what you listed.
Suddenly it's saying 313 tracks... Lol what a derp. Thanks for your time with posting the track numbers, that must have taken a while! :)
No problem ;)
Here is a complete list of brawl-songs, the tracktitles from my brawlmusic-upload based on it.
List of Super Smash Bros. Brawl music - Super Mario Wiki, the Mario encyclopedia (
http://www.mariowiki.com/List_of_Super_Smash_Bros._Brawl_music)
Note: (The numbering of the track title on this site is not correct continuously, so do not get confused.)
zaykho
10-04-2014, 06:21 AM
Hi guys !
I need some help about the SACD (Super Audio CD) (
http://en.wikipedia.org/wiki/Super_Audio_CD) format, does anyone here have encountered those CD ? did you manage to rip them to PC ? if yes, what final format did you use ? .wav ? .dff ? .dsf ?
Thank's in advance.
parodius
10-04-2014, 07:51 AM
Does anyone got a copy of this? I accidentally deleted it...
Re-uploaded and updated the link in the original post.
eleriaqueen
10-04-2014, 08:41 AM
Hi guys !
I need some help about the SACD (Super Audio CD) (
http://en.wikipedia.org/wiki/Super_Audio_CD) format, does anyone here have encountered those CD ? did you manage to rip them to PC ? if yes, what final format did you use ? .wav ? .dff ? .dsf ?
Thank's in advance.
SACD can't be read by an ordinary CD drive. If I'm not mistaken the Sony PS3 can read those (if you don't have a SACD-capable drive), not sure how one would rip one with a PS3 without homebrew-enabling it though...
Reference : "The first two generations of Sony's Playstation 3 (PS3) game console are capable of reading SACD and bypass the copy protection." @
code.google.com/p/sacd-ripper/
SACD can't be read by an ordinary CD drive. If I'm not mistaken the Sony PS3 can read those (if you don't have a SACD-capable drive), not sure how one would rip one with a PS3 without homebrew-enabling it though...
Reference : "The first two generations of Sony's Playstation 3 (PS3) game console are capable of reading SACD and bypass the copy protection." @
code.google.com/p/sacd-ripper/
The is indeed a way to get an ISO, burn it on a DVD and use it on a device capable of reading that format (I did that today). Also, it is possible to extract the audio in DFF format and convert it to WAV and other formats. For more info, PM me so we don't use the thread for that.
zaykho
10-04-2014, 10:36 AM
SACD can't be read by an ordinary CD drive. If I'm not mistaken the Sony PS3 can read those (if you don't have a SACD-capable drive), not sure how one would rip one with a PS3 without homebrew-enabling it though...
Reference : "The first two generations of Sony's Playstation 3 (PS3) game console are capable of reading SACD and bypass the copy protection." @
code.google.com/p/sacd-ripper/
The is indeed a way to get an ISO, burn it on a DVD and use it on a device capable of reading that format (I did that today). Also, it is possible to extract the audio in DFF format and convert it to WAV and other formats. For more info, PM me so we don't use the thread for that.
Thank you guys ! Well I have already the final .ISO, my major problem now is to extract to those format: .flac/.wav/.dsf.
My main goal is to do an 1:1 rip (keep an identical quality) and to use/share them in a good audio format. I just want something that:
1) Have the exact same quality.
2) Can be "at least" played by vlc.
3) I don't give a fuck to those tag option or the size of the final output, so if I need to choose between "quality" and "tag/size", I will choose "quality" (off course if I can get all, well that's good ! :p )
Thank you AFMG, I will PM you. :p
OmegaBlade
10-04-2014, 07:22 PM
Alright here are the requested albums.
It turns out that I had all the Chocobo's Dungeon albums so congratulations.
I don't know how many actually check, but all of my recent rips are done in an OmegaBlade folder.
The FINAL FANTASY XIII-2 Official Soundtrack was one of the first albums I ripped while following Vegeta's guide though, so it was done on the desktop of my computer at the time.
So here you go, albums and random trivia.
CHOCOBO NO FUSHIGINA DUNGEON ORIGINAL SOUNDTRACK (
http://vgmdb.net/album/52)
FLAC/Log/Cue/Not My Rip
CHOCOBO NO FUSHIGINA DUNGEON ORIGINAL SOUNDTRACK Part 1 (
https://mega.co.nz/#!A550kZBL!b0aZFej8PgiJPsv5BorJkBSHdIhAh_OZEooyd_T Hfbg)
CHOCOBO NO FUSHIGINA DUNGEON ORIGINAL SOUNDTRACK part 2 (
https://mega.co.nz/#!R4AnwZ6S!sty5stZ6vIQUr4NxdK4titriQCHHBlxVXhtHU5X EY3g)
CHOCOBO NO FUSHIGINA DUNGEON ORIGINAL SOUNDTRACK part 3 (
https://mega.co.nz/#!c4Bm0RID!CjDSm7s8kITLeQlFcMbSBQIL3JmhJ-IzFuMFWlIKApY)
CHOCOBO NO FUSHIGINA DUNGEON ORIGINAL SOUNDTRACK part 4 (
https://mega.co.nz/#!80gQxKyJ!SJ6_p503L-WsarJPDAB85XOIB7of4vgOKtMC7gEyGWc)
Password: Pursuing My True Self
CHOCOBO NO FUSHIGINA DUNGEON: COI VANNI GIALLI (
http://vgmdb.net/album/54)
FLAC/Log/Cue/Not My Rip
CHOCOBO NO FUSHIGINA DUNGEON: COI VANNI GIALLI Part 1 (
https://mega.co.nz/#!55BjWY6A!BNFYLTupnW1DgzAWvIICx07hXv1SLBHfn36yQGa cAFQ)
CHOCOBO NO FUSHIGINA DUNGEON: COI VANNI GIALLI part 2 (
https://mega.co.nz/#!Ngx0VDYL!YGQrXAtA2VxSr0q_N8APO5dfCJhL8CahhMItVjk vq8E)
Password: Pursuing My True Self
CHOCOBO NO FUSHIGINA DUNGEON 2 ORIGINAL SOUNDTRACK (
http://vgmdb.net/album/69)
FLAC/Log/Cue/Not My Rip
CHOCOBO NO FUSHIGINA DUNGEON 2 ORIGINAL SOUNDTRACK Part 1 (
https://mega.co.nz/#!F4pm2ZRa!nXiY4NdMuTw9BuTlKUavwKAZrfmDkL-XWqn0-3wToAM)
CHOCOBO NO FUSHIGINA DUNGEON 2 ORIGINAL SOUNDTRACK part 2 (
https://mega.co.nz/#!EsxzjQaA!bvVgM8yBe_zk5B_Ul_xqxXiif4DXdpghgCF2MJB P8mo)
CHOCOBO NO FUSHIGINA DUNGEON 2 ORIGINAL SOUNDTRACK part 3 (
https://mega.co.nz/#!lxxETB5I!s8Eee1stKdoFRs9BGYW6SAWnZ2-PiIXyBNJitu4tqkI)
Password: Pursuing My True Self
Door Crawl / Ai Kawashima [Limited Edition] (
http://vgmdb.net/album/6184)
FLAC/Not My Rip
Door Crawl / Ai Kawashima (
https://mega.co.nz/#!0ow3UA4b!oihJZ2H7ies8xIq6epDVcJS0Q19B9yfquiRuM5o _l-Q)
Password: Pursuing My True Self
Chocobo no Fushigi na Dungeon Tokiwasure no Meikyuu Original Soundtrack (
http://vgmdb.net/album/69)
FLAC/Not My Rip
Chocobo no Fushigi na Dungeon Tokiwasure no Meikyuu Original Soundtrack Part 1 (
https://mega.co.nz/#!QhAwxSiA!5RaHoPtVzdfVuxbjhkjaDMH2SEP3BEc8h2Hmbks OoOs)
Chocobo no Fushigi na Dungeon Tokiwasure no Meikyuu Original Soundtrack part 2 (
https://mega.co.nz/#!14ozlBIL!uklDGnHo48x-Qom9wVor3aTw6vSMEjN7LqiqZWTxA8o)
Chocobo no Fushigi na Dungeon Tokiwasure no Meikyuu Original Soundtrack part 3 (
https://mega.co.nz/#!c9RwyThT!DDg2J8svt2TQ4ixM7t7bfe8xeo2GvMTCLtIxO0V lph4)
Password: Pursuing My True Self
FINAL FANTASY XIII Original Soundtrack [Limited Edition] (
http://vgmdb.net/album/15979)
FLAC/Not My Rip
FINAL FANTASY XIII Original Soundtrack [Limited Edition] (
https://mega.nz/#!JwEUkZ4a!-m7WU-NP1Kkm-7ZwZot_HYPUk0vGhc2wwe4ozc_cFpw)
Password: Pursuing My True Self
FINAL FANTASY XIII Original Soundtrack PLUS (
http://vgmdb.net/album/18604)
FLAC/Not My Rip
FINAL FANTASY XIII Original Soundtrack PLUS Part 1 (
https://mega.co.nz/#!8oxCnL6T!J6s_79AU4dL5XD92_viBHKvByDeswBz_wndqAjI B9Xg)
FINAL FANTASY XIII Original Soundtrack PLUS part 2 (
https://mega.co.nz/#!w9AiHIrY!LWltZO1uCsaCz90zwJb7GFBMoqdlzC0ulXAJTuh ULoM)
Password: Pursuing My True Self
FINAL FANTASY XIII-2 Official Soundtrack (
http://vgmdb.net/album/29649)
FLAC/Log/Cue/Personal Rip
FINAL FANTASY XIII-2 Official Soundtrack Part 1 (
https://mega.co.nz/#!5hhmVCQS!vwOM6Lai9d_TYK9v47GRKWOcN_x-2kyW0G47v6Rqg44)
FINAL FANTASY XIII-2 Official Soundtrack part 2 (
https://mega.co.nz/#!N0hwnQSJ!dCx-GqxH2grd05VHfDh70pz62DI0JQx7BaDu6Cb508Q)
FINAL FANTASY XIII-2 Official Soundtrack part 3 (
https://mega.co.nz/#!0ww2iZQZ!GWS6MkbYJCoczbYqaRaZDBGWBN6vGSqV7KalpX5 I86Y)
FINAL FANTASY XIII-2 Official Soundtrack part 4 (
https://mega.co.nz/#!g8pwgDKI!BoHsXws0xTw6eEaz3--tlcgbb51T8qojxZdP7mkiWvY)
FINAL FANTASY XIII-2 Official Soundtrack Part 5 (
https://mega.co.nz/#!Mwx1CISJ!yzrUVXOfEewPZyYZnxkkLQnLwP47KS6AbyQXpPA FluU)
FINAL FANTASY XIII-2 Official Soundtrack part 6 (
https://mega.co.nz/#!kkJhHSzS!HPcUvPCNPiDuaAQzBCPdC8IsyQD_5OJufjsjeFm S6UY)
FINAL FANTASY XIII-2 Official Soundtrack part 7 (
https://mega.co.nz/#!98gk2ATD!5OdmDXxpFP1T1a7QYiYTyiIgWQDC__IBB1udaE8 TK8M)
FINAL FANTASY XIII-2 Official Soundtrack part 8 (
https://mega.co.nz/#!hlxXhSDC!F7JQKhzL8DlwOKC7-qbnJszOunK6pLenxPhhUmvmjow)
FINAL FANTASY XIII-2 Official Soundtrack part 9 (
https://mega.co.nz/#!hxxHEJYR!kyQcmxBpBtSRgWVW4AnrY2YQQZPDEA2RFZmCU2V 9lrc)
FINAL FANTASY XIII-2 Official Soundtrack part 10 (
https://mega.co.nz/#!plhjHCDT!o18JRh04LvZP868kS8gZJFnnFm0XvV7_dtNNrzF X9bo)
Password: Pursuing My True Self
TheHandsomeDan
10-04-2014, 08:35 PM
Just wanted to say a mighty big thanks for all the amazing files in here!
zaizaizai
10-04-2014, 10:03 PM
Hi, I have this Ragnarok arrange album called SRRM-0004 | Zephyrus - VGMdb (
http://vgmdb.net/album/11014) but the media format is in DVD and I don't know how to rip it. Can anyone help me convert this to FLAC? I created a 6 part ISO image here(use hjsplit (
http://www.hjsplit.org/windows/) to combine).
Just extracted and converted the audio:
https://mega.co.nz/#!xMVThRyQ!GBSIMWdgresqRyBDfSMG0WDpXFTsQ_SJiRnorzk rEHI
And btw, thanks mixi for sharing all that STG love!
ghdude
10-05-2014, 12:52 AM
There was a complete Beatmania IIDX FLAC torrent long ago. Cannot find it / does not work, now.
An upload of the 9th Style CD would be very good! Can you make it all the highest WAV that the computer can do... thanks.
The "Synthesized" CDs are the second most important upload to me today.
lindalovefoxx
10-05-2014, 02:50 AM
I am looking for Samurai champloo Sidetracked and Michigan Report From Hell. Anyone???
Just extracted and converted the audio:
https://mega.co.nz/#!xMVThRyQ!GBSIMWdgresqRyBDfSMG0WDpXFTsQ_SJiRnorzk rEHI
And btw, thanks mixi for sharing all that STG love!
Thank you so much !! I feel lazy to reup mine so I'll just use your link, anyone interested with full size scan its here
And here are the rest of RO music collections, just RIPed these yesterday ~
[Edit]
Following albums removed coz the media format is originally in lossy mp3.
SRRM-0003 | Kaleidoscope - Ragnarok Online Arrange Mini-album - VGMdb (
http://vgmdb.net/album/5200)
SRRM-0005 | Aeolus - VGMdb (
http://vgmdb.net/album/11015)

Ragnarok Online Complete Soundtrack
Not my Rip | FLAC | SPLIT | SCAN | | 2.38GB
(
https://mega.co.nz/#!0Itm0Ybb!7iT4zTZBj5tBeG1g_xZn97KATUrpOuI92d_Py3Y eMcE)

Ragnarok Online Soundtrack & 8 Bit Mix
FLAC | SPLIT | SCAN | | 880.3MB
(
https://mega.co.nz/#!UNk2GLRS!XKEidT0Jp4lgool9WBqDVKKRPHmVNtnCb9l0Qcz tLVg)

Ragnarok Online SoundTeMP Special Remix
Not my Rip | FLAC | SPLIT | SCAN | | 494.3MB
(
https://mega.co.nz/#!ulMg1C5D!-Bsnc1rT3ndEWvWT3gqLNTDGfV0LjNCU9IZk8viYJ7s)
Ragnarok Online Elemental Tunes - VGMdb (
http://vgmdb.net/album/41785)
coming soon
Ragnarok Online BGM Arrange Collection - VGMdb (
http://vgmdb.net/album/35709)
coming soon

Ragnarok Hikari to Yami no Koujo Soundtrack
FLAC | SPLIT | SCAN | | 466.4MB
(
https://mega.co.nz/#!QJtwlRIT!klDw-f8JmElkbGOs2UB7R2qALUxk8bMtOA6e3JPtRRo)

Ragnarok Odyssey Original Soundtrack
FLAC | SPLIT | SCAN | | 458.3MB
(
https://mega.co.nz/#!QAk1ERRR!dUDRp81NOYj44sydQQItecAY8KykJmY0RGzetD0 cUVE)

Ragnarok Odyssey ACE Original Soundtrack
FLAC | SPLIT | SCAN | | 430.3MB
(
https://mega.co.nz/#!MJkTACpB!2cfjJfrLOEpEzlVz-_sjlE3Sf5Qtvi-uMhW9FetgiDg)

Ragnarok Online Arrange CD Zakku Baran
FLAC | SPLIT | SCAN | | 366.7MB
(
https://mega.co.nz/#!5c8HTCSb!0kvm9m3x_6MIga-VNpXuxLmN8bbLNBe0QapMGb8g6KY)

Ragna-Beat
FLAC | SPLIT | SCAN | | 404.2MB
(
https://mega.co.nz/#!gAswnIxL!XkMTVP3-E14dFetAB8DMT6XpXbUeEFoSo2BZQbgLa-Q)

Ragna-Beat 2
FLAC | SPLIT | SCAN | | 455.4MB
(
https://mega.co.nz/#!NQlWQDrB!cyPRdUw-m5qzdImzuI-EcKHKPxoOCyNYnKgCGet6xXU)

Ragnarok Innocence Remix Collection
FLAC | SPLIT | SCAN | | 1.05GB
(
https://mega.co.nz/#!tUUSQZJa!IvLu8wP8whhiCg7S9iDJ6C5zWSSOzzpKwEE6u7a lovM)
The artbook is so thick and attached to the CD case so I couldn't scan it properly ^

Ragnarok Online Arrange Mini Album Beat Enigma
FLAC | SPLIT | SCAN | | 267.3MB
(
https://mega.co.nz/#!Qd1FXZxK!hbZahJhPb3pgsHnr2UnHWicoyWqfNCy2qF2kncm 2flM)

Ragnarok Online Arrange Mini Album Zephyrus
Not my RIP | FLAC | SPLIT | SCAN | | 667.5MB
(
https://mega.co.nz/#!xMVThRyQ!GBSIMWdgresqRyBDfSMG0WDpXFTsQ_SJiRnorzk rEHI)
^ Thanks to " zaizaizai " for ripping the DVD !!
SRRM-0006 | Cruel - VGMdb (
http://vgmdb.net/album/11025)
searching..

Ragnarok Online Arrange Mini Album Unific†Falcula
FLAC | SPLIT | SCAN | | 221.8MB
(
https://mega.co.nz/#!kVE2zaJC!geECnuUs3SPXlAQyng2VX2Vlomty4cA26gFPI1L x_vs)

Ragnarok Online 6th Anniversary Image Song "Kamigami no Uta"
Not my RIP | FLAC | SPLIT | SCAN | | 180.8MB
(
https://mega.co.nz/#!AFs3xTzQ!JnLDLEHKAV0F2CE8vvymZBRFdHOg33PW2XHuyLn 5nnI)

Ragnarok Online RJC2009 Image Song "Never End Wonderland"
Not my RIP | FLAC | SPLIT | SCAN | | 175.9MB
(
https://mega.co.nz/#!RI0Gmawb!y5g0XmmW22VMPVLfYl_Bqw2mgRYp6G7k4W1VUoN v8Zo)

Ragnarok Online RWC2009 Image Song "Bouken Ou ~Across the Legendary kingdom~"
FLAC | SPLIT | SCAN | | 186.1MB
(
https://mega.co.nz/#!Jc1ERYxR!kPpEgJGjc8TOSFJ4JjYhMfE5ftMrGoT4l1N6VKm p4nw)

Ragnarok Online 7th Anniversary Songs "Kaze wo Atsumete & Brave my heart"
Not my RIP | FLAC | SPLIT | SCAN | | 168.4MB
(
https://mega.co.nz/#!wEEVHJgB!RaWAVH4_PXHbQkqThsUcuZuhzNPxIu1WrOeiPeO k8xM)

Ragnarok Online RJC2010 Image Song "What a beautiful world"
FLAC | SPLIT | SCAN | | 217.8MB
(
https://mega.co.nz/#!FU93SabQ!iJ9ypFf511bxwK9X0_l6pp6Avj2ahBy21bWkDWF yEbA)

Ragnarok Online RJC2013 Image Song ~Egaita Mirai e~
FLAC | SPLIT | SCAN | | 149.9MB
(
https://mega.co.nz/#!JI8TXCSY!vEFdlXaqt6o9JrYL0uqkkIO1AlDf9p3R4AxTvWH hkP0)

Ragnarok Battle Offline Opening Theme
FLAC | SPLIT | SCAN | | 239.2MB
(
https://mega.co.nz/#!cMEBwYIQ!jojyuwhooOmZF5gcFWbpPwX7FeFiQSwLOW0NC57 FWfM)

Ragnarok Battle Offline Original Sound Track Vol.1 "Adventurer's inn"
FLAC | SPLIT | SCAN | | 809.4MB
(
https://mega.co.nz/#!MVlnEYiC!BkGLs10gDyVSPmXfcbX39EGSCHYVDn7c5kin2_x o_R0)

Ragnarok Battle Offline Original Soundtrack Vol.2 "Chocolate Night"
FLAC | SPLIT | SCAN | | 687.0MB
(
https://mega.co.nz/#!ZFczWCCa!mLruhYJP5JIEBga9lW1HsFDsbkalCJtQtxOGbG3 vlVY)
Krispy
10-05-2014, 06:28 AM
For those of you that like Super Smash Brothers Music, I recommend you check this out:
Harmony of Heroes | A Super Smash Bros. Fan Album by Shinesparkers (
http://www.harmonyofheroes.net/)

eleriaqueen
10-05-2014, 08:24 AM
@mixi Lossy-To-Lossless is really frowned upon in here. It could confuse people who don't read text and only download stuff, as well as spread non-quality music around >_>
ok, those tracks are included in
http://vgmdb.net/album/2535 anyway so I'll just remove it > <
Pandemoniu
10-05-2014, 01:55 PM
Thank you OmegaBlade for the Final Fantasy XIII stuff! :D
Myrkul
10-05-2014, 03:47 PM
@mixi Lossy-To-Lossless is really frowned upon in here. It could confuse people who don't read text and only download stuff, as well as spread non-quality music around >_>
What do you mean ? All the albums posted by mixi are Lossy to Lossless conversions ?
I hope not...
Despair
10-05-2014, 03:57 PM
What do you mean ? All the albums posted by mixi are Lossy to Lossless conversions ?
I hope not...
No, only a few were (3-4), he's removed the links though so all those remaining should be lossless.
Myrkul
10-05-2014, 03:59 PM
Fine, thanks ;)
What do you mean ? All the albums posted by mixi are Lossy to Lossless conversions ?
I hope not...
No, no, only those two that already took down. Calm down everyone and thanks for such awesome collection!
zaykho
10-05-2014, 05:00 PM
No, only a few were (3-4), he's removed the links though so all those remaining should be lossless.
He or She ? that is the question..... :p
Lefance
10-05-2014, 05:33 PM
I am looking for Samurai champloo Sidetracked and Michigan Report From Hell. Anyone???
get michigan from my thread right about now.
Thread 172381
Not lossless though, sorry for sidetrack.
Despair
10-05-2014, 05:56 PM
He or She ? that is the question..... :p
No idea. But remember, there are no girls on the internet, only Guys In Real Life
zaykho
10-05-2014, 07:23 PM
No idea. But remember, there are no girls on the internet, only Guys In Real Life
lol yeah :p (remember boss lady....... :3 )
SonicRings4
10-05-2014, 09:23 PM
The following has been ripped & uploaded for my subscribers.
WWCE-31338~9 | Passion & Pride: Anthems with Attitude from the Sonic Adventure Era - VGMdb (
http://vgmdb.net/album/46797) (P Folder)

Thank you for this! I'm somewhat confused as to why this soundtrack exists, though.. It only has one new song, right? Though I'd love to own a physical copy for collecting purposes along with every other Sonic music CD in existence (I'm a huge Sonic fan and collector). Where do you get your Sonic music CD's? I am only interested in 100% MINT sealed soundtrack CDs.
Vegeta
10-06-2014, 08:42 AM
Thank you for this! I'm somewhat confused as to why this soundtrack exists, though.. It only has one new song, right? Though I'd love to own a physical copy for collecting purposes along with every other Sonic music CD in existence (I'm a huge Sonic fan and collector). Where do you get your Sonic music CD's? I am only interested in 100% MINT sealed soundtrack CDs.
Instrumental tracks.
Bought it from cdjapan
emuxer
10-06-2014, 02:56 PM
Thank you for this! I'm somewhat .... I am only interested in 100% MINT sealed soundtrack CDs.
Please, please, please, edit the quotes, just remove the IMG code!
Arceles
10-06-2014, 04:04 PM
He or She ? that is the question..... :p
If mixi is a woman I totally would date her, on the basis that her musical taste is quite akin to mine. If not, then I'll invite him a beer.
If mixi is a woman I totally would date her, based on the basis that her musical taste is quite akin to mine. If not, then I'll invite him a beer.
I'm not a lol-guy but... LOLZ
:)
_Marth_
10-06-2014, 09:38 PM
Looking for the new album : Metal gear symphony
Anyone please?
Metal Gear Symphony - VGMdb (
http://vgmdb.net/album/48489)
Neo_Chip
10-07-2014, 04:50 AM
More yummies

lvalice2
10-07-2014, 07:44 AM
That Ragnarok post is the greatest thing since before the flood
Jessie
10-07-2014, 12:47 PM
The Beats of Crouching Pony Hidden Dragon
George Abitbol

(
http://s295.photobucket.com/user/BiggsWedgeJessie/media/Folder_zpsa66f3ae0.jpg.html)
FLAC
Download (
http://adf.ly/sgYFq)
---------- Post added at 12:47 PM ---------- Previous post was at 11:48 AM ----------
Color Zen Original Soundtrack
Steve Woodzell

(
http://s295.photobucket.com/user/BiggsWedgeJessie/media/Folder_zpsdf2fd47d.jpg.html)
Info (
http://vgmdb.net/album/41634)
FLAC
Download (
http://adf.ly/sgczL)
zaykho
10-07-2014, 04:47 PM
The Beats of Crouching Pony Hidden Dragon
George Abitbol

(
http://s295.photobucket.com/user/BiggsWedgeJessie/media/Folder_zpsa66f3ae0.jpg.html)
Really ??? George Abitbol ???? lol, I think all frenchies here know what i mean....... :p
eleriaqueen
10-07-2014, 06:29 PM
I'm french but at best I might have heard that name before... other than that I know not what you mean ^_ ^"
little_pixel
10-07-2014, 06:55 PM
Le Grand D�tournement; La Classe Am�ricaine (Complet) - YouTube (
http://www.youtube.com/watch?v=l44WKAtZLjI) ;)
It's just a nickname :) This is no coincidence, it looks like the devs are french.
eleriaqueen
10-07-2014, 07:00 PM
O __ o
sero1
10-07-2014, 09:00 PM
Shooting Game Music collection ~ all my rips & scans except Gekitsuiou & Mushihimesama arrange ~
[/font]
Tank you!
Jessie
10-07-2014, 11:52 PM
Despair
10-08-2014, 01:59 AM
Has anyone else been getting extreme slow downs when downloading from Mega? I'm using chrome with the extension and either the downloads start at ~2MB and slow till they stay in the 300-500kb range, or if I actually manage to keep 3-5 MBps they always stop for a minute or two in the 60-80% range.
gurulegit
10-08-2014, 03:02 AM
Has anyone else been getting extreme slow downs when downloading from Mega? I'm using chrome with the extension and either the downloads start at ~2MB and slow till they stay in the 300-500kb range, or if I actually manage to keep 3-5 MBps they always stop for a minute or two in the 60-80% range.
I'm also getting slow speeds lately.
bmajede
10-08-2014, 06:43 AM
same here.
Nope. Downloading at top speed as usual. Granted, I use Jdownloader2.
zaykho
10-08-2014, 07:24 AM
I'm french but at best I might have heard that name before... other than that I know not what you mean ^_ ^"
Wow didn't know that, all this time without knowing you are french.... :o
Le Grand D�tournement; La Classe Am�ricaine (Complet) - YouTube (
http://www.youtube.com/watch?v=l44WKAtZLjI) ;)
It's just a nickname :) This is no coincidence, it looks like the devs are french.
yeah !
Nope. Downloading at top speed as usual. Granted, I use Jdownloader2.
If you guys have some problem about mega website, try to use megadownloader, you can stop/pause the download and resume when you want, even after shutting down the computer or after many days, also, the speed is always at the top...
alc123
10-08-2014, 01:56 PM
Mega's been coming down at ~500k/sec for me recently. Can't complain, really.
eleriaqueen
10-08-2014, 02:34 PM
I'm more than happy with my ~750kbps when downloading from Mega as well.
@Despair could it be that you are a bit spoiled with all that speed ? :3
Dragoon Knight
10-08-2014, 04:07 PM
Nope still at 5-8 mbs
aces4839
10-08-2014, 04:10 PM
Average speeds for me when downloadin from mega are roughly 450-500 kbps.
Despair
10-08-2014, 06:27 PM
@Despair could it be that you are a bit spoiled with all that speed ? :3
I guess. Family recently upgraded, connection was always spotty before. Mega was the only place where I achieved anything close to maximum speed, besides torrenting.
In other news...how bout that eclipse, eh?
Vegeta
10-08-2014, 06:45 PM
Didn't realize.. but Earthbound / Mother 2 had its 20th Anniversary on the 27th of August, this video was just published on the 6th of October.. but if there are any Mother 2 fans out there.. you'll like this..
https://www.youtube.com/watch?v=-hVuv7mDNqM
lenneth02
10-08-2014, 08:29 PM
Thanks for the youtube link Vegeta, that was quite the reminiscing adventure!
Talking about Mother, here's the album that features my favorite arrangement of Pollyanna:
Famicom Music: Best Selection
VGMdb link (
http://vgmdb.net/album/1484)
MEGA
https://mega.co.nz/#!TgJVnLgT!zpsat00JwLEh0q7UNMketinZeGfAldoqa0HhMD_ 5hKU
Chrono Meridian
10-08-2014, 09:30 PM
Didn't realize.. but Earthbound / Mother 2 had its 20th Anniversary on the 27th of August, this video was just published on the 6th of October.. but if there are any Mother 2 fans out there.. you'll like this..
https://www.youtube.com/watch?v=-hVuv7mDNqM
Ah yes, this video I've seen. It's really nice!
Neo_Chip
10-09-2014, 01:17 AM
TheAxeGrinder
10-09-2014, 06:01 AM
Didn't realize.. but Earthbound / Mother 2 had its 20th Anniversary on the 27th of August, this video was just published on the 6th of October.. but if there are any Mother 2 fans out there.. you'll like this..
https://www.youtube.com/watch?v=-hVuv7mDNqM
I hate being old. :(
---------- Post added at 01:01 AM ---------- Previous post was at 01:01 AM ----------
Didn't realize.. but Earthbound / Mother 2 had its 20th Anniversary on the 27th of August, this video was just published on the 6th of October.. but if there are any Mother 2 fans out there.. you'll like this..
https://www.youtube.com/watch?v=-hVuv7mDNqM
I hate being old. :(
Vegeta
10-09-2014, 02:02 PM
Bid placed for THE LEGEND OF ZELDA A LINK BETWEEN WORLDS SOUND SELECTION - VGMdb (
http://vgmdb.net/album/48039) .. don't know when I'll get it though lol
Neo_Chip
10-09-2014, 02:43 PM
Bid placed for THE LEGEND OF ZELDA A LINK BETWEEN WORLDS SOUND SELECTION - VGMdb (
http://vgmdb.net/album/48039) .. don't know when I'll get it though lol
Why bid when you can get these cheap? eBay sellers always rape your wallets on Club Nintendo Soundtracks.
�1780 Buy it Now
????????? ?????? ?????????? ??? - ????! (
http://auctions.yahoo.co.jp/jp/auction/r119677469)
ninjacloud
10-09-2014, 02:56 PM
senyukino27
10-09-2014, 04:09 PM
While we're at it, here's another album that features a sweet arrangement of Pollyanna:
TELLETTE DAI-GIN-JOE
VGMdb link (
http://vgmdb.net/album/29772)
MEGA
https://mega.co.nz/#!qsgBGBjI!mSsX8kpzFqmj_uPK4AHvv1ertK7sYSn0kB8RvSm uIqM
Dragoon Knight
10-09-2014, 04:50 PM
I wonder whats in her hand :D ^^^^^^^^^^^^^^^^^^^^^^
Lefance
10-09-2014, 04:55 PM
I love MOTHER series, so those Pollyannas sure are my cup of tea. Also, Tellette Dai-ginjou... I remember searching for it ages ago. Thanks!
eleriaqueen
10-09-2014, 05:59 PM
I wonder whats in her hand :D ^^^^^^^^^^^^^^^^^^^^^^
A mobile phone or a Portable Media Player, nothing kinky. ^_-
Vegeta
10-09-2014, 06:57 PM
Why bid when you can get these cheap? eBay sellers always rape your wallets on Club Nintendo Soundtracks.
�1780 Buy it Now
????????? ?????? ?????????? ??? - ????! (
http://auctions.yahoo.co.jp/jp/auction/r119677469)
Not sure where you seen I said I used ebay.. Im using YJA.. 1,100 yen lol
R.C.S.B.
10-09-2014, 07:00 PM
Why bid when you can get these cheap? eBay sellers always rape your wallets on Club Nintendo Soundtracks.
�1780 Buy it Now
????????? ?????? ?????????? ??? - ????! (
http://auctions.yahoo.co.jp/jp/auction/r119677469)
Hey, New_Chip, could you help me buying it, or any other? I read some things about Y! JP, and they can't ship overseas, right? So, how could I buy I? If you can, please send me a PM =)
Neo_Chip
10-09-2014, 08:03 PM
Not sure where you seen I said I used ebay.. Im using YJA.. 1,100 yen lol
Your right.
Hey, New_Chip, could you help me buying it, or any other? I read some things about Y! JP, and they can't ship overseas, right? So, how could I buy I? If you can, please send me a PM =)
I've been using buyee.jp for nearly 2yrs now. Basically you bid on an item you like via optimized Yahoo Japan Auctions page and they take care of the rest. Very easy to use, I find the commission dirt cheap compared to others and its safe to use.
Dragoon Knight
10-09-2014, 09:09 PM
A mobile phone or a Portable Media Player, nothing kinky. ^_-
Hmmmm I had to look several times after waking up to coffee to realise this...fan service lol
R.C.S.B.
10-09-2014, 10:15 PM
I've been using buyee.jp for nearly 2yrs now. Basically you bid on an item you like via optimized Yahoo Japan Auctions page and they take care of the rest. Very easy to use, I find the commission dirt cheap compared to others and its safe to use.
Thank you very much.
I'll give it a try, and if everything goes alright, maybe there's a new rip coming =)
Vegeta
10-09-2014, 10:39 PM
Your right.
I've been using buyee.jp for nearly 2yrs now. Basically you bid on an item you like via optimized Yahoo Japan Auctions page and they take care of the rest. Very easy to use, I find the commission dirt cheap compared to others and its safe to use.
Just what I did.. buyee.jp, gonna go with more "padding" .. as I seen with the last package it was pretty solid.
---------- Post added at 04:39 PM ---------- Previous post was at 04:38 PM ----------
Thank you very much.
I'll give it a try, and if everything goes alright, maybe there's a new rip coming =)
Better make sure it beats mine.. lol
Despair
10-09-2014, 10:49 PM
Anyone can re-upload Tomba PS1 Version (composed by Harumi Fujita and Nao Hatsutani) ?
http://forums.ffshrine.org/f72/lossless-video-game-soundtrack-thread-links-first-64743/627.html#post1888276
It's from the PSF rip, afaik there is no official tomba soundtrack
R.C.S.B.
10-10-2014, 12:09 AM
Better make sure it beats mine.. lol
No way. I can't even imagine having as much money as you have. I'm trying to collect VGM now, but in a VERY SLOW rhythm, only when I get a great opportunity.
Living alone, paying rent, without a job for months... I just can't be the "VGM collector" type, but I'm trying the best I can =)
XeRo9009
10-10-2014, 12:58 AM
A "new" Banjo-Kazooie Soundtrack Album from fantastic Grant Kirkhope on Bandcamp for Free/Name your Price.
164 Tracks, 398:52 minutes
Banjo-Kazooie: Everything and the Kitchen Sink! | Grant Kirkhope (
http://grantkirkhope.bandcamp.com/album/banjo-kazooie-everything-and-the-kitchen-sink)

Some more details on this: HCS Forum - Proper Rareware Soundtracks Upcoming (
http://hcs64.com/mboard/forum.php?showthread=37249)
So yeah, someone who used the USF files, but also fixed some of the problems with the current sets for this release (such as note cutoffs at the beginning).
Neo_Chip
10-10-2014, 02:27 AM
Neo_Chip
10-11-2014, 01:38 AM
Makai Music Theater part I
Tempei Sato is sexy composer !!

Makai Senki Disgaea Original Sound Track Reprint
Not my RIP | FLAC | SPLIT | SCAN | 676.6MB
(
https://mega.co.nz/#!JdU3ibyY!dLW9gt2g13hs4z6R0VEGSRbgQ1TwRlT_6BV0etC OiTI)
MACM-2028 | Makai Senki Disgaea arrange sound track - VGMdb (
http://vgmdb.net/album/486)
waiting for my order ^

Makai Senki Disgaea Portable Original Maxi Single
Not my RIP | FLAC | SPLIT | SCAN | 49.7MB
(
https://mega.co.nz/#!1JdBmR7T!hYWH9YD-HGdGWDXtFt9uUOgJN1bXNbUPH5K5zF4Ff4A)

Disgaea Infinite Original Maxi Single (RIP)
FLAC | SPLIT | COVER | 67.1MB
(
https://mega.co.nz/#!wRcgXLCC!Dms04XyqCKj3hf0dSK6ptjScnl8Cgeuoa0PB0vz zUbo)
^ Converted from at3 >> flac

Makai Senki Disgaea 2 Portable Original Sound Track Reprint
Not my RIP | FLAC | SPLIT | SCAN | 812.4MB
(
https://mega.co.nz/#!lMFlVIrL!3w46mOZOmcXqGASsbzjVSBx9Tdt7GxNqMVbcuU_ elzo)

Makai Senki Disgaea 2 Arrange Soundtrack
FLAC | SPLIT | SCAN | 454.4MB
(
https://mega.co.nz/#!lN1FSLrB!eHInG3QygoRV43RaurS4I3rPzHQcAIGXMMRoo7o ovJk)

Makai Senki Disgaea 2 Portable Original Maxi Single
Not my RIP | FLAC | SPLIT | SCAN | 46.7MB
(
https://mega.co.nz/#!4UVHCBKa!bJ2RrYQCur-eOzUIDF_rR55_1aZTK3lkpqtY4q-4UP4)

Makai Senki Disgaea 3 Original Soundtrack
FLAC | SPLIT | SCAN | 578.8MB
(
https://mega.co.nz/#!0BsgmDLJ!GCtxHSswJd_iPCnpF03YqjlGHdDz03n_mrI6yOo _wkk)
I forgot to add the disc scan, will add later ^

Makai Senki Disgaea 3 Arrange Sound Track
FLAC | SPLIT | SCAN | 424.3MB
(
https://mega.co.nz/#!EQk3Aa7T!YTY0ElcPAcuEu3xmv0bYZrCFuewuqgNNOeVcvPl 4EKE)

Makai Senki Disgaea 3 Return Mini Soundtrack CD
FLAC | SPLIT | SCAN | 159.6MB
(
https://mega.co.nz/#!ccVm2ADJ!1F4UCeFq38tI4U4NjGjQS29PcZtPtoNNA6UbYy_ 7dHw)

Makai Senki Disgaea 3: Raspberyl Chapter Original Soundtrack
FLAC | SPLIT | SCAN | 504.6MB
(
https://mega.co.nz/#!pJdTWR6Y!Qp2jtbL3bB2JbLmGSTcBtzjfUdyNhowgHwjLCnz LLpc)

Makai Senki Disgaea 4 Original Soundtrack
FLAC | SPLIT | SCAN | 533.9MB
(
https://mega.co.nz/#!kEkD1CIb!XthoGThuJZthRm5y3NRZceEmq_Tzk3ztixlVaII N1jk)

Makai Senki Disgaea 4 Arrange Soundtrack
FLAC | SPLIT | SCAN | 454.6MB
(
https://mega.co.nz/#!tBM30Kgb!XfG4p0iNXopZWBs_B4es9rOls_tp6q765U6OtWI xTjI)

Makai Senki Disgaea 4 Original Maxi Single
FLAC | SPLIT | SCAN | 106.7MB
(
https://mega.co.nz/#!Uc9iEYTC!dAKxqRVMvxUcoP4l03GttAx5VdIZCOsC5pfqLyT ASvU)

Disgaea D2 Original Soundtrack
FLAC | SPLIT | SCAN | 727.4MB
(
https://mega.co.nz/#!BddzyKSY!9WgHd92MepjQPvdqRo4C42kPH4MSdh4kL3RrMOj YfHY)

Disgaea D2 Arrange Soundtrack
FLAC | SPLIT | SCAN | 491.4MB
(
https://mega.co.nz/#!VAd1gZ7L!hfU9ikHL1gvRGett6irbK6jZ9_gJMsqXVxej4os fyV8)

Prinny Perfect Original Soundtrack
FLAC | SPLIT | SCAN | 444.0MB
(
https://mega.co.nz/#!gA903SAJ!zO10yZdL3f3mCYkgLBnkXrHJuvNc2GytSNmXgiy cN3Q)
very hard to find a physical copy right now ^
eleriaqueen
10-11-2014, 10:36 AM
Great ! I was missing some disgaea soundtracks. Thanks a lot mixi :3
no problem though this is just a beginning, there are lot more to come = )
but I'll post them a bit later.
Jessie
10-11-2014, 12:38 PM
Ryse: Son of Rome Soundtrack (Steam Pre-Purchase release)
Borislav Slavov, Tilman Sillescu, Peter Antovski
Info (
http://steamcommunity.com/games/Ryse/announcements/detail/237887374611585863)
FLAC
Download (
http://adf.ly/smf2v)
Tilman Siliescu? Sounds like Dynamedion was used again.
tatsuya1221
10-11-2014, 06:46 PM
Mixi, Makai Senki Disgaea 2 Portable Original Sound Track Reprint leads to the disgaea D2 link, thanks for the links btw.
my bad, the file name was the same, fixed it now.
lenneth02
10-11-2014, 07:50 PM
ManRay
10-12-2014, 02:45 PM
Makai Music Theater part I
Holy S**t, finally i can upgrade my collection of one of my favourite game series of all time to Flac, thanks so much Mixi, you rock ! :D
SonicRings4
10-12-2014, 11:58 PM
Instrumental tracks.
Bought it from cdjapan
I think there have already been Instrumentals for those tracks, no? Or was it just a few of them that had instrumentals...
Vrantheo
10-13-2014, 01:30 AM
I think there have already been Instrumentals for those tracks, no? Or was it just a few of them that had instrumentals...
No.
And they're remasters.
Vegeta
10-13-2014, 04:36 AM
I think there have already been Instrumentals for those tracks, no? Or was it just a few of them that had instrumentals...
Not all of them, maybe some.. but at glad to see more instrumentals.. I was hoping for "Open Your Heart" instrumental.. but :(
Jessie
10-13-2014, 05:42 AM
emuxer
10-13-2014, 02:14 PM
And here are the rest of Ragnarok Online music collections, just RIPed these yesterday ~
I know I promised that I would not reply, compliment or complain about your stuff, but this is very important. I just read your thread and you posted a note that these were transcodes from 128 kbps to 320 kbps. Is the same case here? Did you transcode MP3@128kbps to FLAC?
I know I promised that I would not reply, compliment or complain about your stuff, but this is very important. I just read your thread and you posted a note that these were transcodes from 128 kbps to 320 kbps. Is the same case here? Did you transcode MP3@128kbps to FLAC?
^ Converted from at3 >> flac
If you refer to Disgaea, there's a note in one of them. I wonder, but at3 isn't that PSP Sony format? So it's a rip?
nahucirujano
10-13-2014, 05:37 PM
Hi guys, does anybody have Mushihimesama Futari OST in Flac? Or in mp3 320kbps.
EDIT: forget it, I already found it (torrent) ;)
eleriaqueen
10-13-2014, 06:49 PM
Errr guys I just logged on to my Mega.co.nz account after about a month of inactivity and It's empty, completely so.
I had 20+ stuff uploaded and contacts but they're gone. Anyone know if it's a temporary thing or am I SOL ? :(
(I'm using the Chrome extension)
Edit :
Links to my stuff still work, that's a relief. I'll try and remove the browser extension later to see if I can access my account in another fashion.
Neo_Chip
10-14-2014, 04:31 AM
FLAC | CUE | LOG | MD5 | 10%RR
http://i58.tinypic.com/30u69kz.pnghttp://i57.tinypic.com/ae9ztf.png
http://i58.tinypic.com/2lwvzih.pnghttp://i59.tinypic.com/125tgg2.png
http://i58.tinypic.com/oarcpj.gif
Dance Dance Revolution SuperNOVA Limited Edition Music Sampler
ダンス・ダンス・レボリューションSuperNOVA 限定版の音楽サンプラー
V-RARE SOUNDTRACK-8 USA

(
http://vgmdb.net/album/4752)
Possibly the best of the V-RARE US releases as it contains a few beasty exclusives such as Cally & Juice's Fascination MAXX which spots a pure Techno feel, something I haven't heard since the rave back 2000/2001.
PART 1 (
https://mega.co.nz/#!tU0ykYiL!584iKmNrf9sBdiHoFe6bAkbxhW25ZyPUJeflKks sE2o)
PART 2 (
https://mega.co.nz/#!cEUB0Iaa!C54enIqaQU6SqlqFPhl98UvoNfzsXgOkfRatId4 Lr9Y)
PART 3 (
https://mega.co.nz/#!xMU20Q6B!n8oDAn0hyTYtlLcKqitcXKtQTHu3kVherCIaAQH K2hY)
Vegeta
10-14-2014, 04:48 AM
Errr guys I just logged on to my Mega.co.nz account after about a month of inactivity and It's empty, completely so.
I had 20+ stuff uploaded and contacts but they're gone. Anyone know if it's a temporary thing or am I SOL ? :(
(I'm using the Chrome extension)
Edit :
Links to my stuff still work, that's a relief. I'll try and remove the browser extension later to see if I can access my account in another fashion.
That means the files are still there. Try a different browser if you have to.
---------- Post added at 10:48 PM ---------- Previous post was at 10:46 PM ----------
FLAC | CUE | LOG | MD5 | 10%RR
http://i58.tinypic.com/30u69kz.pnghttp://i57.tinypic.com/ae9ztf.png
http://i58.tinypic.com/2lwvzih.pnghttp://i59.tinypic.com/125tgg2.png
http://i58.tinypic.com/oarcpj.gif
Dance Dance Revolution SuperNOVA Limited Edition Music Sampler
ダンス・ダンス・レボリューションSuperNOVA 限定版の音楽サンプラー
V-RARE SOUNDTRACK-8 USA
Possibly the best of the V-RARE US releases as it contains a few beasty exclusives such as Cally & Juice's Fascination MAXX which spots a pure Techno feel, something I haven't heard since the rave back 2000/2001.
PART 1 (
https://mega.co.nz/#!tU0ykYiL!584iKmNrf9sBdiHoFe6bAkbxhW25ZyPUJeflKks sE2o)
PART 2 (
https://mega.co.nz/#!cEUB0Iaa!C54enIqaQU6SqlqFPhl98UvoNfzsXgOkfRatId4 Lr9Y)
PART 3 (
https://mega.co.nz/#!xMU20Q6B!n8oDAn0hyTYtlLcKqitcXKtQTHu3kVherCIaAQH K2hY)
Getting so close lol.. O_O
emuxer
10-14-2014, 01:23 PM
If you refer to Disgaea, there's a note in one of them. I wonder, but at3 isn't that PSP Sony format? So it's a rip?
I see. Sorry, I skipped the fine print.
Atrac3. I've always wondered if Sony's claims about it being many times superior to MP3 are true. That was a little sketchy.
Despair
10-14-2014, 06:37 PM
I see. Sorry, I skipped the fine print.
Atrac3. I've always wondered if Sony's claims about it being many times superior to MP3 are true. That was a little sketchy.
I don't know anything about the format, but I'm guessing not. Why would a format for a mobile system need to be as good as a high quality mp3?
Or maybe it's how they're looking at it that it's "superior." Maybe it compresses better with the same quality levels, or chooses information better.
I don't know anything about the format, but I'm guessing not. Why would a format for a mobile system need to be as good as a high quality mp3?It's not only for mobile though. Atrac3 is used in PS3 titles just as much.
Wolf_Asari
10-14-2014, 10:03 PM
Senran Kagura Shinovi Versus Original Soundtrack
VGMDB (
http://vgmdb.net/album/45767) || CUE || LOG || 1CD (577MB)
Password: lifeandhometown
Download (
https://safelinking.net/p/165a4421b3)
arfgh
10-14-2014, 10:19 PM
thx, do you have more ps vita soundtracks ?
Arceles
10-14-2014, 11:02 PM
I see. Sorry, I skipped the fine print.
Atrac3. I've always wondered if Sony's claims about it being many times superior to MP3 are true. That was a little sketchy.
It really is superior to the MP3, in the sense of, it doesn't have a cut off like mp3 does. I used to have a Hi-MD and that was by default the format used in it (no native mp3 on the first versions), that's when I started eyeeing quite a bit the FLAC format, as I didn't need to transcode from lossy to lossy. As a personal opinion, I like it more than AAC as it sounded quite a bit boomier without obscuring other frequencies... but then again, I think this is very related to a placebo effect that I had back then. Sony making it propietary... killed a really good format.
hotman
10-15-2014, 08:06 PM
Hi people.
Does anyone have MILESTONE SOUND COLLECTION ?
STRV-002~5 | MILESTONE SOUND COLLECTION - VGMdb (
http://vgmdb.net/album/23479)

Neo_Chip
10-15-2014, 09:43 PM
FLAC | CUE | LOG | MD5 | 10%RR
http://i58.tinypic.com/30u69kz.pnghttp://i57.tinypic.com/ae9ztf.png
http://i58.tinypic.com/2lwvzih.pnghttp://i59.tinypic.com/125tgg2.png
http://i58.tinypic.com/oarcpj.gif
Dance Dance Revolution SuperNOVA Exclusive Music Sampler
ダンス・ダンス・レボリューションSuperNOVA 排他的な音楽サンプラー
V-RARE SOUNDTRACK-9 USA

(
http://vgmdb.net/album/11024)
Download (
https://mega.co.nz/#!JBk1FIKT!Zg2V1x3mAL4snrR6x6sDEO3XuwvBcQpxwegyOde mmfk)
R.C.S.B.
10-15-2014, 09:53 PM
Arrived today, very happy with it! =)
Anyone interested in a rip?

arfgh
10-16-2014, 12:56 AM
yes !!!
and requesting the amazing Syberia and Syberia 2 soundtracks, Someone have them ?
thx in advance
LeonardoGolden
10-16-2014, 03:42 AM
This took like seven years to arrive because of SAL but it's finally here!
Also, clear slipcases. Gotta keep those soundtracks in good condition!
Will rip as soon as I can scan the stuff in it. Hope everyone is ready to Chant This Charm and Feel So Good
Neo_Chip
10-16-2014, 03:55 AM
This took like seven years to arrive because of SAL but it's finally here!
Also, clear slipcases. Gotta keep those soundtracks in good condition!
Will rip as soon as I can scan the stuff in it. Hope everyone is ready to Chant This Charm and Feel So GoodCool I remember when I used to have a copy myself, and now that I remembered I couldn't get EAC to rip it. Curious to see it if you could make it work.
LeonardoGolden
10-16-2014, 04:02 AM
It boasts being copy controlled and even comes with a little info sheet but so far XLD seems to be extracting it normally. I was worried about it but I'm glad it's working!
Neo_Chip
10-16-2014, 04:58 AM
Hosok PI
10-16-2014, 08:55 PM
It boasts being copy controlled and even comes with a little info sheet but so far XLD seems to be extracting it normally. I was worried about it but I'm glad it's working!
Thank goodness. I was wondering why a FLAC copy hadn't surfaced until now, and the early 2000s "copy protection" fad seems like a prime candidate. Look forward to you posting it, LeonardoGolden!
neorev
10-16-2014, 10:58 PM
First off, I just wanna say THANK YOU SO MUCH for everyone that put this together.
This thread is overwhelmingly frigging amazing.
There is just so much here.
Has anyone posted Junkie XL's soundtrack to SSX Blur???
I know a couple of songs were featured on that Music of EA Box Set, but I am looking for the full score that he did.
Any help would be greatly appreciated.
His soundtrack to Quantum Redshift is amazing, which I was able to find in FLAC on these boards! So cool!
He also did the score to Need For Speed: Pro Street, but all I can find is the various artists version and not just his score.
Thank you all once again, this place is EPIC!
Neo_Chip
10-16-2014, 11:25 PM
Finally the last DDR CD surfaced at auctions, It's long out of print for such a recent release. I feel complete :)
Dance Dance Revolution ?????????vol.1 ????? - ????! (
http://page.auctions.yahoo.co.jp/jp/auction/189644587)

LeonardoGolden
10-17-2014, 03:10 AM
THE ORIGINAL SOUND TRACK ALBUM OF GIANT EGG
MUSIC POPPED OUT OF THE EGG
Composed by Mariko Nanba & Tomoya Ohtani
WWCE-31005 (
http://vgmdb.net/album/1537)
FLAC | LOG | CUE | SCANS
Download (
https://mega.co.nz/#!49tnETRK!RXS9qOTb37oVoeJmvgg-CSV28HvTYqosdMkh0Cb_U-k)
Mach Five
10-17-2014, 03:02 PM
DDR King Neo_Chip!
Are you gonna compose a Thread for all your DDR releases?
TheAxeGrinder
10-17-2014, 06:29 PM
Arrived today, very happy with it! =)
Anyone interested in a rip?
You have to ask? :P
kheopsfr
10-17-2014, 07:03 PM
this 300th page might be a nice place to share :)
arfgh
10-17-2014, 07:43 PM
Please guys, somebody have the Syberia games soundtrack ? beautiful music.
Neo_Chip
10-18-2014, 12:38 AM
DDR King Neo_Chip!
Are you gonna compose a Thread for all your DDR releases?I'm afraid I'm no 'king', just a considerate being wanting to spread good taste around. :p
Idk should I make a thread? I'm not good at maintaining threads :/ perhaps a universal BEMANI thread would be even better, its just that's been talked for years as their is no one here who likes beatmania™, DanceDanceRevolution™, jubeat™, GITADORA™, REFLEC BEAT™ etc. Just a handful of those...
eleriaqueen
10-18-2014, 08:40 AM
You don't have to maintain a thread if you don't want to, but if you make a thread just copy-paste your releases with their "presentations", add some commentary (or not), some notice about re-uploading and you're set.
yes !!!
and requesting the amazing Syberia and Syberia 2 soundtracks, Someone have them ?
thx in advance
I don't believe those were ever released on a physical cd or in lossless format, only as digital copies. I don't think you'll have much luck here in the lossless thread, but you can poke around the forums a bit.
From memory you can pick up a copy of the soundtrack bundled with the game off GOG here:
Syberia ? GOG.com (
http://www.gog.com/game/syberia)
And ffshrine's own taporktro released what I think is a gamerip of the tracks that play in the game. I could be wrong about his source, but at a glance it doesn't seem that the tracklists line up. You can check it out for yourself over in his thread for it:
Thread 139053
Leon Scott Kennedy
10-18-2014, 09:57 AM
According to VGMdb (
http://vgmdb.net/album/48671), the Syberia soundtrack is included in the Humble Mobile Bundle #9. Going by memory, they offer both FLAC & MP3 encodes.
EDIT:
Purchased the bundle, Syberia doesn't come in FLAC:
Does anybody want the other two OSTs?
arfgh
10-18-2014, 01:04 PM
well, thx so much to show information about Syberia soundtracks. Maybe they dont exist in lossless....
lonelywolf
10-18-2014, 03:07 PM
well, thx so much to show information about Syberia soundtracks. Maybe they dont exist in lossless....
NO, they don't !
You will find only very low quality music for these two video games.
By the way : Microids announced the sequel to syberia 2... syberia 3 !!
Microids will launch this game in 2015.
arfgh
10-18-2014, 04:46 PM
yes, i have seen it on wikipedia. For sure it will be a very good game.
Hi! Does anyone have the Okamiden OST (
http://vgmdb.com/album/20915) they'd be willing to rip? Thanks!
Leon Scott Kennedy
10-18-2014, 05:26 PM
Neo_Chip
10-18-2014, 06:55 PM
More BEMANI Artists goodies. Just look at kors k's old S2TB logo, whoa ^o^

LiquidAcid
10-18-2014, 07:23 PM
void (http://localhost)
Here (
http://forums.ffshrine.org/f72/lossless-video-game-soundtrack-thread-links-first-64743/431.html#post1583251).
Thanks. But unfortunately most of the tracks (the FLAC versions at least) are all merged together into 50+ minute mega tracks.
Is there a way to separate them out track by track?
LiquidAcid
10-18-2014, 08:00 PM
Thanks. But unfortunately most of the tracks (the FLAC versions at least) are all merged together into 50+ minute mega tracks.
The track layout is stored in the cuesheet.
R.C.S.B.
10-18-2014, 09:36 PM
Happy 300th page!!! \o/
Thanks for all you guys, for mantaining this great thread. I'm VERY happy that today I'm adding something that is new for everyone, something I bought, scanned and I think could bring joy for someone, like all the joy I had listening to so many great rips that you guys had uploaded. This is for all the great guys who buy stuff and share with everyone, and also for those who try to help searching great lossless rips around the web. Thank you all for this huge thread!
30th ANNIVERSARY CAPCOM Music Best:Original & Arrange (
http://vgmdb.net/album/40754)
FLAC | CUE | LOG | M3U | SCANS | 2 CDs | ~846MB
-Download-
MEGA (
https://mega.co.nz/#!sociUADQ!smNWdGdSiF9SY0MkOdI3jhU5abZFKxGUz7ATd4_ AaDw)
Personal rip. Also added high resolution scans in VGMdb and in the rip. Enjoy! =D
-Password-
R.C.S.B.
R.C.S.B.
10-19-2014, 12:30 AM
Neo_Chip
10-19-2014, 03:55 AM
This is a bit off-topic but they have the Mountain Dew� Game Fuel back in stock for a limited time, this drink is the best Dew. The Citrus cherry flavor is crazy.

Anyways DDR FESTIVAL & STR!KE are up next ;)
klepikoh
10-19-2014, 10:15 AM
I can not find the soundtrack of the game Spider-Man 3 - The Game (2007) PC. On gbs.joshw.info and psf3.joshw.info nothing. Maybe someone knows where I can get Ost? Here's a link to the game in wikipedia:
https://en.wikipedia.org/wiki/Spider-Man_3_(video_game)
Neo_Chip
10-19-2014, 10:18 AM
FLAC | CUE | LOG | MD5 | 10%RR
http://i58.tinypic.com/30u69kz.pnghttp://i57.tinypic.com/ae9ztf.png
http://i58.tinypic.com/2lwvzih.pnghttp://i59.tinypic.com/125tgg2.png
http://i58.tinypic.com/oarcpj.gif
DDR FESTIVAL & Dance Dance Revolution STRIKE ORIGINAL SOUNDTRACK
ダンス・ダンス・レボリューション フェスティバル&ストライク オリジナル・サウンドトラック
TOCP-64291~2

(
http://vgmdb.net/album/11969)
Last public release published by Toshiba-EMI for the series as Konami later self-publishes future albums through its Konami Style store. DDR Festival & Strike is in summary an album of compiled songs of the North American 'ULTRAMIX' series; released in Japan under a different name as the latters Konami originals were not released outside of North America.
DISC 1
PART 1 (
https://mega.co.nz/#!ANl3gS5K!ntRPws08-nxhBAZlSIUJadFoGMF4w4l1UUIy7stv2hM)
PART 2 (
https://mega.co.nz/#!wVlQHATT!G_0-zHGtMCs_K1n_gaT_YoRZZCyBGxQho7zCHkPCWT4)
PART 3 (
https://mega.co.nz/#!pVlXzSrC!Tjda9VjCZXTz_Thk44SqYEFoX39J2ogAiQhjcFL 7NJU)
DISC 2
PART 1 (
https://mega.co.nz/#!kAcEAahA!RryOTpwt1SdRyZZNFUzCTBBW4FWh03DUhU28W9M NixY)
PART 2 (
https://mega.co.nz/#!ZAtgVZTB!SKh8teZODMYKsbG_kv1CTEldvHethOvXQTX5sHD m3qg)
PART 3 (
https://mega.co.nz/#!RMF0mRCA!cMtxoLQANigrd8tRyjt3-JdwvkwF_t9-4Eo0V_J4ATI)
PART 4 (
https://mega.co.nz/#!YFMDWbya!7_MqWQ3KbzLXRGxmSmjOiZs3Hl0txDqLf-Yjp1DJ7bA)
Maxwill
10-19-2014, 01:22 PM
Just dropping some soundtracks here, while waiting for the series' newest entry Dreamfall Chapters to be released this month.

Dreamfall: The Longest Journey EP / Magnet
Album Information (
http://vgmdb.net/album/3220)
Composer/Performer: Even Johansen as Magnet
Music Trailer (
http://www.youtube.com/watch?v=X7YMDCDOy1Q)
Download Link (
https://mega.co.nz/#!P9RXnZBT!4CA8ZTVO49C1Qf7radskqd2N8kaumlynhDlhcz6 tbjQ)
FLAC / MEGA
Features four songs from Norwegian musician Magnet for the release of Dreamfall: The Longest Journey. Three of them come from previously released albums, however newly arranged, while the opener "Be With You" is written exclusively for the game.
Enjoy! :)

Dreamfall: The Longest Journey Original Soundtrack
Album Information (
http://vgmdb.net/album/3219)
Composer: Leon Willett, with additional music by Simon Poole, Slipperhero, Octavcat, Ingvild Hasund, Morten S�rlie
Director: Ragnar T�rnquist
Developer: Funcom
Sample 1 (
https://mega.co.nz/#!DxAnTbJS!UwvlNdPyhd_V7XnfU-DI01_OKB-I2RRTgdepipp14QU) / Sample 2 (
https://mega.co.nz/#!m5h23bjS!BNo5dCDkrAyQ5nAg-oR32T74qFllTx6OxW7ba_PKciw) / Sample 3 (
https://mega.co.nz/#!K1I0WRjR!VIxiZczBV3guVHiJt9ef2zAoLtd08urw5O8tzpL UOe4) / Sample 4 (
https://mega.co.nz/#!bkokmSxa!VJJqguXA6bMDUtz1dCNocZgPA2_bikAJKZ2cvdk oJs8)
Download Link (
https://mega.co.nz/#!fghSTYzS!_Rutgqmct3imuNQTZH_8jeZnAr0TpMRMT_SWUcQ DDnE)
FLAC+SCANS / MEGA
The successor of the praised cult game The Longest Journey from 1999. Features an orchestral score by Leon Willett and additional electronic and vocal music by various artists. While not as charming and enchanting as the orignal, Dreamfall: The Longest Journey neverless features some interesting compositions, which serve their purpose quite well. Especially "The Hospital Room" (featuring vocals of Vivi Christensen) has been a fan-favorite in all these years.
Enjoy! :)

The Longest Journey Original Soundtrack
Album Information (
http://vgmdb.net/album/1381)
Composer: Bj�rn Arve Lagim, with additional music by Tor Linl�kken [27~30]
Creator & Director: Ragnar T�rnquist
Developer: Funcom
Sample 1 (
https://mega.co.nz/#!b0xgQCTR!qpYmplDU40qeDYJE9gg4Mxahfo1jYOOX7JfqkUx m0wU) / Sample 2 (
https://mega.co.nz/#!Cs4ThK5I!a9h9_rGlTqIu9MF75CKac2-jXk83ASWGVG2WUJLlEYQ) / Sample 3 (
https://mega.co.nz/#!OlhECZqC!JBIrTIJtRPJfope3AAHa5KY248TPZP7ab0M8wnu Ka-U) / Sample 4 (
https://mega.co.nz/#!qs4j2YbL!tvSoRlKsLby88_munLx8M00l5AyQ5tyXWb3PPCu Bm20) / Sample 5 (
https://mega.co.nz/#!SgYXwZwB!uM42QJe9gXnvpJSZzImUkvYRY7lHlVssNsfiQpt gToE) / Sample 6 (
https://mega.co.nz/#!SxpSTCTS!XO4U399rWbwYhV-BHsCU30_R94MoZStgDnGC-tVBJqU)
Download Link (
https://mega.co.nz/#!jw4VhYJS!zTaTBC-hqYLBLySNPC3rAfTPuCYy9VHfnftshApa0F0)
FLAC+SCANS / MEGA
Original soundtrack for the award-winning, critically acclaimed adventure game The Longest Journey in a 2-Disc Special Edition. While the first CD is the official soundtrack release from 2001, the second CD features all the unreleased music, which were available for download in the first weeks of the game's release on their official website.
Enjoy! :)
arfgh
10-19-2014, 01:56 PM
thx so much for these graphic adventure games soundtracks. For some reasson the last one 'the longest journey' points to 'error' when trying to download it...
The track layout is stored in the cuesheet.
Ah. I've never worked with CUE before, but I managed to teach myself by finding this page (
http://www.simplehelp.net/2009/03/02/how-to-split-a-single-flac-file-into-multiple-tracks/) and have learned something new today. :D
(Yes, I know this is probably very basic elementary stuff for most people in this thread, but let me have my moment!)
QMarks
10-19-2014, 04:35 PM
From what I've heard, Medieval Cue Splitter is bad. You're better off with CUETools or Foobar2000.
Jessie
10-19-2014, 05:59 PM
Risen Soundtrack
Kai Rosenkranz
Info (
http://vgmdb.net/album/15596)
FLAC/LOG/CUE
Download (
http://adf.ly/t1PBM)
BoneSatyr
10-19-2014, 08:21 PM
Here are all five of the chiptune arrange albums for Final Fantasy VII, VIII, IX, X, XI. These are not my rips, and I'm afraid I've forgotten where I found them. Credits to whoever ripped them. They do not come with .log or .cue, but all files have been verified to be lossless with "Lossless Audio Checker".
Final Fantasy VII Chips (
http://vgmdb.net/album/34857)
( FLAC | Cover )
Not my rip
Final Fantasy VIII Chips (
http://vgmdb.net/album/34858)
( FLAC | Cover )
Not my rip
Final Fantasy IX Chips (
http://vgmdb.net/album/34859)
( FLAC | Cover )
Not my rip
Final Fantasy X Chips (
http://vgmdb.net/album/34860)
( FLAC | Cover )
Not my rip
Final Fantasy XI Chips (
http://vgmdb.net/album/33456)
( FLAC | Cover )
Not my rip
FF7 - 282 MB
MEGA (
http://anonym.to/?https://safelinking.net/p/0ae1fa0d69)
FF8 - 346 MB
MEGA (
http://anonym.to/?https://safelinking.net/p/164c1721d5)
FF9 - 269 MB
MEGA (
http://anonym.to/?https://safelinking.net/p/b7398101e3)
FF10 - 262 MB
MEGA (
http://anonym.to/?https://safelinking.net/p/9ece264028)
FF11 - 299 MB
MEGA (
http://anonym.to/?https://safelinking.net/p/86af6a6bd1)
3% recovery record added to the archives.
Password: bonesatyr
Chrono Meridian
10-19-2014, 09:01 PM
Very nice BoneSatyr, hopefully they make a Chip-Version of XII, XIII, ...~
Deddy Mengz
10-20-2014, 05:54 AM
Hi there OmegaBlade! Thank you so much for sharing such a beautiful soundtracks. On your "FINAL FANTASY XIII Original Soundtrack [Limited Edition]", all the links except part6 are work. Could you please check back the part6 one? It said "Temporary Error, retrying." but it stopped. I can't extract those files without that part. Thank you so much for you concern. I'll very appreciate it.
emuxer
10-20-2014, 02:11 PM
Hi there OmegaBlade! Thank you so ...I'll very appreciate it.
Edit the post, please, remove those IMG lines! I know I'm not a mod, but it's very annoying to see the darn covers over and over in the same page every time someone thanks an uploader.
Powered by vBulletin® Version 4.2.4 Copyright © 2019 vBulletin Solutions, Inc. All rights reserved.