Re: [SlimDevices: Plugins] Dynamic Transitions Updated for SC7??

2007-12-26 Thread aubuti

fyi, I just got an email back from the author of the Dynamic Transitions
plugin, and he confirmed that he is planning to update the plugin for
SC7, and expects to have some time soon to learn the new plugin API and
write the updated plugin.


-- 
aubuti

aubuti's Profile: http://forums.slimdevices.com/member.php?userid=2074
View this thread: http://forums.slimdevices.com/showthread.php?t=41100

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


Re: [SlimDevices: Plugins] Moose 0.61 - only very few covers are shown

2007-12-26 Thread Dr Lovegrove
On 25/12/2007, Dirk [EMAIL PROTECTED] wrote:
 Hello!

 just like squeezebox/slimserver I am very thrilled by Moose. This is the
 thing I have been waiting for.

 The only problem I have is that covers are not shown in cover browser:
 Only after double clicking an album (shown by the default album icon) it
 is (played an) fetched from the Internet and displayed. From now on this
 cover is show correctly in the cover browser.

When you do a database scan in moose it should (by default) pull all the
covers over from slimserver. There are some options which control this..

It sounds more like the images arent getting through from slimserver, but
instead being downloaded from amazon or something.. Do you have
port 9000 open on your server, and is moose allowed to use the port ?
9000 is the default slim web port which moose uses to get the images.

-- 
- Dr Lovegrove
http://www.rusticrhino.com/drlovegrove
http://groups.google.com/group/moosenews
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


Re: [SlimDevices: Plugins] Moose killed SqueezeCenter

2007-12-26 Thread Dr Lovegrove
On 25/12/2007, liam. whiteside
[EMAIL PROTECTED] wrote:

 Hi,

 I just tried to install Moose.  When it started, it asked about
 connecting to the database, so I allowed it and it scanned all the
 contents.

 Now SqueezeCenter won't run, I've tried various restarts, reinstalls,
 but Moose seems to have killed something to do with the database.

 I'm running the latest nightly build of SC7 (25th Dec) on SlimNAS.

 [07-12-25 23:19:30.8870] Slim::Utils::MySQLHelper::createSystemTables
 (433) FATAL: Couldn't connect to database: [Can't connect to local
 MySQL server through socket
 '/mnt/40Gb_IDE/slimnas/var/squeezecenter/squeezecenter-mysql.sock'
 (2)]

 Any suggestions welcome before I have to rebuild the NAS. First step is
 to get SC working again, but if anyone can also explain why Moose killed
 it and show me how that can run correctly I'd be grateful.

Hi Liam,

Moose shouldnt be able to kill SC.

But.. Two things spring to mind..

1. If you've got a lot of albums, and moose has just downloaded all the
covers in a scan, then the next time SC starts it may take a few
minutes to purge its artwork cache.. I guess a NAS may take longer..
Not sure.. While it's doing this you generally dont get any life from SC..
If you stop the server, delete the cache folder, then restart the server, it
should start straight away if this is the problem.

2. We recently changed the mysql binding so you dont need to edit the
my.tt file. It's possible the text that moose writes (which is two apostophe's,
rather than an empty string) is causing problems on a different version of
mysql than those tested. One way to check this is to turn off the 'Allow
non server machine access to MySQL' in Moose's options. Click ok.
Reboot server.

HTH,

-- 
- Dr Lovegrove
http://www.rusticrhino.com/drlovegrove
http://groups.google.com/group/moosenews
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: SuperDateTime - Current Date/Temperature and/or Baseball Screensaver

2007-12-26 Thread mrfantasy

I got the zip file for the 12/22 5.5.0 build for SC7, and all that is in
it is a few gif files and some html.  It looks like it's missing a bunch
of stuff, like the Perl code.


-- 
mrfantasy

--Mike

mrfantasy's Profile: http://forums.slimdevices.com/member.php?userid=1127
View this thread: http://forums.slimdevices.com/showthread.php?t=14327

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


