INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 2 3 [4] 5 6   Go Down

Author Topic: NEW PLUGIN: Trackinfo Template - LastFM [v1.6 - 20 July 2008]  (Read 57745 times)

Deivit

  • Citizen of the Universe
  • *****
  • Posts: 1215
  • I find your interest interesting...
Re: NEW PLUGIN: Trackinfo Template - Audioscrobbler web services
« Reply #150 on: December 11, 2007, 12:40:36 am »

Hi Media Freak,

Unfortunately I'm very limited with html and scripting. Just for a test, can you try both PM Lyrics 13 (in the same post than the lytebox 1) and also Version 2 from neFAST on top of the thread? Do you have the same problem with those two templates too?

Thank you.
Logged

Media Freak

  • Regular Member
  • Junior Woodchuck
  • **
  • Posts: 63
  • My middle name is MEDIA
Re: NEW PLUGIN: Trackinfo Template - Audioscrobbler web services
« Reply #151 on: December 15, 2007, 02:43:33 pm »

Hi Media Freak,

Unfortunately I'm very limited with html and scripting. Just for a test, can you try both PM Lyrics 13 (in the same post than the lytebox 1) and also Version 2 from neFAST on top of the thread? Do you have the same problem with those two templates too?

Thank you.

Thanks for the help.
I upgraded MC to 12.0.393 and the error now has stopped.

If I bump into other bugs/situation then I'll post on here.

Keep up the good work.
Logged
My Music collection runs 24/7; I threw away the Stop button.

Deivit

  • Citizen of the Universe
  • *****
  • Posts: 1215
  • I find your interest interesting...
Re: NEW PLUGIN: Trackinfo Template - Audioscrobbler web services
« Reply #152 on: December 16, 2007, 09:30:55 am »

That's good news, Media Freak.
Thank you.
Logged

neFAST

  • Galactic Citizen
  • ****
  • Posts: 372
  • \o/
Re: NEW PLUGIN: Trackinfo Template - Audioscrobbler web services
« Reply #153 on: December 19, 2007, 02:43:44 pm »

Found a fix for string containing "&".
Replace previous string definitions with :
Code: [Select]
  var track  = encodeURIComponent(encodeURIComponent("TRACKINFO_INSERT_TITLE"));
  var artist = encodeURIComponent(encodeURIComponent("TRACKINFO_INSERT_ARTIST"));
  var album  = encodeURIComponent(encodeURIComponent("TRACKINFO_INSERT_ALBUM"));
Should work with accentued chars too. Drop a line if it fails with danish/swedish/[insert very cold country here]
Logged

Deivit

  • Citizen of the Universe
  • *****
  • Posts: 1215
  • I find your interest interesting...
Re: NEW PLUGIN: Trackinfo Template - Audioscrobbler web services
« Reply #154 on: December 29, 2007, 03:03:39 pm »

Hi neFAST,

Did you have the time to take a look at the possibility to show the artist picture together with the bio? A 80x80 or 100x100 image would be great... Can you give me a hint as to how to do it?

Thanks in advance and, again, thank you very much for this nice idea of a template.

Best wishes for the new year to all of you.
Logged

schmoose

  • Junior Woodchuck
  • **
  • Posts: 52
Re: NEW PLUGIN: Trackinfo Template - Audioscrobbler web services
« Reply #155 on: January 01, 2008, 04:43:28 pm »

Found a fix for string containing "&".
Replace previous string definitions with :
Code: [Select]
  var track  = encodeURIComponent(encodeURIComponent("TRACKINFO_INSERT_TITLE"));
  var artist = encodeURIComponent(encodeURIComponent("TRACKINFO_INSERT_ARTIST"));
  var album  = encodeURIComponent(encodeURIComponent("TRACKINFO_INSERT_ALBUM"));
Should work with accentued chars too. Drop a line if it fails with danish/swedish/[insert very cold country here]

thx! working well with the artists from Daneland.
Logged

neFAST

  • Galactic Citizen
  • ****
  • Posts: 372
  • \o/
Re: NEW PLUGIN: Trackinfo Template - Audioscrobbler web services
« Reply #156 on: January 04, 2008, 06:05:06 pm »

Hi neFAST,

Did you have the time to take a look at the possibility to show the artist picture together with the bio? A 80x80 or 100x100 image would be great... Can you give me a hint as to how to do it?

