crea-doo | weblog

Not just another weblog
  • rss
  • Home
  • Anmelden

iTunesSpy 1.2 – Release

5. Juli 2005

Nun ist das zweite Update – Version 1.2 – für iTunesSpy veröffentlicht worden.

Es wurde ein Fehler behoben, der bei manchen Benutzern es unmöglich machte Tracks auf den Server zu laden.

Zu finden ist der iTunespy auf seiner Homepage, zu dieser geht’s hier.

Kategorien
Technology, WordPress, iTunesSpy
RSS Kommentare
RSS Kommentare
Trackback
Trackback

« Podcasting Test GPS Utility 1.0 »

3 Antworten

Excellent Plug-in! Is there a way to change the image size

Jeff Swanson | 17. Juli 2005 | 10:45

Excellent Plug-in!

Is there a way to change the image size for the artwork? I want to make it smaller.

Thanks!

I've added sample 5 in the support section of the

admin | 18. Juli 2005 | 13:55

I’ve added sample 5 in the support section of the itunesspy homepage (crea-doo.at/itunesspy) which describes how to resize album art images.
I hope that helps…

Hey, Thanks Alot! I modded it a bit. You

Jeff Swanson | 20. Juli 2005 | 07:26

Hey, Thanks Alot! I modded it a bit. You can see how it looks on my site: I need to do some tweaking to my CSS file, but the plug-in works great!

http://www.jeffswanson.com/blog

getLastTracks(1);
foreach ($tracks as $track) {
// load the track data into the variable
$track = $iTunesSpy->getTrack($track->id);

// set the width attribute to 100%…
// edit the width attribute for different image sizes
$Out .= $iTunesSpy->getTrackArtEx($track->art_id, ”, ‘src=”%art_large_url%” width=”100%” alt=”"‘);

$Out .= ”;

$schema = ”; //Clear the variable
$schema .= ”;
$schema .= ‘Artist: %artist%’;
$schema .= ‘Album: %album%’;
$schema .= ‘Title: %title%’;
$schema .= ‘Genre: %genre%’;
$schema .= ‘Year: %year%’;

$lastplayed = $iTunesSpy->getTrackLastPlayTime($track->id);
$schema .= ‘last played: ‘ . date($iTunesSpy->date_time_format, $lastplayed->date-(1000 * $iTunesSpy->gmt_offset)) .”;

$schema .= ‘played ‘ . $iTunesSpy->getTrackPlayTimesCount($track->id) . ‘ time(s)’;
$schema .= ”;
$playtimes = $iTunesSpy->getTrackPlayTimes($track->id);
$out_playtimes = ”; //Clear the variable
foreach ($playtimes as $playtime) {
$out_playtimes .= ” . date($iTunesSpy->date_time_format, $playtime->date-(1000 * $iTunesSpy->gmt_offset)) . ”;
}
$schema .= $out_playtimes;

$schema .= ”;
$schema .= ”;
$schema .= ”;

$Out .= $iTunesSpy->getTrackInfoEx($track->id, ”, ”, $schema);
}
echo $Out;
?>

Schreib einen Kommentar

Du kannst diese Tags verwenden : <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Navigation

  • Personal Feed für alle unter Personal abgelegten Artikel
  • Podcast Feed für alle unter Podcast abgelegten Artikel
  • Site News Feed für alle unter Site News abgelegten Artikel
  • Technology Feed für alle unter Technology abgelegten Artikel
    • GPS Feed für alle unter GPS abgelegten Artikel
    • iPod Feed für alle unter iPod abgelegten Artikel
    • iTunes Feed für alle unter iTunes abgelegten Artikel
    • PHP Feed für alle unter PHP abgelegten Artikel
    • VB Feed für alle unter VB abgelegten Artikel
      • iTunesWatcher Feed für alle unter iTunesWatcher abgelegten Artikel
    • WordPress Feed für alle unter WordPress abgelegten Artikel
      • iTunesSpy Feed für alle unter iTunesSpy abgelegten Artikel

Suche

Links

  • Blogroll
    • bartelme.at
    • bensite.net
    • Christoph
    • computerbase.de
    • CSS Beauty
    • freesoftwaremagazine.com
    • pentrix
    • Pixelgraphix
    • tomsnetworking.com
rss RSS Kommentare valid xhtml 1.1 powered by Wordpress FireFox - Search Plugin