Re: [SlimDevices: Plugins] Dynamic Transitions Updated for SC7??

2007-12-26 Thread schiegl

this is good news! (answer from the author)

I've tried it myself but was miles away from a real solution. So what's
left is a simple hack which at least helps me surviving the time until
someone (James?) does it right :-)
The following patch restores the/my previously known behavior (gapless
when playing tracks for the same album, otherwise use crossfade mode).
It's valid for all players, settings are ineffective as the next
transition does a reset

kind regards,
Markus


Code:


  Index: Slim/Player/ReplayGain.pm
  ===
  --- Slim/Player/ReplayGain.pm (revision 15586)
  +++ Slim/Player/ReplayGain.pm (working copy)
  @@ -25,6 +25,13 @@
my $client = shift;
my $rgmode = $prefs-client($client)-get('replayGainMode');
  
  + if ($class-trackAlbumMatch($client, -1) || 
$class-trackAlbumMatch($client, 1)) {
  + $prefs-client($client)-set('transitionType',0);
  + }
  + else {
  + $prefs-client($client)-set('transitionType',1);
  + }
  +
my $url = Slim::Player::Playlist::url($client, 
Slim::Player::Source::streamingSongIndex($client));

# Allow plugins to override replaygain (i.e. Pandora should always use 
track gain)
  



-- 
schiegl

schiegl's Profile: http://forums.slimdevices.com/member.php?userid=6654
View this thread: http://forums.slimdevices.com/showthread.php?t=41100

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: SuperDateTime - Current Date/Temperature and/or Baseball Screensaver

2007-12-26 Thread PRGeno

mrfantasy;251610 Wrote: 
 I got the zip file for the 12/22 5.5.0 build for SC7, and all that is in
 it is a few gif files and some html.  It looks like it's missing a bunch
 of stuff, like the Perl code.

Me too!  The plugin itself is missing from the ZIP file.


-- 
PRGeno

PRGeno's Profile: http://forums.slimdevices.com/member.php?userid=718
View this thread: http://forums.slimdevices.com/showthread.php?t=14327

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: SuperDateTime - Current Date/Temperature and/or Baseball Screensaver

2007-12-26 Thread mrfantasy

PRGeno;251644 Wrote: 
 Me too!  The plugin itself is missing from the ZIP file.

I temporarily got around this by using the 12/16 build (not linked, but
you can change the date in the filename from the download page.)


-- 
mrfantasy

--Mike

mrfantasy's Profile: http://forums.slimdevices.com/member.php?userid=1127
View this thread: http://forums.slimdevices.com/showthread.php?t=14327

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


Re: [SlimDevices: Plugins] Can't play/add single tracks in CustomBrowse

2007-12-26 Thread pippin

Nobody got an answer for this? My feeling is, that it is up to the skin
to support it since, for example, the Nokia skin doesn't seem to, but
someone should know what the meaning of this setting is suppposed to
be...


-- 
pippin

pippin's Profile: http://forums.slimdevices.com/member.php?userid=13777
View this thread: http://forums.slimdevices.com/showthread.php?t=41304

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


[SlimDevices: Plugins] Radio Stations Playlists

2007-12-26 Thread pichonCalavera

Hi, just asking to see if there is a plugin of some sort that can do
something like I describe in this scenario:

I would like to make playlists of radio stations... for example I could
have these radio stations on a playlists:


- 80's Radio Station
- Spanish Radio Station
- Jazz Radio Station
  

But I would like that each radio station plays only for a limited time,
and then jumps to the next one:


- 80's Radio Station *-(play for 20 minutes)-*
- Spanish Radio Station *-(play for 50 minutes)*-
- Jazz Radio Station *-(play for 30 minutes)*-
  

And of course it could get better when using for example Pandora, I
could put the numbers of songs to be played (since with Pandora I guess
it can be detected when one song ends and the next one begins).


