Updated simple export!
Simple export now support multiple albums in one directory.
Updated simple export!
Simple export now support multiple albums in one directory.
Updated Music Playground export!
History of changes:
CHG: added new script that creates batch file for extracting images from cab file to workingdir, so that you don't have to do it manually anymore.
CHG: changed script names, please remove old before copying updated scripts.
Hi,
first of all these exports are fanastic, everyone here does a great job.
ive had a slight problem getting the latest version of the complete exports album overview
all the other exports work ok as did the very first version of the album overview.
i dont know if its a javascript problem, ive attached a jpg to show the result.
the list doesnt display, colour scheme cant be changed etc
its the same in both firefox and IE7, and im running the latest java runtime, no security settings blocking anything.
all the info seems to be inside the html file that exports, just not displayed when rendered.
any ideas? thanks very much
Barrie
SquallLeonhart38 helpped me with pointing on error, I will fix it later.
thebazman thanks for the feedback,
~ milka
For thebazman:
I have made some fixes on "milkaComplete 03 js Search Data.mte".
Please let me know after testing if errors are fixed.
Thanks,
~ milka
i like this 
id was wondering if u could extract a bit code for me
|Pictures........|..............................|
| *Cover........|..............................|
| *Cover........|..............................|
| *Cover........|..show image here.|
| *Cover........|..............................|
| *Cover........|..............................|
||_____|
im not into javascript that much, im more in PHP 
and was thinking or u could make a short script,
{button: Add covers} ,, onclick show{
cover1: {textfield name=cover1}
cover2: {textfield name=cover2} {button: more},, onclick add{
cover3: {textfield name=cover3}
}
with a max of 6 to add so 8 in total, i hope u can understand and are willing to make some if u have the time 
hey milka. thanks for sharing your great configs!
i especially like the artist-album verison (full) as its great to get a full, shareable overview over my complete collection.
however it would be really great to have the option of adding per-track popups/overlays containing advanced or detailed tags & codec/bitrate information. Also being able to sort the table by clicking the headers would be a very nice feature.
would be great if you could consider putting something like that in, if you eventually update your config.
thanks again.
Hi, I very much like your Music Playground export but the new version isn't working for me. The older version from 2.37b worked but version 2.39 doesn't, errors in script both for IE and Firefox.
Can you help??
(I mean that I download playground at the same time as release of 2.37b)
(I've had to reinstall from 2.39 re-download playground)
Bernard_Cornwell___Sharpe_Audiobook_Series______Music_Playground_____.html (161 KB)
Thanks mithrin and cyn for your feedback, I hope that I will fix it during the weekend and try to implement pop-ups.
Hi, Found the problem. First the mp3's I was using aren't very good some don't have the correct length of time recored, I presume bad mp3 compile or corrupt but they play. When the array s[][] is load with a 0.0 time the html/script is left like this " s[?][2]=; " but if I edit the html/script and change all instances to " s[?][2]=""; " the html/script works.
May I ask what's your thinking of how the html/script is to work. (i.e walk through, purpus )
Like why all the cover art displays is it because of the other panel can be closed but still display the art ?
Updated Music Playground export!
History of changes:
FIX: page wasn’t working if the mp3 file had the wrong length because it was
corrupted or wrong compiled.
mithrin thanks for pointing on this javascript bug.
Hi Milka,
I reall like your Artist-Album Tracking Exports scripts.
Could you create and publish a script in the same style like "milkaArtist_Album_01_html_Artist_List_Full" just sorted by genre/artist/album ?
Thanks for considering.
Jonas
Try this one: milka_Artist_Album_Tracking_Overview_for_gottkaiser.zip (4.04 KB)
milka_Artist_Album_Tracking_Overview_for_gottkaiser.zip (4.04 KB)
@ milka
I don't know if I'm doing somthing wrong. But If I create the html file it's not sorted by genre/artist/album. It is just sorted by artist/album and the tracks are also not shown like in "milkaArtist_Album_01_html_Artist_List_Full".
Anyway, thanks for trying!
First of all milka, I love your exports.... my only problem with them is that they're all WAY too comprehensive for a large music collection.
For an example, I've got over 18,000 mp3s and with all the bells and whistles it takes a couple hours to generate the export as it it, and it's like 4 megs when it's done!
I'm looking for a simple list of artists and when you click on it you get a list of albums; click on the album and you get a list of the songs on that album. A lot like 'Artist-Album Tracking Exports' except without album art, links to reviews, links to "play album" or "play song". Mainly I just want a list of my music that I can put on my website so I can check to see if I have something while I'm away from the house.
I'd certainly appreciate it!
I will made some simple version for you, in a couple of days.
You can see some examples that I made for Hank:
http://hem.bredband.net/musictrades/docs/M...C20jan2008.html
http://hem.bredband.net/musictrades/docs/M...z20jan2008.html
Will check out if it is some bug.
I have been using your export - html simple album overview for several years now and it just the best for showing an artists total albums. I was wondering if there is a way to make the list sort by year? It usually sorts by default in alphabetical form. This way the albums are listed in the order the artist made them.
After all this years I am still receiving from time to time so much feedback regarding my exports. Thank you all and because of that I will do some refactoring and consider about your requests and try to implement them all.
Nice holidays!
Regards,
milka
I would love to update your script for the image popup. The example below is from 2006 and would like to make it so the cover.jpg pops up without borders, scroll bars etc. Just a nice lightbox or something with an X
<SCRIPT LANGUAGE="JAVASCRIPT" TYPE="TEXT/JAVASCRIPT"><!--
// All functions are created by milka. //
// Functions can be used when credit is given. It //
// should look like this: //
/* +++ script name by milka +++ */ //
// When you classify it in such a way, you are free to //
// use the script. //
// this export script was last modified: 14.12.2006 //
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++ //
// ++++++++++++++++++ DEFINE THE NAME +++++++++++++++++++ //
// Here you can define the name of the cover. //
// You can even define the whole name of the file!!! //
// Defines name for cover:
var cover = "cover.jpg";
/* +++ Auto-Sizing Image Popup Window +++ */
/* +++ script by SquallLeonhart38 +++ */
/* +++ Edited by milka +++ */
// Set the horizontal and vertical position for the popup
var Start_X = 100;
var Start_Y = 100;
// Set these value approximately 20 pixels greater than the
// size of the largest image to be used (needed for Netscape)
var img_Width = 500;
var img_Height = 500;
// Do not edit below this line...
// ================================
if(navigator.userAgent.indexOf("Opera") != -1) {defaultWidth = screen.availWidth;defaultHeight = screen.availHeight;}
var img_option = "scrollbars=no, status=no, toolbar=no, menubar=no, dependent=yes, location=no, resizable=no, width=" + img_Width + ", height=" + img_Height + ", left=" + Start_X + ", top=" + Start_Y;
function popImage(id) {
var imageURL = cover;
var imageTitle = "%_directory%";
var image_window=window.open("about:blank","Albumcover",img_option);
with(image_window.document) {
writeln("<html><head><title>" + imageTitle + "<\/title><script><!--");
writeln("var isNN,isIE,isOO;");
writeln("isNN = (navigator.appName == \"Netscape\" && navigator.userAgent.indexOf(\"Opera\") == -1)?1:0;");
writeln("isOO = (navigator.userAgent.indexOf(\"Opera\") != -1)?1:0;");
writeln("isIE = (navigator.appName.indexOf(\"Microsoft\") != -1 && navigator.userAgent.indexOf(\"Opera\") == -1)?1:0;");
writeln("function resizepopup() {");
writeln("if(isIE) {");
writeln("window.resizeTo(100,100);");
writeln("width = 100-(document.body.clientWidth-document.images'['0']'.width);");
writeln("height = 100-(document.body.clientHeight-document.images'['0']'.height);");
writeln("window.resizeTo(width,height);}");
writeln("if(isNN) {");
writeln("window.innerWidth=document.images'['0']'.width;");
writeln("window.innerHeight=document.images'['0']'.height;}");
writeln("if(isOO) {");
writeln("window.resizeTo(100,100);");
writeln("width = 100-(document.body.clientWidth-document.images'['0']'.width)+12;");
writeln("height = 100-(document.body.clientHeight-document.images'['0']'.height)-16;");
writeln("window.resizeTo(width,height);}}");
writeln("//--><\/script><\/head>");
writeln("<body style=\"margin: 0px; padding: 0px\" onload=\"resizepopup();self.focus()\">");
writeln("<img name=\"cover\" src=\"" + imageURL + "\"><\/body><\/html>");
close();
}
}
//--></SCRIPT>
Hi, you are more than welcome to update the script. Once you are done you can send it to me and I will check it out and update relevant post with the latest version.