Permalink
Browse files

Time to say Goodbye - Sirius

  • Loading branch information...
1 parent 3001ace commit b7fd5b278f48cbb066307cd2d16c25408c544a8e @mherger mherger committed Oct 2, 2015
View
@@ -5,7 +5,7 @@ <h2><a name="v7.7.6" id="v7.7.6"></a>Version 7.7.6</h2>
<li>Change Rhapsody/Napster implementation to use AAC instead of MP3.</li>
<li>Improve compatibility with latest iTunes 12 updates.</li>
<li>Limit the number of items to be added in RandomPlay. Large numbers would cause database errors.</li>
- <li>Remove defunct Last.fm and RadioIO plugins.</li>
+ <li>Remove defunct Last.fm, SiriusXM and RadioIO plugins.</li>
</ul>
<br />
@@ -8169,7 +8169,7 @@ <h2 id="PG">
<strong><code><a href="#radios">apps</a></code></strong>
</li>
<li>
- <strong><a href="#XMLBrowser">Live Music Archive, Live365, MP3tunes, Pandora, Podcasts, RadioTime, Rhapsody, Shoutcast, SIRIUS, Staff Picks, RSS</a></strong>
+ <strong><a href="#XMLBrowser">Live Music Archive, Live365, MP3tunes, Pandora, Podcasts, RadioTime, Rhapsody, Shoutcast, Staff Picks, RSS</a></strong>
</li>
<li>
<strong><a href="#Favorites">Favorites</a></strong>
@@ -8256,7 +8256,7 @@ <h2 id="PG">
<td>
Command, one of &quot;lma&quot;, &quot;live365&quot;, &quot;mp3tunes&quot;,
&quot;pandora&quot;, &quot;podcast&quot;,
- &quot;radiotime&quot;, &quot;rhapsodydirect&quot;, &quot;shoutcast&quot;, &quot;sirius&quot;
+ &quot;radiotime&quot;, &quot;rhapsodydirect&quot;, &quot;shoutcast&quot;, &quot;
or &quot;picks&quot;, or any other, additionally installed radio or music service
type plugin. Item delimiter. <br>
This corresponds to the respective queries below.
@@ -8317,13 +8317,13 @@ <h2 id="PG">
<br>
<h3 id="XMLBrowser">
- Live Music Archive, Live365, MP3tunes, Pandora, Podcasts, RadioTime, Rhapsody, Shoutcast, SIRIUS, Staff Picks, RSS
+ Live Music Archive, Live365, MP3tunes, Pandora, Podcasts, RadioTime, Rhapsody, Shoutcast, Staff Picks, RSS
</h3>
<p>
<strong>
<code>
&lt;playerid&gt;
- &lt;lma|live365|mp3tunes|pandora|podcast|radiotime|rhapsodydirect|shoutcast|sirius|picks|rss&gt;
+ &lt;lma|live365|mp3tunes|pandora|podcast|radiotime|rhapsodydirect|shoutcast|picks|rss&gt;
items
&lt;start&gt;
&lt;itemsPerResponse&gt;
@@ -19,7 +19,7 @@ my $log = logger('network.squeezenetwork');
my $prefs = preferences('server');
# Regex for which URLs we want to report stats for
-my $REPORT_RE = qr{^(?:http|mms|sirius|live365|loop)://};
+my $REPORT_RE = qr{^(?:http|mms|live365|loop)://};
# Report stats to SN at this interval
my $REPORT_INTERVAL = 1200;
Deleted file not rendered
@@ -1,37 +0,0 @@
-package Slim::Plugin::Sirius::Plugin;
-
-# $Id$
-
-use strict;
-use base qw(Slim::Plugin::OPMLBased);
-
-use Slim::Plugin::Sirius::ProtocolHandler;
-
-my $log = Slim::Utils::Log->addLogCategory( {
- category => 'plugin.sirius',
- defaultLevel => 'ERROR',
- description => 'PLUGIN_SIRIUS_MODULE_NAME',
-} );
-
-sub initPlugin {
- my $class = shift;
-
- Slim::Player::ProtocolHandlers->registerHandler(
- sirius => 'Slim::Plugin::Sirius::ProtocolHandler'
- );
-
- $class->SUPER::initPlugin(
- feed => Slim::Networking::SqueezeNetwork->url('/api/sirius/v1/opml'),
- tag => 'sirius',
- is_app => 1,
- );
-}
-
-sub getDisplayName () {
- return 'PLUGIN_SIRIUS_MODULE_NAME';
-}
-
-# Don't add this item to any menu
-sub playerMenu { }
-
-1;
Oops, something went wrong.

0 comments on commit b7fd5b2

Please sign in to comment.