- 80's Radio Station *-(play for 20 minutes)*-
- Pandora Artist X Radio Station *-(play 10 songs)*-
- Spanish Radio Station *-(play for 50 minutes)*-
- Jazz Radio Station *-(play for 30 minutes)*-
- Pandora Artist Y Radio Station *-(play 6 songs)*-
- Pandora Artist Z Radio Station *-(play for 40 minutes)*-
  

Is there a way to acomplish this?, or maybe is just a wacky idea.

Saludos!


-- 
pichonCalavera

*rip* (eac)  *convert* (flac)  *tag* (musicbrainz)  *normalize*
(replaygain/foobar2000)  *albumart* (winamp)  *transport* (winscp) 
*store* (debian) *rescan* (slimserver)  *play* (squeezebox)  *hear*
(sennheiser)  *scrooble* (last.fm)  *enjoy* (me :)

pichonCalavera's Profile: http://forums.slimdevices.com/member.php?userid=13068
View this thread: http://forums.slimdevices.com/showthread.php?t=41398

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


Re: [SlimDevices: Plugins] Absolutely brilliant: AlienBBC

2007-12-26 Thread bpa

 
 + Apparently the BBC sends its feed in five minute segments. After five
 minutes AlienBBC goes back and repeates the segment rather than
 progressing to the next segment. Surely there is some setting somewhere
 to change that?
 

This should not happen.

Do you have repeat on ?
Are you running Windows ? 
If you are not running Windows - what version of mplayer are you using
?
Does this problem happen with Live streams only, Listen Again only or
both ?


-- 
bpa

bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=41385

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


Re: [SlimDevices: Plugins] Alien BBC default station list and adding to favourites

2007-12-26 Thread ModelCitizen

I now have the 26 Dec nightly installed and when i play around with drag
and dropping around the top of the Alien BBC station list I'll often be
returned with a list of my favourites rather than the list of Alien BBC
stations.

MC


-- 
ModelCitizen

It is far better to grasp the Universe as it really is than to persist
in delusion, however satisfying and reassuring.

Transporter  Bryston 4B ST  PMC OB1s
SB3  NAIM NAC 102 + HICAP  NAIM NAP 180  Shahinian Arcs
http://www.last.fm/user/ModelCitizen

ModelCitizen's Profile: http://forums.slimdevices.com/member.php?userid=446
View this thread: http://forums.slimdevices.com/showthread.php?t=41351

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


Re: [SlimDevices: Plugins] Alien BBC default station list and adding to favourites

2007-12-26 Thread bpa

I can reproduce this problem as well although I'm running an AlienBBC
which is between beta1 and beta2.

I'll see if I can track it down.


-- 
bpa

bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=41351

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


Re: [SlimDevices: Plugins] Alien BBC default station list and adding to favourites

2007-12-26 Thread Triode

MC - we possibly need more editing session awareness in the drag and
drop code.  I need to look at this further but if you could provide a
set of actions which reproduce the problem this would be useful.


-- 
Triode

Triode's Profile: http://forums.slimdevices.com/member.php?userid=17
View this thread: http://forums.slimdevices.com/showthread.php?t=41351

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


Re: [SlimDevices: Plugins] Alien BBC default station list and adding to favourites

2007-12-26 Thread bpa

To cause the error 

1. Go into AlienBBC edit Menu (I usually reset menu before)
2. Drag 1st entry (ABC) doiwn to about Deutsche Weller.
3. Drag an entry lower then ABC (GWR) up to near top of list


-- 
bpa

bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=41351

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


Re: [SlimDevices: Plugins] Absolutely brilliant: AlienBBC

2007-12-26 Thread alavarre

bpa thank you.

I am running Linux: SuSE 10.2.

Here are my mplayer data:
MPlayer 1.0rc1-4.1.2 (C) 2000-2006 MPlayer Team
CPU: Intel(R) Core(TM) Solo CPU U1400  @ 1.20GHz (Family: 6,
Model: 14, Stepping: 12)
CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2

I do NOT have Repeat or Shuffle selected.

I did some trials: 

+ It does NOT happen with LISTEN LIVE.

