• lucky33

    (@lucky33)


    Just wanted to let everybody know I’ve finished my new plugin called WP iTunes…it will allow you to display the currently playing song on your iTunes on your WordPress blog…You can see it running on the front page of my site, so download it, mess around with it, and let me know if you like it or have any questions…
    WP iTunes

Viewing 15 replies - 91 through 105 (of 106 total)
  • I found the problem. Whenever a song hasn’t an album entry in the ID3-tag, the blog isn’t updated. I don’t need the album variable. How can I change the code in a way that empty “albums” don’t affect the correct working of the plugin?

    thanks.

    Apparently Recent Tunes is no longer in development for the Mac, and it doesn’t work with the new Tiger OS. I really want to use this iTunes functionality on my blog, but find it ironic that there doesn’t seem to be much Mac support seeing as iTunes is an Apple product.

    Does anyone know how I can get the approriate info from my computer to my blog so that WPiTunes can make use of it? I guess I’m looking for a Mac equivalent to iTunesBlogger and some help with configuring it…

    ??

    Thanks for the great plugin. However, I still have no clue on how to make the additional page to list out the previously played list. I tried to follow guboogi’s instruction but I got lost after duplicating the function and renamed it. Can someone help providing full details? Thanks a lot!

    I keep getting this error on my site, does anyone know how to fix this? It seems that the table won’t create and the information is not updating. Any help at all would be appreciated. Thanks.

    WordPress database error: [Table ‘mysite.wp_itunes’ doesn’t exist]
    SELECT * FROM wp_itunes ORDER BY added_date DESC LIMIT 1

    klepto, if you want it to display song info despite a blank album field, just change the album, just change the line:

    if ($artist != “” && $album != “” && $track != “”) {

    to:

    if ($artist != “” && $track != “”) {

    olivejuice, if you’re having problems duplicating the “recently played” page, you can check out the exact code I use by going here:

    https://www.guboogi.com/blog/wp-content/plugins/wp-itunes.phps (note, this is WP-iTunes 1.0)

    It’s probably easiest if you don’t rename any of the functions, but if you have to, all I did was create a duplicate function of get_wp_itunes and renamed it to something else (in my case, get_wp_itunes_archive) and then in my playlist page I just call get_wp_itunes_archive(). Then you just have to change the output for get_wp_itunes_archive to whatever you want and you should be all set. Let me know if you have any specific questions.

    First of all, thanks for WP-itunes. It works like a sharm. I use on my blog.

    The way I have set up the plug in forces me to reload the page to be able to see when a new track is played. Is there any way to update automate this, preferably without having to refresh the whole page?

    I’ve noticed that in amazon web services that they do not use developer tokens anymore but instead use access key identifiers. The reason why i’m saying this is because on my site the cover art for the cds are not displaying. https://www.doesitmatter.net

    So I have just installed wp iTunes into my blog, and for some reason I cannot get it to work. My blog is at: https://www.ariehsinger.com/wordpress. My link in itunesblogger is: https://www.ariehsinger.com/wordpress/?wpitunes=PASSWORD&track=%t&artist=%a&album=%b&genre=%g
    and I have enable web update checked (making the URL dim). The error message I am getting on my blog is”
    [Table ‘ariehwordpress.wp_itunes’ doesn’t exist]
    SELECT * FROM wp_itunes ORDER BY added_date DESC LIMIT 1

    So I looked in my database and there is no wp_itunes table in there. (bear in mind I am not very versed in any of this coding). The only change I made to the plugin itself was change the password.

    Any help would be appreciated…Cheers!

    Probably not as slick as the XP solution, but this script can do a pretty good imitation…you can select it from the scripts menu, and then just hit paste…

    It’s available at https://www.dougscripts.com/itunes/scripts/ss.php?sp=ituneswasplaying

    [iTunes was playing “Mv’t I – Allegro, Concerto #15 for Piano and Orchestra” by Mozart, Wolfgang Amadeus while I was writing this.]

    [Table ‘wp_itunes’ doesn’t exist]
    SELECT * FROM wp_itunes ORDER BY added_date DESC LIMIT 1

    same problem here as many above. Is there no solution?

    okay, got it to work

    had to delete the xml settings file and remember to open iTunes AFTER iTunesblogger is running

    but I can’t get the artwork to show….

    still working on it.

    Great plugin. Tricky little bugger, but great

    Anyone get the artwork showing again? The plugin just isn’t quite the same w/o it…

    Does anyone have a copy of this plugin that they could send me? I had to move my website recently and I don’t have this plugin anymore. I can’t find a working link on the author’s site. I adored it when I had it. If you do have a copy, can you email it to me? Thanks!

    Tek — follow the links from the first post and you’ll find it on a new website.

    Has anyone recently tried this and gotten the plugin to work correctly?

    I would also like to know if anyone has gotten this plugin to display Amazon album art ever since Amazon changed to their new web services IDs.

    I know it’s possible since other scripts like CG-WhatTunes does it, but I have this script all customized and would love to just fix that one function. Given the lack of recent responses, though, it doesn’t seem likely…

Viewing 15 replies - 91 through 105 (of 106 total)
  • The topic ‘WP iTunes’ is closed to new replies.