Re: [SlimDevices: Plugins] Using Erland's SQLPlayList in KDF's AlarmPlugin

2008-09-01 Thread sk33ve

Hi again,

Did support for Dynamic Playlists in alarms etc make it into the SC 7.2
release which just happened?  Would be excellent news if so, as the new
alarm stuff does all I (and I imagine most people) need and more!


-- 
sk33ve


QNAP TS-109Pro (Firmware: 2.0.1 build: 0324)
-- Seagate 500Gb disk
-- Sandisk Cruzer 4GB USB 

SqueezeCenter v7.0.1 (build: 17793)
-Plugins:
--ExtendedAlarm
-SqueezeBoxes:
-- 1 x SqueezeBox v3 (Wireless)
-- 1 x SqueezeBox Controller (Wireless)
-- 1 x SqueezeBox Receiver (Wired)


sk33ve's Profile: http://forums.slimdevices.com/member.php?userid=16580
View this thread: http://forums.slimdevices.com/showthread.php?t=34668

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


Re: [SlimDevices: Plugins] [Announce] iPeng 0.5 for iPhone / 3G / iPod Touch 2.0

2008-09-01 Thread pippin

cakes;335538 Wrote: 
> Hi Pippin,
> 
> Any news on the native app? 
> I'm really looking forward...
> 
> cakes

Me too :-)


-- 
pippin

---
see iPeng at penguinlovesmusic.com

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

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


Re: [SlimDevices: Plugins] [Announce] iPeng 0.5 for iPhone / 3G / iPod Touch 2.0

2008-09-01 Thread cakes

Hi Pippin,

Any news on the native app? 
I'm really looking forward...

cakes


-- 
cakes

Server : Squeezecentre 7.1 on Windows XP-SP2 on P4-2.8
Plugins: biography - itunesupdate - squeezescrobbler - trackstat
Control: iPeng 0.5.2
Players: Hauppauge Mediamvp (mclient 2.2 on mvpmc) (2x) - Pinnacle
Soundbridge Homemusic

cakes's Profile: http://forums.slimdevices.com/member.php?userid=18136
View this thread: http://forums.slimdevices.com/showthread.php?t=49821

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


Re: [SlimDevices: Plugins] tagging / ID'ing music

2008-09-01 Thread stigerj

Nonreality;335402 Wrote: 
> Yes it's called playlog.  It will make a log of any streaming music from
> online and make a link to amazon so you could buy the music.  You'll
> have to do a search for it.  Works well and you can set it up different
> ways.

thanks! Got the plugin downloaded and copied over, but it isn't
working, not even showing up in the plugins list...  Need to see why.
Thanks again.

-Jeff


-- 
stigerj

stigerj's Profile: http://forums.slimdevices.com/member.php?userid=19635
View this thread: http://forums.slimdevices.com/showthread.php?t=51860

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


Re: [SlimDevices: Plugins] TrackStat + apostrophes in song titles

2008-09-01 Thread erland

One thing that is a bit strange is that the url in your backup file
contains a ' character while my ' characters is encoded as %2527 in the
backup file. 

I'm not sure if this is the reason, but it might be the reason why I
can't reproduce this in my own setup. 

What does the SqueezeCenter version information in SqueezeCenter
Settings/Status say in your setup ?

It should be something like:
==
SqueezeCenter Version: 7.2 - TRUNK @ UNKNOWN - Windows XP - EN -
cp1252
Server IP address: 172.16.0.121
Perl Version: 5.8.8 MSWin32-x86-multi-thread
MySQL Version: 5.0.22-community-nt
Platform Architecture: 586
Hostname: e6750win
Server Port Number: 9000
Total Players Recognized: 1
=

The problem in your setup is that you for some reason has duplicate
rows in the database. Until I've successfully been able to reproduce it
I have no idea how this could happen. 

I've seen other users having duplicate rows but it has neven been
related to ' characters as far as I can remember. The solution to the
other users has always been to shutdown SqueezeCenter, completely
delete the database by deleting the "Cache/MySQL" directory, startup
SqueezeCenter, perform a rescan and finally restore the TrackStat
backup file. If you choose to try this, I would recommend that you
don't actually delete the "Cache/MySQL" directory, instead just move it
somewhere else so you can restore the original contents if it doesn't
work.

Also, I would recommend that you don't delete any TrackStat backup
files in case you will need one of them to restore all data when we
have found the problem.

If I understood you correctly the backup from August 30 didn't have
duplicate entries in the backup file ?
Which version of SqueezeCenter and TrackStat were you using on August
30 ?

Do you have a standard SqueezeCenter installation installed with the
.exe download or is there something special with your setup which could
cause the behavior ?


-- 
erland