+ It DOES happen with ANY Listen Again program I've tried:
- Choral Evensong
- Classical Collection - Wed
- Afternoon on 3
- The Choir

+ It happens five minutes and fifteen seconds after the audible
start of the audio stream.

Thank you again for this. It is a true delight to be able to listen to
this in full quality without wires...

Happy Boxing Day!

Cheers, Andy


-- 
alavarre

alavarre's Profile: http://forums.slimdevices.com/member.php?userid=14604
View this thread: http://forums.slimdevices.com/showthread.php?t=41385

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


Re: [SlimDevices: Plugins] Absolutely brilliant: AlienBBC

2007-12-26 Thread bpa

I think I know the problem but it is unusual to happen with Linux. 

Try the following 
1. Stop Slimserver
2. Backup the custom-convert.conf file in Plugins/Alien so you can
revert.
3. Edit the custom-convert.conf file and remove the -bandwidth
1 from the 3 RTSP lines.
4. Restart Slimserver and test.

It this works - the side effect will be Listen Again will take 10-15
secs to start instead of 2-3 secs which can affect rew/fwd actions.

If this works, the cause is TCP/IP Receive Win - did you alter any
standard settings or are you using a satellite internet link ?


-- 
bpa

bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=41385

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Moose 0.62 (windows frontend forslimsqueezer)

2007-12-26 Thread Bradley

Doctor:

I'm trying out Moose for the first time, because I'm tired of the 100%
CPU utilization being caused by Softsqueeze.  Thus, I'm using
squeezeslave and the new functionality for it in Moose 0.62.

However, I don't run my slimserver on my windows machine.  It's on its
own Linux server.

I've installed squeezeslave in the moose folder to make integration
easier.  However squeezeslave requires a few parameters to run
properly, that are not being provided by Moose (but could be):

1.  The name of the slimserver
2.  The MAC address of the moose machine's tcpip interface.

What do you think about adding this, so that moose can have an option
to start up squeezeslave automatically, and select it as the default
player, when moose starts up.   If you were to do this, we'd have an
easy, automatically configured alternative to softsqueeze, when using
windows.

Also,

I don't understand the need to build the local moose library using a
file scan or database scan (if the slimserver were local).  Why
couldn't you simply scan using the CLI?  Just populate the library in
the same fashion that you populate the library tree.  Seems silly to
have to use a UNC path, when all the info is right there from the CLI. 


Your thoughts?

Thanks for the great software,

*Bradley


-- 
Bradley

Bradley's Profile: http://forums.slimdevices.com/member.php?userid=46
View this thread: http://forums.slimdevices.com/showthread.php?t=41031

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


Re: [SlimDevices: Plugins] Absolutely brilliant: AlienBBC

2007-12-26 Thread alavarre

Some more data points:

[Radio3: Afternoon on 3], which was today's broadcast, ran to
conclusion.

[Radio3: Afternoon on 3 - Tue], yesterday's broadcast, truncated at
5:15

[Radio3: Choral Evensong], from Saturday, truncated at 5:00

[Radio3: Classical Collection - Mon] ran to conclusion.

[Radio 3: Composer of the Week - Thu] truncated at 5:15

[World Service: Business Daily - Thu] ran to conclusion

[World Service: Outlook - Sat] took several minutes to load, lots of
disk activity, but no sound.

So the problem would seem to be primarily with older saved programs of
Radio 3.

My favorites, of course... :-)

=

FWIW, I've got a rather successful career as an developmental and
operational test engineer, prolly because if a thing is to go wrong it
will go wrong on my watch.

Something uncanny there, but it has happened so often that I just now
expect it. It gets things fixed and it keeps me off welfare. So
everybody wins.

:-)

Thank you again.

Best regards, Andy


-- 
alavarre

alavarre's Profile: http://forums.slimdevices.com/member.php?userid=14604
View this thread: http://forums.slimdevices.com/showthread.php?t=41385

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


Re: [SlimDevices: Plugins] Absolutely brilliant: AlienBBC

