Hello everyone,
I puzzled a script for the music site www.musicmeter.nl together. So for anyone who needs a nice script for a Dutch database, download it at: this link
It's still a Beta version because i can't fix the problem in the description.
The problem is: When a description is imported there are no spaces after each title.
If someone has a solution please tell me. I have'nt got any experiance with scripting, i really puzzled thisone out because it's very simulair to www.moviemeter.nl.
I compared the sites and searched for differenses and see here the result.
Enjoy it and use it well.
Greetz digiworld
Musicmeter.nl script (Dutch site for music Albums)
Please move the message
If the message is better to find there, you may move it.
The more people see it and make use of it the better, thats what this is for.
The more people see it and make use of it the better, thats what this is for.
Can someone help me with this....
To import de tracklisting in to the description i used this script:
// Description
Value := TextBetween(Line, '">', '<br />');
HTMLRemoveTags(Value);
HTMLDecode(Value);
SetField(fieldDescription, Value);
So i get the whole tracklist, thats nice huh!! . But.... at the end of every track, directly begins the following track I want to place a mark (a space or / ) is this possible?
If it is, can someone tell me how??
// Description
Value := TextBetween(Line, '">', '<br />');
HTMLRemoveTags(Value);
HTMLDecode(Value);
SetField(fieldDescription, Value);
So i get the whole tracklist, thats nice huh!! . But.... at the end of every track, directly begins the following track I want to place a mark (a space or / ) is this possible?
If it is, can someone tell me how??
-
- Posts: 11
- Joined: 2006-09-19 10:47:25
- Contact:
script werkt niet
heb net 't script geprobeerd maar 't werkt niet. Heb die van musicmeter en moviemeter eens naast elkaar gelegd en heb daarna vervolgens een waarde veranderd. Line := Page.GetString(Page.Count-2);
Deze stond op -1. Het script werkt nu wel
grts Rene
Deze stond op -1. Het script werkt nu wel
grts Rene
-1 / -2
I don't get it.... in my script stands -2 in stead of -1.... but anyone with the same problem here's your fix.
Thnx René..
ps: René, please write in English, so everyone can understand what you try to tell us.
What René wrote in English:
I've just tryed the script, but it did'nt work. I compared the musicmeter script to moviemeter script and changed a value in the following line:
Line := Page.GetString(Page.Count-2);
The value 'Page.Count-1' into 'Page.Count-2'. Now the Script works fine.
Thnx René..
ps: René, please write in English, so everyone can understand what you try to tell us.
What René wrote in English:
I've just tryed the script, but it did'nt work. I compared the musicmeter script to moviemeter script and changed a value in the following line:
Line := Page.GetString(Page.Count-2);
The value 'Page.Count-1' into 'Page.Count-2'. Now the Script works fine.