[release] WLMini Music Player 2.42 |
Author: |
Message: |
roflmao456
Skinning Contest Winner
Posts: 955 Reputation: 24
30 / /
Joined: Nov 2006
Status: Away
|
O.P. RE: [update] WLMini Music Player 2.36
quote: Originally posted by diab0lik
great addon although the dp isnt changing to album art i have. where is the addon getting the art?
The script is using the Amazon AWS API for the album art.
If you check the source code, you should see the file "dt.coverart.js"
The Album Art feature depends on your ID3 tags on the music files.
For example, if you bought your music on iTunes and add them to this script's playlist, it will work flawlessly.
.. although it's possible maybe amazon changed their API :/
edit: once I finish my exams, I can work on this script again
This post was edited on 06-12-2009 at 09:36 PM by roflmao456.
[quote]
Ultimatess6: What a noob mod
|
|
06-12-2009 09:35 PM |
|
|
Schnappi
Junior Member
Posts: 93
Joined: Mar 2009
|
RE: [update] WLMini Music Player 2.36
thanks for this great script.
Is it possible to change the way the script displays the song im currently listening to into this format: artist - title
(instead of title - artist)
|
|
06-13-2009 08:42 AM |
|
|
roflmao456
Skinning Contest Winner
Posts: 955 Reputation: 24
30 / /
Joined: Nov 2006
Status: Away
|
O.P. RE: [update] WLMini Music Player 2.36
quote: Originally posted by Schnappi
thanks for this great script.
Is it possible to change the way the script displays the song im currently listening to into this format: artist - title
(instead of title - artist)
Yes, edit the "Now Playing" option in the Preferences (Script Menu > WLMini Music Player > Preferences or Playlist > Menu > Preferences).
btw: it depends on your ID3 tags.
This post was edited on 06-14-2009 at 02:17 AM by roflmao456.
[quote]
Ultimatess6: What a noob mod
|
|
06-14-2009 02:16 AM |
|
|
Schnappi
Junior Member
Posts: 93
Joined: Mar 2009
|
RE: [update] WLMini Music Player 2.36
It only works on my side but my contacts still see the tags displayed the other way, title - artist =/
thanks anyway.
|
|
06-14-2009 12:35 PM |
|
|
roflmao456
Skinning Contest Winner
Posts: 955 Reputation: 24
30 / /
Joined: Nov 2006
Status: Away
|
O.P. RE: [update] WLMini Music Player 2.36
quote: Originally posted by Schnappi
It only works on my side but my contacts still see the tags displayed the other way, title - artist =/
thanks anyway.
This should work...
edit: for 8.5 users
Line 34 of wlmini.events.js:
code: var tr=["{0}","{1}",
swap the numbers:
code: var tr=["{1}","{0}",
after that, the %title tag will be %artist tag and %artist tag will be %title tag.
This post was edited on 06-15-2009 at 09:12 PM by roflmao456.
[quote]
Ultimatess6: What a noob mod
|
|
06-14-2009 09:31 PM |
|
|
Schnappi
Junior Member
Posts: 93
Joined: Mar 2009
|
RE: [update] WLMini Music Player 2.36
doesn't work. =\
This post was edited on 06-15-2009 at 01:10 PM by Schnappi.
|
|
06-15-2009 01:02 PM |
|
|
roflmao456
Skinning Contest Winner
Posts: 955 Reputation: 24
30 / /
Joined: Nov 2006
Status: Away
|
O.P. RE: [update] WLMini Music Player 2.36
quote: Originally posted by Schnappi
doesn't work. =\
oh silly me, forgot the tr array was only for the 'format' param (which would appear correctly on 8.5)
try this instead:
Line 35 of 'wlmini.events.js':
JScript code: case 2:setNowPlaying(1,MPSMText,media.getItemInfo("title"),media.getItemInfo("artist")
swap:
JScript code: case 2:setNowPlaying(1,MPSMText,media.getItemInfo("artist"),media.getItemInfo("title")
This post was edited on 06-15-2009 at 09:13 PM by roflmao456.
[quote]
Ultimatess6: What a noob mod
|
|
06-15-2009 09:09 PM |
|
|
Schnappi
Junior Member
Posts: 93
Joined: Mar 2009
|
RE: [update] WLMini Music Player 2.36
OMG it works, thanks!
You are a genius indeed.
Some suggestions:
-better support for *.m3u playlists & *.m4a audio files?
-clear now playing display info on pause
-select multiple files in playlist
-use DEL key to remove selected files in playlist instead of right click remove
Btw, do you mind writing a mini script to implement this now playing artist - title display feature with Winamp as well? thanks.
This post was edited on 06-16-2009 at 06:21 PM by Schnappi.
|
|
06-16-2009 04:42 PM |
|
|
Schnappi
Junior Member
Posts: 93
Joined: Mar 2009
|
RE: [update] WLMini Music Player 2.36
Tried loading m3u playlists into the playlist window via drag n drop. They worked fine at first but after clearing the playlist, I tried to add another playlist but nothing comes out in the playlist window. I could only add individual songs.
Any solution? Thanks.
|
|
06-20-2009 07:17 PM |
|
|
roflmao456
Skinning Contest Winner
Posts: 955 Reputation: 24
30 / /
Joined: Nov 2006
Status: Away
|
O.P. RE: [update] WLMini Music Player 2.36
Possible release version.
WLMini Music Player 2.37 is now available for download. It has not been submitted to the database since I still need to find bugs.
Changes:
- Recoded completely from scratch
- Script performance should be at the maximum now
- Removed 'Chat Player'; it was just not going to work with WLM 2009.
- Redesigned windows.
- ALOT better translation system.
- Fixed alot of bugs around the Playlist
Download
note: You may have to remove the previous version.
I didn't add your stuff yet Schnappi, but I will get around to it eventually.
This post was edited on 09-14-2009 at 10:39 PM by roflmao456.
[quote]
Ultimatess6: What a noob mod
|
|
07-09-2009 05:33 AM |
|
|
Pages: (8):
« First
«
1
2
3
4
[ 5 ]
6
7
8
»
Last »
|
|