2007-12-26 Thread bpa

The behaviour is but it seems to be network related.

If you can run Slimserver from a shell prompt with the -d_source and
-d_plugins command line options. Then you will also get some output
from mplayer when it is run.  This may give a hint what is stopping.

There is no difference between old and new programs except perhaps the
BBC server.


-- 
bpa

bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=41385

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


Re: [SlimDevices: Plugins] Alien BBC default station list and adding to favourites

2007-12-26 Thread Triode

Hum - this seems to be specific to the Default skin (it works ok in
Classic).  This is loosing the session id and hence defaulting back to
the favorites session on drag and drop.

I need to ask Michael about this.


-- 
Triode

Triode's Profile: http://forums.slimdevices.com/member.php?userid=17
View this thread: http://forums.slimdevices.com/showthread.php?t=41351

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


Re: [SlimDevices: Plugins] Absolutely brilliant: AlienBBC

2007-12-26 Thread alavarre

Please do not stay up all night on this, I shall not either... :-) The
UK is past midnight...

 Try the following
 1. Stop Slimserver
 2. Backup the custom-convert.conf file in Plugins/Alien so you can
revert.

This may be a problem: there is no custom-convert.conf file that locate
can find, and I have updated the database.

There are two files in /usr/local/slimserver:

convert.conf
slimserver.conf

I will investigate these after dinner for the cited lines.

 It this works - the side effect will be Listen Again will take
10-15 secs to start instead of 2-3 secs which can affect rew/fwd
actions.

Not a problem. I'm not a power freak, just want to listen to the
music.

 If this works, the cause is TCP/IP Receive Win - did you alter any
standard settings or are you using a satellite internet link ?

Neither. I have not altered any settings. I have a cable modem to a
major US broadband ISP (Cox Cable).

Thanks again, let me eat dinner, check out the two files above, and get
back to you, prolly much later tonight, past your bedtime if you are in
the UK.

Kind regards, Andy


-- 
alavarre

alavarre's Profile: http://forums.slimdevices.com/member.php?userid=14604
View this thread: http://forums.slimdevices.com/showthread.php?t=41385

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: SuperDateTime - Current Date/Temperature and/or Baseball Screensaver

2007-12-26 Thread GoCubs

mrfantasy;251610 Wrote: 
 I got the zip file for the 12/22 5.5.0 build for SC7, and all that is in
 it is a few gif files and some html.  It looks like it's missing a bunch
 of stuff, like the Perl code.

PRGeno;251644 Wrote: 
 Me too!  The plugin itself is missing from the ZIP file.

mrfantasy;251646 Wrote: 
 I temporarily got around this by using the 12/16 build (not linked, but
 you can change the date in the filename from the download page.)

Thanks guys for pointing this out.  I'm surprised with 30 downloads the
past few days that it just got pointed out today...  If you have a Jive
remote you'll like this version.  It now includes Jive access to all
sports scores within any leagues you're tracking.

Happy Holidays

-Greg


-- 
GoCubs

GoCubs's Profile: http://forums.slimdevices.com/member.php?userid=312
View this thread: http://forums.slimdevices.com/showthread.php?t=14327

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: SuperDateTime - Current Date/Temperature and/or Baseball Screensaver

2007-12-26 Thread mrfantasy

Am I dense or does 5.5.0 not show seconds with the %1 time parameter? 
It doesn't seem to be affected by my time setting at all.


-- 
mrfantasy

--Mike

mrfantasy's Profile: http://forums.slimdevices.com/member.php?userid=1127
View this thread: http://forums.slimdevices.com/showthread.php?t=14327

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


Re: [SlimDevices: Plugins] Sirius Radio WMA error

2007-12-26 Thread GoCubs

csidd;251403 Wrote: 
 The wmadec.exe is there but no lame.exe. Do I need to reinstall the
 server? Thanks again
 
 Chad
Hmmm...  What are your filetype settings set to?  Lame isnt installed
on my latest installation so you might have to download that one on
your own.  Search the forums/wiki/etc for assistance.