Thanks in advance and, again, thank you very much for this nice idea of a template.

Best wishes for the new year to all of you.
I'll look at that as soon as I come back from holidays. But be warned that the artist picture from last.fm is small.
Logged

Deivit

  • Citizen of the Universe
  • *****
  • Posts: 1215
  • I find your interest interesting...
Re: NEW PLUGIN: Trackinfo Template - Audioscrobbler web services
« Reply #157 on: January 05, 2008, 07:25:06 am »

OK, take your time. No problem with the size of the picture... the bio section in my template is less than 240px wide, and I was thinking in something around 1/3 of it (as it is with the mouse-hover effect in the "similar artists" section of PM Lyrics 14).

Thank you!

(Make the change easy to adapt to PM Lyrics   :P )
Logged

Messiahs

  • Galactic Citizen
  • ****
  • Posts: 432
Re: NEW PLUGIN: Trackinfo Template - Audioscrobbler web services
« Reply #158 on: January 05, 2008, 12:01:53 pm »

@neFAST
Download error 'http://pi.aime.free.fr/files/jrmc/PM_Track_Info_1_2.zip'

-> "Erreur 403 - Refus de traitement de la requĂȘte"

cheers
Messiahs

neFAST

  • Galactic Citizen
  • ****
  • Posts: 372
  • \o/
Re: NEW PLUGIN: Trackinfo Template - Audioscrobbler web services
« Reply #159 on: January 06, 2008, 06:56:41 am »

