Jump to content

PCPete

Members
  • Posts

    10
  • Joined

  • Last visited

About PCPete

  • Birthday 07/17/1963

Contact Methods

  • Website URL
    http://www.audiography.com.au
  • ICQ
    0
  • Yahoo
    VinylMechanic

Profile Information

  • Gender
    Male
  • Location
    Melbourne,Australia
  • Interests
    Audio and video restorations, hardware design and development, software design and development, good music, good books, challenges.

PCPete's Achievements

ISF Newbie

ISF Newbie (1/5)

  1. Ah crap. I just figured it out. For anyone else who sees the same problem (Skipped Filtered File: BlahBlahBlah.vob), rename your vob file to VIDEO_TS.VOB. That will fix the "issue" with filtering. - A very chastened PCPete
  2. There's a new build available, use the same download URL but the filename is now MusicList_B100.zip The main change is that I've added support for default filetypes and positional information for CUE list output regardless of where the tracks were added from - so now M3U (and bunches of random tracks) will now work properly with ImgBurn even if a CUE list isn't used to import the tracks from. This is a bug, and thanks to all who reported it! I grew up on a farm, and one of the first lessons I learned was to always close the ****** gate. This time, I forgot to close the ***** gate. Sigh. I hope this makes the tool a bit more usable.
  3. OK, I think I've sorted out the multipart CUE sheet reads. The new build is available on the website, the link (from my website's base URL) is /images/MusicList_B98.zip It should now be possible to mix multiple multipart CUE file tracks in any order (and include M3U and single files as usual) in an output CUE. This will work with properly formatted multipart CUEs without parsing being enabled. You can still leave the parse function on, but in the case where no reasonable track title/artist name/album title/album name/track number can be parsed, the data will be taken from the input CUE. You will need to leave parsing turned on for M3U and single file imports, as there is no possible way to get metadata out of these files without me writing yet another IDV3 parser, and since I only work with WAV files, my parse tools only work with WAV/BWF files, since I have no interest in MP3 or M4A or OGG or FLAC or APE or WMA or any other kind of compressed file format. If I had the time to learn how to parse those tracks I would, but the tools available for my development environment are bug-ridden guessfests with no error checking or ability to handle nonstandard metadata tags. So that will be a job for someone smarter than me. Here's a look at the latest track information panel: The context menu for the grid display is largely self-explanatory. All fields are editable, so if you mix badly-formed input files (files with no absolute path), you'll get badly-formed output files unless you manually edit the path for each track. The parser will take the guesswork out of that, so if your template is correctly set up, you should be able to produce valid output files with a minimum of editing. Based on the example files users have already sent, this is the one biggest problem - CUE and M3Us created with one music tool using relative paths won't work at all with other music tools unless they also have the same relative path information. Without that, they just plain vanilla won't work as expected. That's expected. So the answer is, as always, SPECIFY FULL PATHS and you'll never get lost. And don't forget - once you've done the editing and saved the output CUE, you can then use that as the basis for other CUE mixes! Finally, since there appears to be no way to specify relative track offsets in the M3U format, M3U exports just plain don't work with multipart CUE files, and the reason is : they can't work. That's why you should never, ever, combine any tracks (related or unrelated) in a single audio file! Just because you CAN doesn't mean you SHOULD. But I doubt I'll make any difference bleating on about this state of affairs, so I won't. To reorder tracks, you need to drag the LEFTMOST column (the grey 3D column) up and down, like in Access or most other grid-based editors. I've tried to add functionality to the standard windows grid control to allow more human-friendly editing, but that's not going to happen, so just treat the control like any other standard windows control and you'll be fine. If you have any questions, or if you find CUE sheets that choke the code, by all means let me know! And I haven't tested the output CUE if you delete some partial tracks from a split or multitrack CUE listing, so if you find there are problems, please let me know! Cheers, PCPete
  4. The merged cue lines are : PERFORMER "VA"TITLE "Ministry Of Sound - The Annual 2009 CD1" FILE "101-ministry_of_sound_-_the_annual_2009_cd1.mp3" MP3 TRACK 01 AUDIO TITLE "Pjanoo" PERFORMER "Eric Prydz" INDEX 01 00:00:00 TRACK 02 AUDIO TITLE "Baba O'Riley (The Cube Guys Mix)" PERFORMER "The Cube Guys" INDEX 01 04:42:29 TRACK 03 AUDIO TITLE "Partouze" PERFORMER "Steve Angello & Sebastian Ingrosso" INDEX 01 10:35:39 TRACK 04 AUDIO TITLE "Can't Slow Down" PERFORMER "Dahlb
  5. With reference to the free music list tool, I'm having problems parsing multiple cue lists as input specifiers and merging the results. So if someone imports a cue list that contains multipart cues referred to offsets within the source file, then imports a second such cue file, no matter what kind of cue output I try to create, imgburn returns an error message "Invalid CUE reference" when I try to open the cue list within ImgBurn. I can successfully merge multiple SIMPLE cue lists and m3us and individual files in any combination, and export them fine as a single cue or m3u, just the multipart cues are giving me heartburn. Part of the problem is that I don't ever use offsets within a cue file, so my testing is a bit limited (since ImgBurn correctly tries to read each segment specified, and of course they don't exist on this system). But if there's a better way of getting multiple cue entries from multiple multipart cue specifiers, I'd really appreciate any suggestions! Thanks, PCPete
  6. The latest build (92) can be downloaded from my website. The URL is : http://www.audiography.com.au/images/MusicList_B92.zip It doesn't yet support relative cue tracks (where one humungous source file contains multiple track segments within that file), but you can import multiple simple cue lists and/or m3us and/or individual files. Please reply to this thread if you're experiencing difficulties figuring out how to add or edit templates so other potential users can benefit... Hope this helps a bit. -PCPete
  7. G'day all, Thanks to some great suggestions (and help!) from Wilfried, I've finally updated the cue list converter tool, and it's a bit more usable. Here's what's possible now: - tracks can be added from a simple file dialog (multiple files are supported), and/or existing cue lists, and/or existing M3U lists - tracks can be added in any order, and multiple files and cue/m3u lists can be appended in any order - most typical CUE lists can be imported, and if artist, title, and track information is unable to be found from the track name, the CUE fields will be used instead. - track information can now be parsed during the import using templates you can add yourself and edit. - It supports ALBUM ARTIST, ALBUM TITLE, TRACK ARTIST, TRACK TITLE, and TRACK INDEX templates. - It can export the list to M3U or CUE list formats. - The CUE export also allows PERFORMER and TITLE fields for the album and for individual tracks. - You can move tracks around in any order, then auto-renumber the track indices as a batch before exporting to CUE or M3U - You can edit individual entries and fields - A template manager has also been added (see screenshots below) - The template can be applied during the file or list import, or individual templates can be applied to individual track entries in the list after the list is added to - you can also specify only a folder part to the template, or only a file part - I've tried to add lots of little "nice to use" features, like - automagic template buttons so you don't have to type the template if you don't want to. You can just click buttons. - autonaming the output list filename with an editable prefix - remembers last folders opened for cue, m3u, and files separately - remembers last output folders for cue and m3u separately - remembers last template used and whether to apply the template as the files are added And of course, unicode and international character sets are supported (but if your NLS settings don't work, let me know). The program looks like: And the template editor : Please note: I developed and use this tool for my business, which involves creating and managing archivable (non-lossy) audio format files from damaged or broken recordings, so I haven't added any IDV3 tag features, and most lossy output file formats aren't specifically supported in the CUE export, so if you'd like to see a particular format properly supported in the CUE output, let me know and I'll add it. You can contact me via the website or PM if you're interested, or if you have a file format or output you'd like to see added. This is a work-in-progress, so if anyone does find something missing, please let me know! I'll try and find a secure hosting option if enough people are interested. Cheers, PCPete
  8. G'day all, I've just written a small M3U to CUE file converter. It takes an M3U playlist file and converts the track list to the ImgBurn .cue format. It seems to work on most of my M3U playlists (using MMJB), but it's a quick and dirty converter, so I don't currently check for things like unterminated quotes, quoted strings, and so on. I've tested it with Greek and Cyrillic (UNICODE) tracks, and it seems to work. If anyone is interested, I'll be happy to make it available as a free tool. Currently, I've done it as a command-line tool and as a simple windows UI that should run on almost any windows platform out there (I've tested it on XP Pro 32 (SP1 & SP2), Win98, and WinXP x64, but more testing might be needed). And if there's enough demand, I'd be willing to do some fixin's (things like additional input file formats, track re-ordering, gap specifiers, illegal char mapping, adding individual tracks, etc). Here's the obligatory (but probably not that useful) screenshot: Feel free to ignore this if you're not interested! You can contact me via the website or PM if you're interested, or if you have a file format or output you'd like to see added. Cheers, PCPete
  9. Thanks all for the suggestions, but unfortunately, the gap is not usually part of the audio returned by the ISO9660 track data, it's inserted between the end of one track and before the beginning of the next, sometimes even as subchannel data. The CD's TOC should always return just the track start and end points (in frames), you should never (normally!) get the inter-track gaps returned as track data. The only exception is if the tracks themselves contain silence (which used to be a workaround years ago). I've looked at one CD sector by sector (CDRWIN is excellent for this ) and I think the tracks each end on a frame boundary (I'm currently counting offsets in hex and converting on the fly with pencil and paper, so I could easily be wrong, but I'm getting the same values each time). Clicks and noises like that are generally caused by audio or subchannel data ending on a non-frame boundary - that's why things like cues and metadata (tags) can sometimes (but not always!) cause unwanted transients in CD audio recordings. Since each frame is 1/75th of a second, that equates to roughly 588 samples (or 294 stereo samples). If audio data ends before a frame boundary and metadata is written, click goes the speakers. Good audio software will generally pad out each WAV chunk to frame boundaries when writing to CD, in case the audio data ends "early". I try really hard to do all that manually, so I can use any software at all to burn audio CDs without worrying about RIFF chunk padding and metadata problems. So (I think, but I'm still not sure) there needs to be a way to tell IB to start and end the gap right on a frame boundary. BTW, I've verified all the tracks since the last burn, and all audio data is padded to exact frame boundaries, i.e. all tracks contain whole multiples of 588 samples. So either there's a tiny timing problem when writing the gap, or else something else is "rounding up" the samples past the end of the frame. That doesn't answer every possibility as to why I'm getting these results, but from past experience, it's something like that. I was hoping there would be a simple "don't round or pad" setting in case that was what was causing it. Again, I have a good workaround (manually insert 2 seconds of silence and burn without gaps), but I haven't tested it yet with IB. Keep the great ideas coming, I'm sure I've just missed something blindingly stupidly obvious...
  10. G'day all, When I create a cue list and insert a 2-second (150 frame) gap between tracks, the resulting audio CDs nearly all have clicks either at the end of the previous track, or at the end of the gap. I master all CD tracks to end on an exact frame boundary so this kind of thing won't happen, and it seems to only happen with IB's cue-based sessions. Is there something I'm missing? Or should this be formally raised as a bug report? (Hopefully it's just me). Cheers, PCPete
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.