Giter Club home page Giter Club logo

Comments (3)

fritztoch avatar fritztoch commented on August 19, 2024

Something like this? https://github.com/thorst/CueMaker

from bleemsync.

mtrivs avatar mtrivs commented on August 19, 2024

This GitHub page also exists: https://github.com/opsxcq/psx-cue-sbi-collection

There is a small shell script for generating .cue files, along with a collection of .cue files for most games

from bleemsync.

mtrivs avatar mtrivs commented on August 19, 2024

On a side note, it might make more sense to leave the .CUE file generation up to the user. If we have a list box that displays all of the titles, we could highlight the row "Red" to let the user know that that file needs attention before it can be processed. The user could then correct those issues by either specifying their own CUE file or having Bleem create one for them. There are some games that use CDDA audio tracks, where each track is a separate .bin file. This means you will have at least two .bin files – one .bin for the game’s executable and one or more .bin file for each CDDA audio track. A good example of this is the PAL version of Tomb Raider which has; “Tomb Raider (Europe) (Track 01).bin”, “Tomb Raider (Europe) (Track 02).bin”, “Tomb Raider (Europe) (Track 03).bin” …all the way up to; “Tomb Raider (Europe) (Track 57).bin”. In this instance, it might get very tricky having an automated solution that would fit all use cases.

Here is what the correct .cue sheet looks like for Tomb Raider (Europe) (PAL):

FILE "Tomb Raider (E) (Track 01) [SLES-00024].bin" BINARY
  TRACK 01 MODE2/2352
    INDEX 01 00:00:00
FILE "Tomb Raider (E) (Track 02) [SLES-00024].bin" BINARY
  TRACK 02 AUDIO
    INDEX 00 00:00:00
    INDEX 01 00:02:00
FILE "Tomb Raider (E) (Track 03) [SLES-00024].bin" BINARY
  TRACK 03 AUDIO
    INDEX 00 00:00:00
    INDEX 01 00:02:00
FILE "Tomb Raider (E) (Track 04) [SLES-00024].bin" BINARY
  TRACK 04 AUDIO
    INDEX 00 00:00:00
    INDEX 01 00:02:00

from bleemsync.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.