-Greg


-- 
GoCubs

GoCubs's Profile: http://forums.slimdevices.com/member.php?userid=312
View this thread: http://forums.slimdevices.com/showthread.php?t=40915

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


Re: [SlimDevices: Plugins] SiriusRadio fails on SC 7.0

2007-12-26 Thread GoCubs

NatureDude;251544 Wrote: 
 I also installed the Sirius Plugin but get no audio.  Channels list
 fine.  This is SC7 and ClarkConnect Linux.  Any idea where to start
 debugging?  Is there a port I need to open?
 
 Thanks!

Hey ND-

What type of players do you have (SB3, Transporter, etc.)?  Players
prior to SB2s do not support hardware wma decoding and require extra
set up on Linux installations.

-Greg


-- 
GoCubs

GoCubs's Profile: http://forums.slimdevices.com/member.php?userid=312
View this thread: http://forums.slimdevices.com/showthread.php?t=40822

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


Re: [SlimDevices: Plugins] Are you willing to pay for a Sirius Radio plug-in?

2007-12-26 Thread GoCubs

abelincoln;251387 Wrote: 
 Greg
 I took your advice and extracted the new version of your program into
 SC 7.0 build 12/24/07 but the directory you have on your download page
 does not exist any longer so I assume C:\Program
 Files\SqueezeCenter\server\Plugins is where to place it now. After
 doing that I can see the Sirius radio choice under Extras but there is
 not anyway that I can find to adjust the settings. The settings
 button choice that some of the other plugin's have is not there just a
 disable button. Is there a procedure to activate it in SC 7 that I am
 not aware of? Thanks for your help.

Assuming you set everything up correctly there should be a settings
button next to the disable button for Sirius radio.  You should also be
able to access the settings by going to the 'Advanced' tab in settings
and clicking Sirius Radio from the vertical list.

-Greg


-- 
GoCubs

GoCubs's Profile: http://forums.slimdevices.com/member.php?userid=312
View this thread: http://forums.slimdevices.com/showthread.php?t=20621

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: SuperDateTime - Current Date/Temperature and/or Baseball Screensaver

2007-12-26 Thread mrfantasy

GoCubs;251702 Wrote: 
 Thanks guys for pointing this out.  I'm surprised with 30 downloads the
 past few days that it just got pointed out today...  If you have a Jive
 remote you'll like this version.  It now includes Jive access to all
 sports scores within any leagues you're tracking.
 
 Nice work on figuring out the 12/16 link.  Judging from my web logs it
 looks like some people must have a background app checking for new
 versions with that filename format every day!
 
 Happy Holidays
 
 -Greg

You probably wouldn't have noticed if you were installing it over an
older version.  Since I just installed SC7 today, I did a new install
of SDT, and only got pieces.


-- 
mrfantasy

--Mike

mrfantasy's Profile: http://forums.slimdevices.com/member.php?userid=1127
View this thread: http://forums.slimdevices.com/showthread.php?t=14327

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


Re: [SlimDevices: Plugins] Absolutely brilliant: AlienBBC

2007-12-26 Thread alavarre

 The custom-convert.conf file should be in 
/usr/local/slimserver/server/Plugins/Alien

This file does not exist on my system.

/usr/local/slimserver/Plugins/Alien DOES exist with the following
listing:

P1610:/usr/local/slimserver/Plugins/Alien # ls
AlienAddon  AlienMenu.pm   
AlienSubMenuItem.pm
AlienBBC7LittleToeParseMenu.pm  AlienPlayableAodItem.pm HTML
AlienBBC7ParseMenu.pm   AlienPlayableItem.pmPlaylists
AlienBBCAodMenu.pm  AlienPlayableNonAodItem.pm  Plugin.pm
AlienCommon.pm  AlienRadio2ParseMenu.pm RTSP.pm
AlienItem.pmAlienRadio4ParseMenu.pm
AlienMainMenu.pmAlienRadio5ParseMenu.pm

