The short: Im looking for a way to export Traktor playlist details into a custom template for printing CD wallet labels! Please can anybody help? does anyone know a way?
The Long:
Ive been extensively looking for a way to print CD labels from Traktor Playlists. By CD labels i am specifically looking to print just the front of a jewel CD case so i can slip it in front of each disk in my CD wallet
Ive embarked on a project to transform all of the tunes i play in Traktor onto CD’s for the purpose of:
Practising without Traktor/Software
A backup at gigs when things go wrong (since TSP2 is crashing for me a lot atm slight_smile:
Its just nice to mix with only CD’s sometimes…
So - I’ve seen that Traktor can export to HTML to be viewed as a webpage. From here that webpage can be printed. However when printing that webpage the spacing isn’t very efficient and I’m finding myself copying the page and then pasting into MS-Word to get the layout i want.
Mainly every time i have to adjust the column widths so its the right size for the CD wallet section and then, because of these adjustments copy and paste half the columns into another row below the first ones to keep the text a nice clear size.
So - I’m really looking to export Traktor Playlist details into a Microsoft Word/Open Office template (or any other program if its easier/better) so i can print labels. Normally id do it manually but for ease of use etc I’m only putting a handful of songs on each disc and that means there will be many discs… don’t really want this to take the next 6 months.
I know i could just use a CD Pen , or just not be so fussy… but I’ve got the handwriting of a cat :eek: and i want all the extra comments and keys i have in Traktor.
I personally don’t have any web servers running PHP but i can borrow one at work pretty easily . I develop the front end of web sites so i could put together the design i want in HTML/CSS if you could tie up the back end? Let me know.
Why not use iTunes ? You can choose various layouts for case inserts and its damn easy.
Put your music in a playlist, press command+P or ctrl+P, choose your layout, and you’re done.
@Nicky H - Thanks for the PHP script however i couldnt put anything together to use it since ive never really worked with PHP (its all front end and .net stuff i do).
But based on what you gave me i did something in javascript to parse the nml and outut it into a basic html label style i made:
Really simple - it just asks you for the name of your playlist (the filename) and then parses it. It will loop through for each track and then put that data it gets from the nml into div’s on the page.
This could be applied to anything to get data out of traktor using javascript.
Cool, but I would’ve helped ya fella - shouldda said
Having said that there’s no real need for PHP, JS will do fine..
I uploaded mine for you to try here:
Basic stuff but prints nice cd sized labels..
I might make a desktop app for creating playlists, editing tags etc if I can be arsed cos I hate iTunes, haven’t even got it on my PC which is where I prep everything..