[Slim-Checkins] r33723 - in /7.7/trunk/server: Changelog7.html Slim/Plugin/RhapsodyDirect/ProtocolHandler.pm

[email protected]
Newsgroups gmane.music.equipment.slimdevices.cvs
Message-ID <[email protected]>
Author: agrundman
Date: Mon Nov 21 06:09:36 2011
New Revision: 33723

URL: http://svn.slimdevices.com/slim?rev=33723&view=rev
Log:
Fixed bug 17459, Rhapsody radio tracks were not returning correct duration metadata so were being ignored by the scrobbling code

Modified:
    7.7/trunk/server/Changelog7.html
    7.7/trunk/server/Slim/Plugin/RhapsodyDirect/ProtocolHandler.pm

Modified: 7.7/trunk/server/Changelog7.html
URL: http://svn.slimdevices.com/slim/7.7/trunk/server/Changelog7.html?rev=33723&r1=33722&r2=33723&view=diff
==============================================================================
--- 7.7/trunk/server/Changelog7.html (original)
+++ 7.7/trunk/server/Changelog7.html Mon Nov 21 06:09:36 2011
@@ -1,4 +1,4 @@
-<h2><a name="v7.7.1" id="v7.7.1"></a>Version 7.7.1 - unreleased</h2>
+<h2><a name="v7.7.1" id="v7.7.1"></a>Version 7.7.1</h2>
 <ul>
 	<li>New Features:</li>
 	<ul>
@@ -9,6 +9,7 @@
 	<li>Bug Fixes:</li>
 	<ul>
 		<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=17283">#17283</a> - Scanner can crash when renaming files and performing a rescan</li>
+		<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=17459">#17459</a> - Rhapsody channels and radio are not scrobbled</li>
 		<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=17639">#17639</a> - Rescan buttons scans the wrong folder</li>
 		<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=17643">#17643</a> - Displayed playlist not refreshed on repeat with reshuffle</li>
 		<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=17647">#17647</a> - "Generic OPML Browser" plugin needs to be forced enabled</li>

Modified: 7.7/trunk/server/Slim/Plugin/RhapsodyDirect/ProtocolHandler.pm
URL: http://svn.slimdevices.com/slim/7.7/trunk/server/Slim/Plugin/RhapsodyDirect/ProtocolHandler.pm?rev=33723&r1=33722&r2=33723&view=diff
==============================================================================
--- 7.7/trunk/server/Slim/Plugin/RhapsodyDirect/ProtocolHandler.pm (original)
+++ 7.7/trunk/server/Slim/Plugin/RhapsodyDirect/ProtocolHandler.pm Mon Nov 21 06:09:36 2011
@@ -337,6 +337,7 @@
 		album     => $track->{displayAlbumName},
 		title     => $track->{name},
 		cover     => $track->{cover},
+		duration  => $track->{playbackSeconds},
 		bitrate   => '192k CBR',
 		type      => 'MP3 (Rhapsody)',
 		info_link => 'plugins/rhapsodydirect/trackinfo.html',
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.