My blog has been shut down due to comment spam :(
Any advice on a free php/mysql hosting service?
Logged

neFAST

  • Galactic Citizen
  • ****
  • Posts: 372
  • \o/
Re: NEW PLUGIN: Trackinfo Template - Audioscrobbler web services
« Reply #160 on: January 06, 2008, 04:26:18 pm »

*bump*
update in #1 post
Logged

Messiahs

  • Galactic Citizen
  • ****
  • Posts: 432
Re: NEW PLUGIN: Trackinfo Template - Audioscrobbler web services
« Reply #161 on: January 06, 2008, 05:52:15 pm »

hi neFast,

i don't understand line 12 "<script>TRACKINFO_INSERT_TRACKPATH</script>"
any use of this line or can i remove it ?.... the line throws an error in IE.

Markus

neFAST

  • Galactic Citizen
  • ****
  • Posts: 372
  • \o/
Re: NEW PLUGIN: Trackinfo Template - Audioscrobbler web services
« Reply #162 on: January 07, 2008, 03:45:54 am »

it's a trick to handle backslashes in the path name.
Do you open the template in IE?
Logged

Messiahs

  • Galactic Citizen
  • ****
  • Posts: 432
Re: NEW PLUGIN: Trackinfo Template - Audioscrobbler web services
« Reply #163 on: January 07, 2008, 12:19:24 pm »

Quote from: neFAST
Do you open the template in IE?

Not really, i connected to my small web server (with ie) and he filled the template with the necessary values...  i hope like the TrackInfo-Plugin do

Messiahs

  • Galactic Citizen
  • ****
  • Posts: 432
Re: NEW PLUGIN: Trackinfo Template - Audioscrobbler web services
« Reply #164 on: January 07, 2008, 01:12:50 pm »

small bug in pm.js

Code: [Select]
else if( type == "artist_top_tracks" )
.

     if( limit ) {var imax = limit;
     else var imax = list.length;

should be

Code: [Select]
  if( limit < list.length ) var imax = limit;
     else var imax = list.length;

i think...

Deivit

  • Citizen of the Universe
  • *****
  • Posts: 1215
  • I find your interest interesting...
Re: NEW PLUGIN: Trackinfo Template - Audioscrobbler web services
« Reply #165 on: January 07, 2008, 02:13:10 pm »

Thanks for the update, neFAST. Gonna try to update PM Lyrics accordingly.
Logged

neFAST

  • Galactic Citizen
  • ****
  • Posts: 372
  • \o/
Re: NEW PLUGIN: Trackinfo Template - Audioscrobbler web services
« Reply #166 on: January 11, 2008, 12:29:59 pm »

small bug in pm.js

Code: [Select]
else if( type == "artist_top_tracks" )
.

     if( limit ) {var imax = limit;
     else var imax = list.length;

should be

Code: [Select]
  if( limit < list.length ) var imax = limit;
     else var imax = list.length;

i think...
You're absolutely right, thank you.
Logged

neFAST

  • Galactic Citizen
  • ****
  • Posts: 372
  • \o/
Re: NEW PLUGIN: Trackinfo Template - Audioscrobbler web services
« Reply #167 on: January 11, 2008, 12:37:08 pm »

Not really, i connected to my small web server (with ie) and he filled the template with the necessary values...  i hope like the TrackInfo-Plugin do
Try commenting the line:
Code: [Select]
<!--
<script>TRACKINFO_INSERT_TRACKPATH</script>
-->
This line should be useless to you.
I've a question concerning your webserver. How do you open template.html and fill it? DId you wrote a plugin to do that?
If yes did you wrote that in c++ or using the SDK?
Logged

Messiahs

  • Galactic Citizen
  • ****
  • Posts: 432
Re: NEW PLUGIN: Trackinfo Template - Audioscrobbler web services
« Reply #168 on: January 11, 2008, 09:18:51 pm »

Quote
How do you open template.html and fill it? DId you wrote a plugin to do that?
If yes did you wrote that in c++ or using the SDK?

I only copied your template in my 'JR-webServer'.
I had to made two or three changes on the template (e.g. artist biography didn't work with this environment, so my webServer parses the youfm-site... )

The webServer (written in vb.net) has a com-interface (SDK) to JR and every command ('TRACKINFO_INSERT_..') in the template is changed to the values of the current file...

At this time my JR-webServer is a small stand-alone-application, cause is easier to debug and to develop... but with some changes it also can be a plugin.

If I will find some time, than i will release a preview.

Deivit

  • Citizen of the Universe
  • *****
  • Posts: 1215
  • I find your interest interesting...
Re: NEW PLUGIN: Trackinfo Template - Audioscrobbler web services
« Reply #169 on: January 13, 2008, 10:06:05 am »

A new update of PM Lyrics (PM Lyrics 15) is available  ;)

FIXED
1.- Fixed problem with strings containing &. Thanks neFAST

CHANGED
1.- The Tags section now shows the Artist Tags instead of the track tags. There were too many tracks without information when showing the track tags. It's easy to switch back to Track tags if you don't like the change.
2.- Artist tags are set to the same font size instead of using the "cloud" system. May not please everyone, but avoids scrolling.
3.- Some sections (similar artists, top albums, etc.) have been relocated.


NEW
1.- New "Artist Overview" section showing the artist picture and what used to be the "biography" section.

Click here to download PM Lyrics 15

This version opens the external links in separate web-browser pages, as the other versions in the same series, and does not use the "Lytebox" system. I'm not updating PM Lyrics Lytebox at this time. Sorry.

This is how it looks:


Please recall that this template is optimized to display at a full display resolution of 1366x768. It may work with other resolutions, though.

Thank you.
Logged

Magic_Randy

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 2350
  • I used to be indecisive, but now I'm not so sure..
Re: NEW PLUGIN: Trackinfo Template - Audioscrobbler web services
« Reply #170 on: January 13, 2008, 04:27:10 pm »

Another nice update. Thanks Deivit...
Logged

Messiahs

  • Galactic Citizen
  • ****
  • Posts: 432
Re: NEW PLUGIN: Trackinfo Template - Audioscrobbler web services
« Reply #171 on: January 13, 2008, 06:02:55 pm »

so, the new version (beta preview) of my webserver is available...

@neFast...
i send you the download-link via ICQ (i found no email-address in your profile).

@Deivit
if you send me your ICQ or eMail i also send you the download link.

Both templates are implemented in the new version.

so long
Messiahs


neFAST

  • Galactic Citizen
  • ****
  • Posts: 372
  • \o/
Re: NEW PLUGIN: Trackinfo Template - Audioscrobbler web services
« Reply #172 on: January 14, 2008, 03:15:24 am »

Thanks a lot Messiahs.
Deivit, your template is so much better than mine. The only things is that I have almost no lyrics info, although I'd like to see lyrics for all my songs. Concerning lytebox, you don't want it or you don't have time to update your code, 'cause I can do it for you.
Logged

Deivit

  • Citizen of the Universe
  • *****
  • Posts: 1215
  • I find your interest interesting...
Re: NEW PLUGIN: Trackinfo Template - Audioscrobbler web services
« Reply #173 on: January 14, 2008, 09:08:05 am »

Deivit, your template is so much better than mine. The only things is that I have almost no lyrics info, although I'd like to see lyrics for all my songs. Concerning lytebox, you don't want it or you don't have time to update your code, 'cause I can do it for you.

Thanks for your kind words, neFAST, but my template would not exist if you hadn't done all the coding job!... I just moved the things around a little bit to better suit my taste.

Mr. Chriz's Evyl Lyrics plugin is working perfect for me for getting the lyrics, although I've recently read that it is causing problems to some other users. I think I did not install the latest update, and this may be the cause that it works great for me and not for others.

What respects to lytebox... to be honest, I don't use the lytebox version because of the limitations that I reported several posts ago. Since I have no javascript or html coding knowledge at all, I have to use the old method of trial and error to update pmlyrics. I finally got it with the "regular" version (PM Lyrics 15 is the result), but I don't have the time to update the other one at this time... maybe later. If you can do it, please feel free to do so!  ;D (What takes me hours would probably take you only minutes)
Logged

gummbah

  • World Citizen
  • ***
  • Posts: 240
Re: NEW PLUGIN: Trackinfo Template - Audioscrobbler web services
« Reply #174 on: January 17, 2008, 02:28:00 pm »

Hi,

I have been trying a couple of the latest versions, but all the time the cover picture is too big, and is displayed on top of the last.fm info. See attachement. Any idea what the problem is?

cheers
Logged

neFAST

  • Galactic Citizen
  • ****
  • Posts: 372
  • \o/
Re: NEW PLUGIN: Trackinfo Template - Audioscrobbler web services
« Reply #175 on: January 17, 2008, 02:53:33 pm »

It's because that one is optimized to display at a resolution of 1366x768. And I suppose your resolution is lower than that. If you know a bit of css you can fix it in style.css, look for ".art". Otherwise I think Deivit could provide us with a version where the size is relative (in %age) so that it will fit both his and our screens :)
Logged

gummbah

  • World Citizen
  • ***
  • Posts: 240
Re: NEW PLUGIN: Trackinfo Template - Audioscrobbler web services
« Reply #176 on: January 18, 2008, 01:51:21 am »

It's because that one is optimized to display at a resolution of 1366x768. And I suppose your resolution is lower than that. If you know a bit of css you can fix it in style.css, look for ".art". Otherwise I think Deivit could provide us with a version where the size is relative (in %age) so that it will fit both his and our screens :)

If Deivit can do that that would be excellent!
I must admit my css knowledge is somewhat limited (i.e. it doesnt exist :))
Logged

neFAST

  • Galactic Citizen
  • ****
  • Posts: 372
  • \o/
Re: NEW PLUGIN: Trackinfo Template - Audioscrobbler web services
« Reply #177 on: January 18, 2008, 03:39:16 am »

You can quickly fix that by editing index.html with notepad, finding the following line:
Code: [Select]
<img class="art" src="TRACKINFO_INSERT_IMAGE" width="500" height="500" alt="[TRACKINFO_INSERT_ALBUM] Cover Art"/>and replacing width and height values with something that fits your screen resolution. 250 should be okay.
Logged

Deivit

  • Citizen of the Universe
  • *****
  • Posts: 1215
  • I find your interest interesting...
Re: NEW PLUGIN: Trackinfo Template - Audioscrobbler web services
« Reply #178 on: January 18, 2008, 10:24:21 am »

Thanks neFAST for your quick advice to gummbah. Yes, unfortunately when I first started with PM Lyrics 1, it was solely intended for my personal use and I did not think in its portability to different display resolutions. This is why it's optimized for 1366x768.

I'll try to work with % in future versions.

In the meantime, changing the parameters advised by neFAST to gummbah will do the trick.

Thanks again.
Logged

gummbah

  • World Citizen
  • ***
  • Posts: 240
Re: NEW PLUGIN: Trackinfo Template - Audioscrobbler web services
« Reply #179 on: January 18, 2008, 04:12:26 pm »

Thanks!
I have played around a bit and now have it more or less look decent.
But a future versions with the % line would be very sweet!
Logged

elo

  • Junior Woodchuck
  • **
  • Posts: 87
Re: NEW PLUGIN: Trackinfo Template - Audioscrobbler web services
« Reply #180 on: January 19, 2008, 09:23:44 am »

I have read this thread with great interest and I have instaled neFast's template. I am hovewer not able to download the  Deivit template which seems to be beter suited to my need.  Is this a temporary problem with upit or something else? After the "comercials" i get an error message stating that the link is broken?

I am in the prosess of implementing a remote control capability via Girder and have been forced to do this via the girder used scripting language LUA because I want functionality byond just play commands.  You guys way of displaying playing now info is great and even better if I am able to control it via the MC Automation interface and  the MC Core commands inteface.

But first things first : HOW TO DOWNLOAD DEIVIT's PM Lyrics 15??  Please advice
Logged

Deivit

  • Citizen of the Universe
  • *****
  • Posts: 1215
  • I find your interest interesting...
Re: NEW PLUGIN: Trackinfo Template - Audioscrobbler web services
« Reply #181 on: January 19, 2008, 10:02:12 am »

Hi elo,

Thanks for your interest. I just tried the link and you're right... page not found. I pressume it's a temporary problem with uppit servers and will be working again shortly... not the first time something like this happens.

Anyway, don't worry. If it's not working by tomorrow, I'm gonna try to find an alternative site so that you can download it.

Thank you.
Logged

neFAST

  • Galactic Citizen
  • ****
  • Posts: 372
  • \o/
Re: NEW PLUGIN: Trackinfo Template - Audioscrobbler web services
« Reply #182 on: January 19, 2008, 12:04:13 pm »

Works fine here, I put a mirror on my blog.
Logged

Deivit

  • Citizen of the Universe
  • *****
  • Posts: 1215
  • I find your interest interesting...
Re: NEW PLUGIN: Trackinfo Template - Audioscrobbler web services
« Reply #183 on: January 19, 2008, 12:17:46 pm »

Thank you, neFAST. The Uppit link seems to work fine now.
Logged

elo

  • Junior Woodchuck
  • **
  • Posts: 87
Re: NEW PLUGIN: Trackinfo Template - Audioscrobbler web services
« Reply #184 on: January 20, 2008, 09:55:36 am »

Thanks you both of you. Have instaled it and it works fine. Will start programing this evening..... :D
Logged

elo

  • Junior Woodchuck
  • **
  • Posts: 87
Re: NEW PLUGIN: Trackinfo Template - Audioscrobbler web services
« Reply #185 on: January 27, 2008, 08:59:29 am »

I need some help. I want to change the track info template from Girder (with a remote control). I have tried to dynamicaly change the entries in the registry but that does not work. I need a handle into mc12 from girder that offers the same functionality as the Track Info item in the pulldown menu when you right clisk in the playing now window. I have searched the core commands and also the functions accessible through the COM interface but can not find anything I can use.

What I want to achive is to change the track info template when going between the fullsceen mode and the windowed mode (both in windowed and theaterview). So I need to be able to read the current window mode from a script in Girder and to change the track infor template from the same script??

Anys hint or suggestions??

 
Logged

neFAST

  • Galactic Citizen
  • ****
  • Posts: 372
  • \o/
Re: NEW PLUGIN: Trackinfo Template - Audioscrobbler web services
« Reply #186 on: February 03, 2008, 12:33:28 pm »

I worked on a new layout this evening. I'm not comfortable with css positioning so if anyone want to suggest something better, feel free to post your mod. It should fit a 1024*768 screen and bigger. It is also a "full screen" layout that you may want to display when you're away from your computer. I will work on another one (closer view and more content) later on.

left and right covers correspond to "top album" from last.fm
You can try this layout here.
Logged

Messiahs

  • Galactic Citizen
  • ****
  • Posts: 432
Re: NEW PLUGIN: Trackinfo Template - Audioscrobbler web services
« Reply #187 on: February 03, 2008, 01:25:52 pm »

wow !!!! really nice  8)

c1c9k72

  • Regular Member
  • Galactic Citizen
  • ****
  • Posts: 332
  • So many worlds, so much to do, so little done...
Re: NEW PLUGIN: Trackinfo Template - Audioscrobbler web services
« Reply #188 on: February 03, 2008, 01:46:32 pm »

This looks amazing.  I can't wait to check this one out.
Logged

elo

  • Junior Woodchuck
  • **
  • Posts: 87
Re: NEW PLUGIN: Trackinfo Template - Audioscrobbler web services
« Reply #189 on: February 04, 2008, 02:49:44 am »

Looks very nice, clean and simple.. Would like to test it!
Logged

neFAST

  • Galactic Citizen
  • ****
  • Posts: 372
  • \o/
Re: NEW PLUGIN: Trackinfo Template - Audioscrobbler web services
« Reply #190 on: February 07, 2008, 03:37:24 pm »

Enjoy PM Flow v0.1!
Logged

c1c9k72

  • Regular Member
  • Galactic Citizen
  • ****
  • Posts: 332
  • So many worlds, so much to do, so little done...
Re: NEW PLUGIN: Trackinfo Template - Audioscrobbler web services
« Reply #191 on: February 07, 2008, 05:55:23 pm »

Very, very nice.

Are the albums shown in chronological order, with the current one in the center?
Logged

neFAST

  • Galactic Citizen
  • ****
  • Posts: 372
  • \o/
Re: NEW PLUGIN: Trackinfo Template - Audioscrobbler web services
« Reply #192 on: February 08, 2008, 02:33:46 am »

The current album is the one in the middle, but others are sorted by popularity. The xml file from last.fm aonly returns album names, not their release date.
Logged

Deivit

  • Citizen of the Universe
  • *****
  • Posts: 1215
  • I find your interest interesting...
Re: NEW PLUGIN: Trackinfo Template - Audioscrobbler web services
« Reply #193 on: February 09, 2008, 11:07:04 am »

Very nice one, neFAST. Thank you!
Logged

Magic_Randy

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 2350
  • I used to be indecisive, but now I'm not so sure..
Re: NEW PLUGIN: Trackinfo Template - Audioscrobbler web services
« Reply #194 on: February 09, 2008, 11:43:44 am »

Logged

JONCAT

  • Guest
Re: NEW PLUGIN: Trackinfo Template - Audioscrobbler web services
« Reply #195 on: February 10, 2008, 11:26:53 am »

Is there is working lyrics plugin for MC? I thought Evil_Lyrics was broken?Could someone fill me in on something that works for MC?

I'm getting PM_Flow and PM15 runtime errors on XP SP2. Should a post details or is this known?

thanks...looks great btw.

DC
Logged

Magic_Randy

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 2350
  • I used to be indecisive, but now I'm not so sure..
Re: NEW PLUGIN: Trackinfo Template - Audioscrobbler web services
« Reply #196 on: February 10, 2008, 12:06:58 pm »

Is there is working lyrics plugin for MC? I thought Evil_Lyrics was broken?Could someone fill me in on something that works for MC?
DC

DataMaster from KingSparta (works in Batch mode)
http://www.spartasoftware.com/MC-Plugins/12/index.html

Lyrics Editor from Doof (Works with a list, edit lyrics, fix lyrics, lookup individual missing lyrics)
http://www.dooftoo.com/lyricseditor.html

I don't use Evil Lyrics, but I think you can make it work. Try a search, I think there was some software updates that were discussed.

Logged

JONCAT

  • Guest
Re: NEW PLUGIN: Trackinfo Template - Audioscrobbler web services
« Reply #197 on: February 10, 2008, 12:24:22 pm »

I think he's working on AutoLyrix now but maybe the original still works.

I saw in this thread that at least one of the track info templates is optimized for 1368x768 ...is that why I'm getting black screens on track netx/previous as well as runtime errors?

DC
Logged

neFAST

  • Galactic Citizen
  • ****
  • Posts: 372
  • \o/
Re: NEW PLUGIN: Trackinfo Template - Audioscrobbler web services
« Reply #198 on: February 10, 2008, 12:54:54 pm »

I'm getting PM_Flow and PM15 runtime errors on XP SP2. Should a post details or is this known?
? Yep, gimme details or screenshots please!
Logged

JONCAT

  • Guest
Re: NEW PLUGIN: Trackinfo Template - Audioscrobbler web services
« Reply #199 on: February 10, 2008, 09:45:41 pm »

About time I started using the DataMaster...good stuff.

Here is a screenshot. Basically, if I don't get this error I have a black screen. I'm running 1920x1080...fits the screen nicely - I love having all this info at my fingertips, thanks for your efforts!

I get the debug error upon playback as well as track next.

As you can see I get the error even when not running full screen.

DC

Logged
Pages: 1 2 3 [4] 5 6   Go Up