Erland Isaksson
'My homepage' (http://erland.isaksson.info) 'My download page'
(http://erland.isaksson.info/download)
(Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse,
Custom Scan,  Custom Skip, Multi Library and Database Query plugins'
(http://wiki.erland.isaksson.info/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=51821

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


Re: [SlimDevices: Plugins] customscan and amarok

2008-09-01 Thread erland

It will look into the Amarok database you have specified last in the
"Amarok database url" parameter in the Custom Scan Amarok scanning
module configuration.

The databasename mentioned there must be the same as the one you have
entered inside the Amarok application. I think Amarok uses SQLite by
default, so you will have to configure it to use MySQL. However, since
it is able to connect I suspect this isn't the problem unless you have
several Amarok databases and have pointed the "Amarok database url" to
the wrong one.

If you have some MySQL client installed, you can connect to the Amarok
database and issue the following SQL statement to see if any statistics
exist:

Code:


  select * from statistics
  


The first column return by this statement needs to match the paths
listed in the debug messages from TrackStat, if they don't that's the
reason.

TrackStat will issue SQL statements like:

Code:


  select accessdate,percentage,rating,playcounter from statistics where 
url='./media/500GB/music/collection/The Cure/Disintegration/8. Prayers for 
Rain.mp3'
  


If it doesn't get a match it will write the debug messages you are
seeing, if it does get a match it will import the statistics.

It sounds like your Amarok configuration is different then mine, in
mine it just works after I've installed Amarok and configured it to use
MySQL.


-- 
erland

Erland Isaksson
'My homepage' (http://erland.isaksson.info) 'My download page'
(http://erland.isaksson.info/download)
(Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse,
Custom Scan,  Custom Skip, Multi Library and Database Query plugins'
(http://wiki.erland.isaksson.info/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=51708

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


Re: [SlimDevices: Plugins] Announce: New WeatherTime Screensaver adds graphical forecasts

2008-09-01 Thread Sam Lowry

mavit;335359 Wrote: 
> That is correct.

Thanks a lot! Works again. Wife's happy - I'm happy.


-- 
Sam Lowry

Sam Lowry's Profile: http://forums.slimdevices.com/member.php?userid=3447
View this thread: http://forums.slimdevices.com/showthread.php?t=21989

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


Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2008-09-01 Thread gharris999

Some very minor updates are included in a new RC1 post at
http://forums.slimdevices.com/showthread.php?t=48521

No new functionality and no bug fixes.

Changes since the last update:

* Tweaked CLI blocking return values.
* Included example blocking CLI scripts.
* Cleaned up the readme.txt


-- 
gharris999

gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115
View this thread: http://forums.slimdevices.com/showthread.php?t=48521

___
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

2008-09-01 Thread upstatemike

Chippy;335392 Wrote: 
> Upstatemike -
> I think you need to press 'up' or 'down' on your remote to cycle
> through the various options. 
> 
> When I do this (it's evening here in the UK), I currently get
> 'currently', 'tonight', 'tomorrow', etc...
> 
> Chippy

Thanks Chippy! My mistake was in thinking that after you flipped
through to look ahead that it would time out and return to a default
timeframe. Now I understand that it stays wherever it is left after
scanning with the up/down buttons. Even better since by default I want
to look a day ahead!


-- 
upstatemike

upstatemike's Profile: http://forums.slimdevices.com/member.php?userid=6409
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] customscan and amarok

2008-09-01 Thread evencoil

Here's an idea...

So I was also trying your MultiLibrary plugin and it wouldn't let me
save a library (Error: Error Saving, and not much helpful info from the
Debug log).

I figured that this was probably a permissions problem. I set the
permissions on the folder I was trying to save the library in to 777
and tried again. This time it worked flawlessly.

The owner of the library xml file that was created is "squeezecenter".
I didn't know that squeezecenter created an account like this when it
installed?

So what I am thinking is that perhaps TrackStat is trying to look in
"squeezecenter"'s amarok DB file (which doesn't exist) instead of my
current user's amarok DB file. Does that sound plausible? If so, any
idea how to fix it?


-- 
evencoil

evencoil's Profile: http://forums.slimdevices.com/member.php?userid=19329
View this thread: http://forums.slimdevices.com/showthread.php?t=51708

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


Re: [SlimDevices: Plugins] [Announce] SlimNAS 1.1 for SqueezeCenter 7.1+

2008-09-01 Thread ant.perry

I have been using Squeezecenter 7.1 and Slimnas 1.1.2 for a while now
and all is well. 
Does the existing version of Slimnas support SC7.2, or will that have
to wait for a later release of slimnas?

regards
Ant Perry


-- 
ant.perry

Australia
SB3 + Linn AV5103 processor
HP T5710 thin client with FreeNAS & SC 7.1
Seagate Freeagent Pro 500GB

ant.perry's Profile: http://forums.slimdevices.com/member.php?userid=17504
View this thread: http://forums.slimdevices.com/showthread.php?t=49304

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


Re: [SlimDevices: Plugins] Plugins for DUET

2008-09-01 Thread kdf
Once SqueezePlay is out as a Desktop, I'm sure there will be more use  
and more interest.
There is very little chance of Duet being "forgotten".  I think it's  
FAR too early to
be so negative.  It's a new platform, a new direction.  I came in  
about 5-6 years ago.
At that time, there were all of two people doing plugins.  I  
originally borrowed a lot from both.
Only one of those two is still around (now working for Logitech).

Even at the time of the Plugin contest  (3 years ago??) the plugins  
for SS/SC were only a healthy handful.
I'd almost venture to say that the number of plugins has grown  
substantially SINCE the Logitech merger.
One of the benefits of a larger audience, I guess.  Of course, many  
come from similar origins, but meet more
specific requirements.  All it takes for Controller plugins is that  
foundation.  It's a hard battle to get there.  Some authors have moved  
on,
choosing not to keep up with api changes or running out of time,  
others have taken on larger roles with SC and even working for Logitech.
That leaves far less time for working on plugins.

A key point is that it's important to remain patient.  Plugin support  
is there, but actual plugins rely on the contribution of free time by  
individuals
who have just a bit more than self-interest involved.  Some have thick  
skins and are not affected by impatience but those who aren't may simply
not bother.  Some do it for fun, and stop when it's no longer fun.

Perhaps it may be time for another plugin contest after 7.3/7.4 comes  
out??
-kdf

On 1-Sep-08, at 3:09 PM, radish wrote:

>
> It is a learning curve, but I'm sure things will come along - it's a
> very capable system once you get to grips with it. I'm playing with
> some plugin ideas right now - who knows if anything will come of them,
> the API documentation is a little sparse unsurprisingly.
>
> Also don't forget that several regular SC plugins have explicit  
> support
> for the SBC (such as OtherPlayers) - nothing fancy but they're coming
> along slowly.
>
>
> -- 
> radish
> 
> radish's Profile: http://forums.slimdevices.com/member.php?userid=77
> View this thread: http://forums.slimdevices.com/showthread.php?t=51869
>
> ___
> plugins mailing list
> plugins@lists.slimdevices.com
> http://lists.slimdevices.com/lists/listinfo/plugins

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


Re: [SlimDevices: Plugins] Plugins for DUET

2008-09-01 Thread radish

It is a learning curve, but I'm sure things will come along - it's a
very capable system once you get to grips with it. I'm playing with
some plugin ideas right now - who knows if anything will come of them,
the API documentation is a little sparse unsurprisingly. 

Also don't forget that several regular SC plugins have explicit support
for the SBC (such as OtherPlayers) - nothing fancy but they're coming
along slowly.


-- 
radish

radish's Profile: http://forums.slimdevices.com/member.php?userid=77
View this thread: http://forums.slimdevices.com/showthread.php?t=51869

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


Re: [SlimDevices: Plugins] Plugins for DUET

2008-09-01 Thread kumpel2000

Thank you. Lets hope that the duet not will be forgotten.


-- 
kumpel2000

kumpel2000's Profile: http://forums.slimdevices.com/member.php?userid=18691
View this thread: http://forums.slimdevices.com/showthread.php?t=51869

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


Re: [SlimDevices: Plugins] Plugins for DUET

2008-09-01 Thread kdf
There are a few here:
http://wiki.slimdevices.com/index.php/SqueezePlay_Applets

In time there may be more, but note that Duet (specifically the  
Controller) is very new by comparison.  SliMP3 Server/Slimserver/ 
SqueezeCenter has been around for 7 years. Far more time for plugins  
to arrive.  Plus, the code on the Controller is not perl, so the folks  
who have been most involved making plugins have to learn something new  
again, or at least learn the new API for feeding data from SC (but  
mostly this only gives you the ability to send text and per-line icons).
-kdf
On 1-Sep-08, at 1:41 PM, kumpel2000 wrote:

>
> Hi
>
> I can't seem to find many plugins for the duet, how come. I think it's
> a great player and would love to have some plugins like weathertime  
> and
> others. Are there anything in development ?


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


Re: [SlimDevices: Plugins] TrackStat + apostrophes in song titles

2008-09-01 Thread gbreit

Erland:

Thanks for your reply. I pm'd you a (gzipped) backup performed today
after manually rating the two songs by X I mentioned in my post. Very
strange behavior -- I had an old scheduled backup from March (not sure
what SC version that was, but everything was working fine back then)
and another from August 30. For one of the problem tracks, here's the
entry (same for the March and Aug backups):



file%3A%2F%2F%2FC%3A%2FMusic_Library%2FX%2FLos%2520Angeles%2F09%2520The%2520World's%2520A%2520Mess%2C%2520It's%2520In%2520My%2520Ki.m4a
2
1171913925
1152992482
100



After manually rating the track and performing another backup today
(attached), now I see two entries for that track, each containing a
subset of the total data:



file%3A%2F%2F%2FC%3A%2FMusic_Library%2FX%2FLos%2520Angeles%2F09%2520The%2520World's%2520A%2520Mess%2C%2520It's%2520In%2520My%2520Ki.m4a
2
1171913925
1152992482



file%3A%2F%2F%2FC%3A%2FMusic_Library%2FX%2FLos%2520Angeles%2F09%2520The%2520World's%2520A%2520Mess%2C%2520It's%2520In%2520My%2520Ki.m4a
1152992482
100



Here's the really weird thing:

It appears that *every* song title containing an apostrophe now has two
"track" entries in the xml file.  This was not the case in the automatic
backup performed on August 30.  Between the August 30 scheduled backup
and today's "forced" backup, I only manually rated the two songs by X. 
Nothing else.

I re-scanned my library with TrackStat debugging enabled.  Nothing
unusual in the log file (see below). 

Thanks a lot for your help on this. I owe you a PayPal contribution.

Greg
---
Debug lines from log file during rescan:

[08-09-01 14:17:25.1253] Plugins::TrackStat::Plugin::commandCallback65
(3451) Entering commandCallback65
[08-09-01 14:17:25.1484] Plugins::TrackStat::Storage::refreshTracks
(1089) Checking if additional indexes are needed for tracks
[08-09-01 14:17:26.0007] Plugins::TrackStat::Storage::refreshTracks
(1113) Starting to analyze indexes
[08-09-01 14:17:26.9226] Plugins::TrackStat::Storage::refreshTracks
(1126) Finished analyzing indexes : It took 1.774172 seconds
[08-09-01 14:17:26.9235] Plugins::TrackStat::Storage::refreshTracks
(1131) Starting to update urls in statistic data based on musicbrainz
ids
[08-09-01 14:17:27.0018] Plugins::TrackStat::Storage::refreshTracks
(1150) Finished updating urls in statistic data based on musicbrainz
ids, updated 0 items : It took 0.078182 seconds
[08-09-01 14:17:27.0027] Plugins::TrackStat::Storage::refreshTracks
(1155) Starting to update musicbrainz id's in statistic data based on
urls
[08-09-01 14:17:27.2241] Plugins::TrackStat::Storage::refreshTracks
(1175) Finished updating musicbrainz id's in statistic data based on
urls, updated 0 items : It took 0.22118 seconds
[08-09-01 14:17:27.2515] Plugins::TrackStat::Storage::refreshTracks
(1180) Starting to update ratings in standard slimserver database based
on urls
[08-09-01 14:17:29.9538] Plugins::TrackStat::Storage::refreshTracks
(1200) Finished updating ratings in standard slimserver database based
on urls, updated 0 items : It took 2.702226 seconds
[08-09-01 14:17:29.9547] Plugins::TrackStat::Storage::refreshTracks
(1205) Starting to update added times in statistic data based on urls
[08-09-01 14:17:32.0316] Plugins::TrackStat::Storage::refreshTracks
(1225) Finished updating added times in statistic data based on urls,
updated 0 items : It took 2.077108 seconds
[08-09-01 14:17:32.0325] Plugins::TrackStat::Storage::refreshTracks
(1230) Starting to update play counts in statistic data based on urls
[08-09-01 14:17:34.8131] Plugins::TrackStat::Storage::refreshTracks
(1254) Finished updating play counts in statistic data based on urls,
updated 0 items : It took 2.780485 seconds
[08-09-01 14:17:34.8478] Plugins::TrackStat::Storage::refreshTracks
(1259) Starting to update last played times in statistic data based on
urls
[08-09-01 14:17:37.9381] Plugins::TrackStat::Storage::refreshTracks
(1283) Finished updating last played times in statistic data based on
urls, updated 0 items : It took 3.090358 seconds
[08-09-01 14:17:37.9390] Plugins::TrackStat::Storage::refreshTracks
(1288) Starting to add tracks without added times in statistic data
based on urls
[08-09-01 14:17:41.2506] Plugins::TrackStat::Storage::refreshTracks
(1312) Finished adding tracks without added times in statistic data
based on urls, added 0 items : It took 3.311504 seconds
[08-09-01 14:17:41.2515] Plugins::TrackStat::Storage::refreshTracks
(1317) Starting to update ratings in statistic data based on urls
[08-09-01 14:17:46.4382] Plugins::TrackStat::Storage::refreshTracks
(1341) Finished updating ratings in statistic data based on urls,
updated 0 items : It took 5.186494 seconds
[08-09-01 14:17:46.4391] Plug

Re: [SlimDevices: Plugins] powersave menu option not appearing sc7.3

2008-09-01 Thread bpa

Make sure SC is not running when you edit the prefs file. SC holds a
cache of the prefs file which it writes out regularly overwriting any
manual changes.


-- 
bpa

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

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


[SlimDevices: Plugins] Plugins for DUET

2008-09-01 Thread kumpel2000

Hi

I can't seem to find many plugins for the duet, how come. I think it's
a great player and would love to have some plugins like weathertime and
others. Are there anything in development ?


-- 
kumpel2000

kumpel2000's Profile: http://forums.slimdevices.com/member.php?userid=18691
View this thread: http://forums.slimdevices.com/showthread.php?t=51869

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


Re: [SlimDevices: Plugins] powersave menu option not appearing sc7.3

2008-09-01 Thread jth

I'm not sure - your best bet is to copy the section for your working
transporter and change the MAC address to the duet. Remove all the
other
bits of the file. It's probably not a bad idea to restart
SqueezeCenter
after editing the file.


-- 
jth

jth's Profile: http://forums.slimdevices.com/member.php?userid=48
View this thread: http://forums.slimdevices.com/showthread.php?t=51797

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


Re: [SlimDevices: Plugins] LazySeaarch and 7.2

2008-09-01 Thread Nonreality

RalphO;334949 Wrote: 
> Now that is clever.  I tried the same thing and it seems to work fine. 
> Also thanks Erland.  LazySearch is a great plugin.It's great isn't it.


-- 
Nonreality

-IF THE RULE YOU FOLLOWED BROUGHT YOU TO THIS, OF WHAT USE IS THE RULE.-

HTTP://www.last.fm/user/nonreality

Nonreality's Profile: http://forums.slimdevices.com/member.php?userid=15723
View this thread: http://forums.slimdevices.com/showthread.php?t=51759

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


Re: [SlimDevices: Plugins] tagging / ID'ing music

2008-09-01 Thread Nonreality

stigerj;335328 Wrote: 
> Is there a plug-in that will tag songs when I'm streaming online? Many
> times I'm listening and I hear a song that I would like to purchase or
> maybe go see what else I can find from the artist. Having a button to
> push to save the info for later would be convenient.
> There are also times when I'm streaming and there is no RDS data from
> the title and artist.  Would be handy to have a plug-in to ID the song
> using something like Shazam.com.  Not sure if this is possible or not.
> 
> Thanks.
> JeffYes it's called playlog.  It will make a log of any streaming music from
online and make a link to amazon so you could buy the music.  You'll
have to do a search for it.  Works well and you can set it up different
ways.


-- 
Nonreality

-IF THE RULE YOU FOLLOWED BROUGHT YOU TO THIS, OF WHAT USE IS THE RULE.-

HTTP://www.last.fm/user/nonreality

Nonreality's Profile: http://forums.slimdevices.com/member.php?userid=15723
View this thread: http://forums.slimdevices.com/showthread.php?t=51860

___
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

2008-09-01 Thread Chippy

One other 'feature' which seems to have started with the new alarm
functionality of SC7.2 is that whatever setting I choose, when the
alarm goes off I only get the default SC data and time screen - and not
SuperDateTime screensaver.

Is there anyway to override this? SuperDateTime is at it's most useful
to me when the alarm goes off in the morning and I want to check the
weather, last night's scores, etc.

cheers
Chippy


-- 
Chippy

Chippy's Profile: http://forums.slimdevices.com/member.php?userid=247
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

2008-09-01 Thread Chippy

Upstatemike -
I think you need to press 'up' or 'down' on your remote to cycle
through the various options. 

When I do this (it's evening here in the UK), I currently get
'currently', 'tonight', 'tomorrow', etc...

Chippy


-- 
Chippy

Chippy's Profile: http://forums.slimdevices.com/member.php?userid=247
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] MusicInfoSCR web interface broken for me under 7.2

2008-09-01 Thread SadGamerGeek

mherger;335068 Wrote: 
> > I've just upgraded from 7.1 to 7.2 on my Windows home server box, and
> 
> Did you update MIS, too?

Yes, (sorry) I have upgraded MIS to 4.2.0. I did this after the SC
upgrade, but it didn't seem to make any difference.



Thanks,

Richard


-- 
SadGamerGeek

SadGamerGeek's Profile: http://forums.slimdevices.com/member.php?userid=6145
View this thread: http://forums.slimdevices.com/showthread.php?t=51781

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


Re: [SlimDevices: Plugins] powersave menu option not appearing sc7.3

2008-09-01 Thread coppo23

coppo23;335101 Wrote: 
> Thanks - will try that tonight. (It works perfectly with transporter
> already - this should sort the duets and then my music system is as
> green as it could be!)
> 
> Coppo

Have tried it. There are no entries in prefs for the duets. I tried
adding them by cutting and pasting your entry and editing the mac
address. The duets do not turn off after 15 minutes in idle (time 900).
My entries are

_client:00:04:20:10:0b:d4: 
_ts_enabled: 1220197847
_ts_time: 1220197858
_version: 0
enabled: 1
time: 900
_client:00:04:20:16:2d:91: 
_version: 0
_client:91:9c:8a:f1:9e:83: 
_ts_enabled: 1220197272
_ts_time: 1220197284
_version: 0
enabled: 1
time: 900
_version: 0
_client:00:04:20:16:6a:oe:
_ts_enabled: 1194961928
_version: 0
enabled: 1
time: 900
_client:00:04:20:16:2d:91:
_ts_enabled: 1194961928
_version: 0
enabled: 1
time: 900

:d4 is the transporter - which works. :91 and :0e are the duets which
don't.

Could it be something to do with the ts_enabled or ts_time entries?

Regards

Coppo


-- 
coppo23

coppo23's Profile: http://forums.slimdevices.com/member.php?userid=17339
View this thread: http://forums.slimdevices.com/showthread.php?t=51797

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


Re: [SlimDevices: Plugins] Announce: New WeatherTime Screensaver adds graphical forecasts

2008-09-01 Thread aubuti

mavit;334943 Wrote: 
> But, hey, I might as well just do my own zip file:
> http://www.mavit.org.uk/squeezecenter-weathertime/
Excellent! Thanks mavit.


-- 
aubuti

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

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


Re: [SlimDevices: Plugins] customscan and amarok

2008-09-01 Thread evencoil

yeah i doubled checked that just now and its correct


-- 
evencoil

evencoil's Profile: http://forums.slimdevices.com/member.php?userid=19329
View this thread: http://forums.slimdevices.com/showthread.php?t=51708

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


Re: [SlimDevices: Plugins] CustomBrowse and CustomScan don't work with " in tags

2008-09-01 Thread erland

volpone;335352 Wrote: 
> 
> SB Player 
> => Custom tags not displayed
> => Non standard song info (but not the same as the regular without
> CustomBrowse module, so i presume this is from CB builtin menus). 
> > Prefix are in english 
> > New item "Standard Song Info" in english which link to the normal
> "song info" with french prefix) 
> 
You will need to create some entries with object type set to "track".
"trackheader" shows in web interface
"track" shows in SB Player UI.

If you like french prefixes you will need to edit all the default items
and change the "Menu name" to the corresponding french name. I'm not
sure if this is supported for all menu types.

volpone;335352 Wrote: 
> 
> Controller 
> => Custom tags not displayed
> => Standard song info (in french, like without CustomBrowse module).
> => New item "Créer un mix" (create mix, this item no exists in the
> standard menu without CustomBrowse so i presume this is from CB).
> 
Custom track info isn't supported on the Controller yet, it will
probably be supported in a future version of Custom Browse.


-- 
erland

Erland Isaksson
'My homepage' (http://erland.isaksson.info) 'My download page'
(http://erland.isaksson.info/download)
(Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse,
Custom Scan,  Custom Skip, Multi Library and Database Query plugins'
(http://wiki.erland.isaksson.info/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=39788

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


Re: [SlimDevices: Plugins] Announce: New WeatherTime Screensaver adds graphical forecasts

2008-09-01 Thread mavit

kyleki;335021 Wrote: 
> No, it just means you won't get the little 'bell' icon in WTS to show
> you that an alarm is set.  It won't adversely affect the operation of
> your alarms at all.
> 
> But, I believe that if you use mavit's version, the alarm icon will
> still work.

That is correct.


-- 
mavit

mavit's Profile: http://forums.slimdevices.com/member.php?userid=10203
View this thread: http://forums.slimdevices.com/showthread.php?t=21989

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


Re: [SlimDevices: Plugins] CustomBrowse and CustomScan don't work with " in tags

2008-09-01 Thread volpone

Erland,
I manage to setup classical browse menus and now, with your help, its
seems to works perfectly on 3 devices (Web,SB player, Duet
controller).

Next step is to customize "song info" headers to display classical
custom tags (WORK, MOVEMENT, LABEL, PERFORMER). 

Following your tutorial i've customized "Song info" headers creating 4
trackheaders_.CB.context.values.XML files via CB plugin interface.


Result is OK and classical custom tags are correctly displayed on the
SC web UI but neither on the SB Player nor in the Controller: 

SB Player 
=> Custom tags not displayed
=> Non standard song info (but not the same as the regular without
CustomBrowse module, so i presume this is from CB builtin menus). 
> Prefix are in english 
> New item "Standard Song Info" in english which link to the normal
"song info" with french prefix) 

Controller 
=> Custom tags not displayed
=> Standard song info (in french, like without CustomScan module).
=> New item "Créer un mix" (create mix, this item no exists in the
standard menu without CustomBrowse so i presume this is from CB).

Is it supposed to work as described on Player and Controller UI due to
some limitations or there are misconfiguration from my side ?

Regards

Volpone


-- 
volpone

volpone's Profile: http://forums.slimdevices.com/member.php?userid=16531
View this thread: http://forums.slimdevices.com/showthread.php?t=39788

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


Re: [SlimDevices: Plugins] customscan and amarok

2008-09-01 Thread erland

Is the path in the log messages correct ?
Does a file exist at that path if you remove the beginning "."
character ?


-- 
erland

Erland Isaksson
'My homepage' (http://erland.isaksson.info) 'My download page'
(http://erland.isaksson.info/download)
(Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse,
Custom Scan,  Custom Skip, Multi Library and Database Query plugins'
(http://wiki.erland.isaksson.info/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=51708

___
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

2008-09-01 Thread upstatemike

This is a great plugin and I am having lots of fun customizing the
display format! One thing driving me nuts though is the %y variable
(Period Covered)displays as "Currently" on one of my SB3 players while
on all the others it displays as "Today". I have looked at the string
10 times and can't see any difference from one player to the next. I
thought it might correct itself over time with a data refresh but after
several hours it is still saying "Currently". What do I need to edit to
get this player to match the others?


-- 
upstatemike

upstatemike's Profile: http://forums.slimdevices.com/member.php?userid=6409
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


[SlimDevices: Plugins] tagging / ID'ing music

2008-09-01 Thread stigerj

Is there a plug-in that will tag songs when I'm streaming online? Many
times I'm listening and I hear a song that I would like to purchase or
maybe go see what else I can find from the artist. Having a button to
push to save the info for later would be convenient.
There are also times when I'm streaming and there is no RDS data from
the title and artist.  Would be handy to have a plug-in to ID the song
using something like Shazam.com.  Not sure if this is possible or not.

Thanks.
Jeff


-- 
stigerj

stigerj's Profile: http://forums.slimdevices.com/member.php?userid=19635
View this thread: http://forums.slimdevices.com/showthread.php?t=51860

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


Re: [SlimDevices: Plugins] [Announce] iPeng 0.5 for iPhone / 3G / iPod Touch 2.0

2008-09-01 Thread pippin

Pinball Wizard;335322 Wrote: 
> 
> At first glance your browser looks almost as slick as Apple's "Remote"
> application.  Impressive!! Especially considering your market cap and
> development budget are probably a tad smaller than theirs :)
> 
Unfortunately :-)


-- 
pippin

---
see iPeng at penguinlovesmusic.com

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

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


Re: [SlimDevices: Plugins] [Announce] iPeng 0.5 for iPhone / 3G / iPod Touch 2.0

2008-09-01 Thread Pinball Wizard

pippin;335293 Wrote: 
> Does this work?

Yes!  Thanks.  I feel kind of stupid too now about the IP address
business but am very grateful for the help.

At first glance your browser looks almost as slick as Apple's "Remote"
application.  Impressive!! Especially considering your market cap and
development budget are probably a tad smaller than theirs :)

Thanks again and keep up the good work.


-- 
Pinball Wizard

Pinball Wizard's Profile: http://forums.slimdevices.com/member.php?userid=12701
View this thread: http://forums.slimdevices.com/showthread.php?t=49821

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


Re: [SlimDevices: Plugins] customscan and amarok

2008-09-01 Thread evencoil

yeah i cross-checked tracks that have a positive playcount in amarok but
for which I got the "Didn't find statistics for" message. I didn't get
one like

erland;335284 Wrote: 
> 
> > 
Code:

  >   > 
  > [08-08-31 07:02:00.2550] Plugins::TrackStat::Amarok::Import::scanTrack 
(194) Importing track: ./mnt/mp3music_small/mp3/Cajsa Stina Åkerström - Klädd 
för att gå/01
  > Kom.mp3, Rating:0, Playcount:1
  > 

> > 

for any of the tracks in my collection. 
Anything else I can try?


-- 
evencoil

evencoil's Profile: http://forums.slimdevices.com/member.php?userid=19329
View this thread: http://forums.slimdevices.com/showthread.php?t=51708

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


Re: [SlimDevices: Plugins] CustomBrowse and CustomScan don't work with " in tags

2008-09-01 Thread erland

volpone;335079 Wrote: 
> I'm now will go forward in my setup following your tutorial for
> classical. Any update in the described procedure with CB 2.3 new
> parameters ?
> 
I think you should be able to follow it as it is, the 2.3 changes
doesn't affect any configuration.

volpone;335079 Wrote: 
> 
> Your plugins are very powerfull but some complete reference on
> functions and parameters are welcome. 
> 
> I obviously know this is very tedious to write and maintain
> documentation 
> 
Yes, that's the main reason why it doesn't exist. It felt like the
easiest way to describe the functionality was to make a number of
tutorials for different type of setups, so that's what you can find on
the wiki today.

volpone;335079 Wrote: 
> 
> but very usefull for users.
> 
I know, the problem is just to get the time to write it, so any help is
greatly appreciated.

Feel free to update the wiki pages with more detailed information or
add more tutorials as soon as you feel you know how to configure the
plugins. The main reason I put the information on the Slim Devices wiki
was to make it possible for users to help me keep the documentation
updated.


-- 
erland

Erland Isaksson
'My homepage' (http://erland.isaksson.info) 'My download page'
(http://erland.isaksson.info/download)
(Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse,
Custom Scan,  Custom Skip, Multi Library and Database Query plugins'
(http://wiki.erland.isaksson.info/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=39788

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


Re: [SlimDevices: Plugins] [Announce] iPeng 0.5 for iPhone / 3G / iPod Touch 2.0

2008-09-01 Thread pippin

Pinball Wizard;335287 Wrote: 
> Thanks for the reply.  Yes I've looked at all the information on your
> site, but still couldn't figure it out.
> 
> I installed it by extracting the ipeng folder to the plugins directory,
> but am lost after that.
> 
> Especially on this step: "You can access your iPeng skin by calling
> “:9000/iPeng” in mobile Safari. And again… see Hints
> if you need some more info."  Huh?  The hints section didn't help (at
> least for me).  Are you saying I should enter that line into my address
> bar?  There isn't even a character key for "<".
> 
> Thanks again for your help and I can't wait to get this running!

OK.
1. What is the OS you are running SqueezeCenter (SC) on?
2.  is the IP address of the computer you are
running SC on. I probably should have pointed that out more clearly.
The "Hints" section says the following about this (this is the full one
since I don't know your OS):

> 
> What is my IP address
> 
> If you don’t know your server’s IP address, here’s some hints on how to
> find it.
> 
> Windows:
> 
> Open a command line window e.g. by selecting “Run…” from the Start Menu
> and entering “cmd”.
> 
> In the command line window enter “ipconfig” (without any further
> parameters).
> 
> This will give you among other items an “IP-Address”, the numberbehind
> that is what you want (e.g. 192.168.0.2). If you get more than one IP
> Address, you need to use the one that connects to your WLAN router. It
> will probably (but not necessarily) be one of 192.168.0.* or
> 192.168.178.*
> 
> OSX:
> 
> Go to Applications > Utilities > Terminal and then enter
> ifconfig | grep “inet ”
> It will give you two lines of numbers; the second line is your IP
> address
> 

So it probably be something like "192.168.0.20" making the whole URL:
"http://192.168.0.20:9000/ipeng";. You can omit the "http://";.

You WILL have to make sure that your SqueezeCenter is accessible from
the outside, but if you have players connected and they are working
this should work, too.

Does this work?


-- 
pippin

---
see iPeng at penguinlovesmusic.com

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

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


Re: [SlimDevices: Plugins] [Announce] iPeng 0.5 for iPhone / 3G / iPod Touch 2.0

2008-09-01 Thread Pinball Wizard

Thanks for the reply.  Yes I've looked at all the information on your
site, but still couldn't figure it out.

I installed it by extracting the ipeng folder to the plugins directory,
but am lost after that.

Especially on this step: "You can access your iPeng skin by calling
“:9000/iPeng” in mobile Safari. And again… see Hints
if you need some more info."  Huh?  The hints section didn't help (at
least for me).  Are you saying I should enter that line into my address
bar?  There isn't even a character key for "<".

Thanks again for your help and I can't wait to get this running!


-- 
Pinball Wizard

Pinball Wizard's Profile: http://forums.slimdevices.com/member.php?userid=12701
View this thread: http://forums.slimdevices.com/showthread.php?t=49821

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


Re: [SlimDevices: Plugins] customscan and amarok

2008-09-01 Thread erland

evencoil;335200 Wrote: 
> 
> When I run CustomScan with debug logging for TrackStat I get a bunch of
> lines like
> > 
Code:

  >   > 
  > [08-09-01 09:45:20.0797] Plugins::TrackStat::Amarok::Import::scanTrack 
(198) Didnt find statistics for: ./media/500GB/music/collection/The 
Cure/Disintegration/8. Prayers for Rain.mp3
  > 

> > 
Does this track have any play count or rating in Amarok ?

If everything works as it should you will get one of those messages for
each track that doesn't have statistics in Amarok. For tracks that have
statistics, you will instead get messages like this one:

Code:


  [08-08-31 07:02:00.2550] Plugins::TrackStat::Amarok::Import::scanTrack (194) 
Importing track: ./mnt/mp3music_small/mp3/Cajsa Stina Åkerström - Klädd för att 
gå/01
  Kom.mp3, Rating:0, Playcount:1
  



-- 
erland

Erland Isaksson
'My homepage' (http://erland.isaksson.info) 'My download page'
(http://erland.isaksson.info/download)
(Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse,
Custom Scan,  Custom Skip, Multi Library and Database Query plugins'
(http://wiki.erland.isaksson.info/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=51708

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


Re: [SlimDevices: Plugins] customscan and amarok

2008-09-01 Thread evencoil

ok, I had changed it away from 127.0.0.1 and then probably didn't have
the logging set right and then forgot to change it back. however,
despite my blundering i think maybe im getting somewhere now...

When I run CustomScan with debug logging for TrackStat I get a bunch of
lines like

Code:


  [08-09-01 09:45:20.0797] Plugins::TrackStat::Amarok::Import::scanTrack (198) 
Didnt find statistics for: ./media/500GB/music/collection/The 
Cure/Disintegration/8. Prayers for Rain.mp3
  



-- 
evencoil

evencoil's Profile: http://forums.slimdevices.com/member.php?userid=19329
View this thread: http://forums.slimdevices.com/showthread.php?t=51708

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


Re: [SlimDevices: Plugins] AlienBBC/iPlayer parser problems?

2008-09-01 Thread curry100

Doh! what a twonk, I completely missed the update on the longer thread.
I was using v2, v5 works a treat, thanks for the quick reply!!


-- 
curry100

curry100's Profile: http://forums.slimdevices.com/member.php?userid=12757
View this thread: http://forums.slimdevices.com/showthread.php?t=51840

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


Re: [SlimDevices: Plugins] AlienBBC/iPlayer parser problems?

2008-09-01 Thread bpa

What version of the Addon are you using ? v5 is the current version.


-- 
bpa

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

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


Re: [SlimDevices: Plugins] Playlist Manager Plugin version 3.0 for SC7.0

2008-09-01 Thread cjbrooker

Playlist Manager is working great again, thanks.

One suggestion I have for the plugin is to have the option to use
relative pathnames in the playlist file instead of absolute.

This way I could use the same playlist file on my MP3 player.


-- 
cjbrooker

cjbrooker's Profile: http://forums.slimdevices.com/member.php?userid=7252
View this thread: http://forums.slimdevices.com/showthread.php?t=39371

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


[SlimDevices: Plugins] AlienBBC/iPlayer parser problems?

2008-09-01 Thread curry100

Hi,

I use Squeezecenter 7.2 and AlienBBC (v2.01b1), with the iPlayer addon.
All was working fine for a good time.  However it seems I'm having a
problem now in that if I choose the BBC iPlayer Radio option, I see all
the different radio stations listed.  However if I click on any stations
to get the show listgings e.g. Radio 1, 6 Music etc. I get no listings
and just the url e.g. http://www.bbc.co.uk/iplayer/radio/bbc_radio_one

Is there another update to the iPlayer addon I have missed, or is it a
case of waiting for the updated version of AlienBBC I read is coming
shortly?

Thanks for the help,
Harry


-- 
curry100

curry100's Profile: http://forums.slimdevices.com/member.php?userid=12757
View this thread: http://forums.slimdevices.com/showthread.php?t=51840

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


Re: [SlimDevices: Plugins] powersave menu option not appearing sc7.3

2008-09-01 Thread coppo23

jth;334768 Wrote: 
> There's no controller support for PowerSave (yet), you can only change
> the settings through the player menus. Both a web interface and
> controller
> interface are planned for the future though.
> 
> You can edit the prefs manually. Find your player's MAC address in the
> web interface. Shut down squeezecenter and edit the
> prefs/plugins/powersave.prefs file (location dependent on operating
> system). Edit or
> create a section like this:
> 
> _client:00:04:20:06:5e:32:
> _ts_enabled: 1194961928
> _version: 0
> enabled: 1
> time: 1800
> 
> Substitute your mac address for 00:04:20:06:5e:32. If you see that
> there
> is a section for your client already, just edit or add the enabled: 1
> and time: 1800 lines. Hope this helps.

Thanks - will try that tonight. (It works perfectly with transporter
already - this should sort the duets and then my music system is as
green as it could be!)

Coppo


-- 
coppo23

coppo23's Profile: http://forums.slimdevices.com/member.php?userid=17339
View this thread: http://forums.slimdevices.com/showthread.php?t=51797

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


Re: [SlimDevices: Plugins] song scanner and 7.2

2008-09-01 Thread Steven Moore

Thanks guys the new FW works great. It must have passed me by as I
didn't use the FW button on the old system because it was so awkward to
use.


-- 
Steven Moore

Steven Moore's Profile: http://forums.slimdevices.com/member.php?userid=104
View this thread: http://forums.slimdevices.com/showthread.php?t=51782

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


Re: [SlimDevices: Plugins] CustomBrowse and CustomScan don't work with " in tags

2008-09-01 Thread volpone

erland;335043 Wrote: 
> What does the SqueezeCenter version string in "SqueezeCenter
> Settings/Status" say ?
> 
> Look for a string that looks something like:
> "SqueezeCenter Version: 7.2 - TRUNK @ UNKNOWN - Debian - EN - utf8" 
> I've tried it in my own setup and it seems to work correctly with both
> "EN - utf8" and "EN - iso-8859-1".
> 
> 
Version du SqueezeCenter : 7.2 - 22900 @ Tue Aug 26 10:59:02 PDT 2008 -
Linux - FR - iso-8859-1

> 
> If you haven't done so already, you can try to perform a rescan and see
> if it helps.

Full rescan solved the problem, thank's Erland !

>  However, I don't think this will make any difference unless you have
> upgraded SqueezeCenter or change some settings in the operating system
> recently.

No change at the OS level, but upgrading SC from 7.1.1 to 7.2 and
CustomBrowse from 2.2 to 2.3 

> 
> I assume the standard SqueezeCenter browse menus display the
> accentuated characters correctly ?

Yes they did, only CB menus were affected (before the full rescan)

Thank you for you quick assistance. 
I'm now will go forward in my setup following your tutorial for
classical. Any update in the described procedure with CB 2.3 new
parameters ?

Your plugins are very powerfull but some complete reference on
functions and parameters are welcome. 

I obviously know this is very tedious to write and maintain
documentation but very usefull for users.

Regards

Volpone


-- 
volpone

volpone's Profile: http://forums.slimdevices.com/member.php?userid=16531
View this thread: http://forums.slimdevices.com/showthread.php?t=39788

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