So the cited convert file does not exist.

==

HOWEVAH:

/usr/local/slimserver/slimserver-convert.conf

DOES exist with the cited -bandwidth options. I backed this up and then
made the recommended -bandwidth option deletion.

Killed the server (slimserver.pl) and restarted it. 

[BBC3: Choral Evensong] initially truncated at about 2:00, but on
restarting it ran to completion. 

:-) Well Done!!

Problem apparently solved.

Thank you again for your service. It is so precious to be able to be
virtually at home at this time of the year when one is actually so
far away from home.

Kind regards, Andy


-- 
alavarre

alavarre's Profile: http://forums.slimdevices.com/member.php?userid=14604
View this thread: http://forums.slimdevices.com/showthread.php?t=41385

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


Re: [SlimDevices: Plugins] Sirius Radio WMA error

2007-12-26 Thread csidd

Where can I download that? Or do I need a older version of the server?

Chad


-- 
csidd

csidd's Profile: http://forums.slimdevices.com/member.php?userid=14327
View this thread: http://forums.slimdevices.com/showthread.php?t=40915

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


Re: [SlimDevices: Plugins] Are you willing to pay for a Sirius Radio plug-in?

2007-12-26 Thread mkanet

Greg, thanks on confirming which one of the three to use; and, now
understand why you haven't made it the default :)  

I honestly wouldn't use Slimserver if it weren't for your plugin. 
SageTV just lets me get the best out of it.  I only have two things
enabled on my client's menus:

1) Sirius Radio
2) Music Folders

Keep up the good work.

GoCubs;251708 Wrote: 
 Dogstar is probably the best.  I really should update the plugin to make
 it the default... but maybe I'm selfish and don't want Dogstar's servers
 to get overloaded ;)
 
 BTW- nice set up there with SageTV.  I'm curious though how it's able
 to show the song channel as well as the song info.
 
 -Greg


-- 
mkanet

mkanet's Profile: http://forums.slimdevices.com/member.php?userid=7965
View this thread: http://forums.slimdevices.com/showthread.php?t=20621

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


Re: [SlimDevices: Plugins] Can't play/add single tracks in CustomBrowse

2007-12-26 Thread erland

pippin;251084 Wrote: 
 Err.. Question: Does the Play other song in album setting affect the
 behavior of the Server or does a skin have to take care to obey that?
 Think I've seen it somewhere in the server code, but just to be sure.

It only affects the standard remote interface. Most of the skin's for
the web interface doesn't support this, instead they have an All
songs link that accomplish almost the same thing.

pippin;251084 Wrote: 
 
 Another thing to be sure (after remembering some server code): How does
 the server handle the shuffle setting with this? If I play song 3 in
 the album and shuffle songs is on, does it shuffle and then start
 with song 3 (THAT was the headache I mentioned, cost me 5 JSON/RPC
 callbacks).

In the standard remote interface it works as you say, it adds all the
songs for the album, shuffles and then starts to play the song the user
pushed play on.

The All Songs links in the other web skin's also works in a similar
way, it add all the songs for the album and shuffles. When it starts to
play it will be a random song in the selected album.


-- 
erland

Erland Isaksson
'My homepage' (http://erland.homeip.net) 'My download page'
(http://erland.homeip.net/download)
(Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse,
Custom Scan,  Custom Skip, Multi Library and Database Query plugins'
(http://wiki.erland.homeip.net/index.php/Category:SlimServer))

erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=41304

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Astronomy Information Plugin - useful to amateur astronomers

2007-12-26 Thread Mitch G

I found a problem that hangs the web interface first time you try to go
the settings webpage for the plugin. So, that's fixed and called
version 2.0a on www.jesslex.com/slim.html. That's the version you'll
want to download.



Mitch


-- 
Mitch G

Mitch G's Profile: http://forums.slimdevices.com/member.php?userid=548
View this thread: http://forums.slimdevices.com/showthread.php?t=21022

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins