Re: [SlimDevices: Plugins] Lost plugins

2008-02-07 Thread danco

bephillips;266472 Wrote: 
 In Library (the users or system, depending on installation), you will
 find Library/PreferencePanes/Squeezecenter Preference Pane.
 
 ctrl-click on this, select show package contents, then in the window
 that comes up find the server folder and in there will be the plugins
 folder. Put the plugins there. I mean, that's obvious isn't it?
 
 Why is the plugins folder so well hidden in the Mac installation? Still
 a problem in SC7. There are other folders labeled plugins in more
 obvious places, but the plugins don't seem to work if you put them
 there.

I can't speak for SqueezeCenter or Leopard, but on SlimServer 6.5.4
(and earlier) and Tiger, plugins work fine in the Plugins folder of the
SlimDevices folder of the Library.

The folder you suggest might be currently necessary, I don't know, but
it isn't intended as the place to put your own plugins. Apart from
anything else, you would lose the plugins on upgrading
SlimServer/SqueezeCenter.


-- 
danco

danco's Profile: http://forums.slimdevices.com/member.php?userid=210
View this thread: http://forums.slimdevices.com/showthread.php?t=43153

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


Re: [SlimDevices: Plugins] AlienBBC R2 Replay mono?

2008-02-07 Thread whitman

bpa;266458 Wrote: 
 I've taken a 30 secs sample of the Mr. Kite from the broadcast.  It can
 be found here 
 
 http://homepage.eircom.net/~altondsl/slim/kitesample.ra
 
 After downloading, test that you can play it with RealPlayer and you
 hear John Lennon.

Yes, downloaded and Johnny clear as a bell.

bpa;266458 Wrote: 
 The following commands will play just the left or right channel of the
 file out of both channels.
 Try both commands and see do you hear the two different tracks. 
 
 mplayer  -v  -af channels=2:2:0:0:0:1 kitesample.ra
 
 mplayer  -v  -af channels=2:2:1:1:1:0 kitesample.ra  
 
 John Lennon will only be heard on the second command.
 
 Does the standard mplayer command (below) sound exactly like either of
 the above
 or something else again.
 mplayer  -v  kitesample.ra

I'm not getting very far with this in Terminal. Sorry. Where do I need
to be to make your command? I assumed that as my newly installed
MPlayer OSX is now clearly in my Applications folder, I would do 'cd
/Applications/MPlayer \OSX' but that delivers 'no such file or
directory'.


-- 
whitman

whitman's Profile: http://forums.slimdevices.com/member.php?userid=9053
View this thread: http://forums.slimdevices.com/showthread.php?t=43016

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


Re: [SlimDevices: Plugins] Lost plugins

2008-02-07 Thread bephillips

danco;266516 Wrote: 
 I can't speak for SqueezeCenter or Leopard, but on SlimServer 6.5.4 (and
 earlier) and Tiger, plugins work fine in the Plugins folder of the
 SlimDevices folder of the Library.
 
 The folder you suggest might be currently necessary, I don't know, but
 it isn't intended as the place to put your own plugins. Apart from
 anything else, you would lose the plugins on upgrading
 SlimServer/SqueezeCenter.

Yes, I see that that's a problem. Has anybody had any success with
placing plugins in SC7 in either 
Library/Application Support/SqueezeCenter/Plugins
or
Library/Slimdevices/Plugins
because they didn't work the last time I tried, but the folder inside
the preference pane did work. I recall having to do this in earlier
versions too, but I'm not sure about 6.5.4.


-- 
bephillips

More than 38,243 songs on 3028 albums by 2130 artists. 

Mostly flac, some mp3 and aac.

SqueezeCenter Version: 7.0 - 15288 - 
Mac OS X 10.4.11 (8S165) - EN - utf8
Perl Version: 5.8.6 darwin-thread-multi-2level
MySQL Version: 5.0.22-standard
On a 1.2GHz G4 Mac iBook with 768MB RAM

http://db.etree.org/bephillips

bephillips's Profile: http://forums.slimdevices.com/member.php?userid=2588
View this thread: http://forums.slimdevices.com/showthread.php?t=43153

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


Re: [SlimDevices: Plugins] Extended Alarm Plugin

2008-02-07 Thread kdf

On 6-Feb-08, at 11:20 PM, eviljav wrote:


 Hi, does this support old versions of slimserver?  I have 6.5.1, and
 can't seem to get it to work.  I noticed in the .xml file there's some
 strings saying it requires version 7?   Or did I just mess up when I
 installed it?

it's for Squeezecenter 7 or higher.
you can try the old AlarmPlugin versions, still kept online at 
http://code.google.com/p/kdfplugins/source/browse

There are 4 posted to googlecode for support of 4 alarms.

-kdf

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


Re: [SlimDevices: Plugins] AlienBBC R2 Replay mono?

2008-02-07 Thread bpa

You now have the standard mplayer installation so directories are
different.

Try the following and you should have cd to the directory with
kitesample.ra.

Code:


  /Applications/MPlayer -v -af channels=2:2:0:0:0:1 kitesample.ra
  



If that doesn't work try 

Code:


  /Applications/MPlayer 
OSX.app/Contents/Resources/External_Binaries/mplayer_intel.app/Contents/MacOS/mplayer
 -v -af channels=2:2:0:0:0:1 kitesample.ra
  



-- 
bpa

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

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


Re: [SlimDevices: Plugins] AlienBBC R2 Replay mono?

2008-02-07 Thread whitman

Sorry bpa, this is all new to me. I'm still getting 'no such file or
directory' with those commands.


-- 
whitman

whitman's Profile: http://forums.slimdevices.com/member.php?userid=9053
View this thread: http://forums.slimdevices.com/showthread.php?t=43016

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


Re: [SlimDevices: Plugins] AlienBBC R2 Replay mono?

2008-02-07 Thread bpa

It's what I feared - I am not sure where the standard mplayer is stored.
Try the second command but because there is a space in the name it
needs to be escaped with a preceding \


Code:


  /Applications/MPlayer\ 
OSX.app/Contents/Resources/External_Binaries/mplayer_intel.app/Contents/MacOS/mplayer
 -v -af channels=2:2:0:0:0:1 kitesample.ra
  



-- 
bpa

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

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


Re: [SlimDevices: Plugins] AlienBBC R2 Replay mono?

2008-02-07 Thread bpa

Another way would be to use SteveEast's suggestion modified.

Code:


  find /Applications -name mplayer -type f -exec {}  -v -af 
channels=2:2:0:0:0:1 kitesample.ra\;
  



-- 
bpa

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

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


Re: [SlimDevices: Plugins] AlienBBC R2 Replay mono?

2008-02-07 Thread bpa

Good and Bad

GOOD NEWS.
You've foiundthe mplayer installation - that's good.
The problem is mplayer cannot find the kitesample.ra file you
downloaded.

So either cd to the directory contain this file or give the full path
name (e.g. /Users/Tony/kitesample.ra) .

BAD NEWS
It looks the mplayer version hasn't changed but we should keep going to
see if the mplayer can be forced to play the channel with John Lennon
vocals.


-- 
bpa

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

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


Re: [SlimDevices: Plugins] AlienBBC R2 Replay mono?

2008-02-07 Thread whitman

Your first bit of code, in 'what I feared', returned this...

Last login: Thu Feb  7 08:41:57 on ttyp1
Welcome to Darwin!
[computer name was here]:~ Tony$ /Applications/MPlayer\
OSX.app/Contents/Resources/External_Binaries/mplayer_intel.app/Contents/MacOS/mplayer
-v -af channels=2:2:0:0:0:1 kitesample.ra
MPlayer dev-SVN-r21482-4.0.1 (C) 2000-2006 MPlayer Team
CPU: Intel(R) Core(TM)2 CPU T7400  @ 2.16GHz (Family: 6, Model:
15, Stepping: 6)
CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2
get_path('codecs.conf') - '/Users/Tony/.mplayer/codecs.conf'
Reading /Users/Tony/.mplayer/codecs.conf: Can't open
'/Users/Tony/.mplayer/codecs.conf': No such file or directory
Reading /usr/local/etc/mplayer/codecs.conf: Can't open
'/usr/local/etc/mplayer/codecs.conf': No such file or directory
Using built-in default codecs.conf.
Configuration: --disable-x11
CommandLine: '-v' '-af' 'channels=2:2:0:0:0:1' 'kitesample.ra'
init_freetype
get_path('font/font.desc') - '/Users/Tony/.mplayer/font/font.desc'
font: can't open file: /Users/Tony/.mplayer/font/font.desc
font: can't open file: /usr/local/share/mplayer/font/font.desc
Using MMX (with tiny bit MMX2) Optimized OnScreenDisplay
get_path('fonts') - '/Users/Tony/.mplayer/fonts'
Using Darwin accurate timing
get_path('input.conf') - '/Users/Tony/.mplayer/input.conf'
Can't open input config file /Users/Tony/.mplayer/input.conf: No such
file or directory
Can't open input config file /usr/local/etc/mplayer/input.conf: No such
file or directory
Falling back on default (hardcoded) input config
get_path('kitesample.ra.conf') -
'/Users/Tony/.mplayer/kitesample.ra.conf'

Playing kitesample.ra.
get_path('sub/') - '/Users/Tony/.mplayer/sub/'
File not found: 'kitesample.ra'
Failed to open kitesample.ra.


Exiting... (End of file)


Any use?


-- 
whitman

whitman's Profile: http://forums.slimdevices.com/member.php?userid=9053
View this thread: http://forums.slimdevices.com/showthread.php?t=43016

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


Re: [SlimDevices: Plugins] Missing thumbnails in Moose

2008-02-07 Thread Dr Lovegrove
On 06/02/2008, SuffolkPunch
[EMAIL PROTECTED] wrote:

 Hi!

 In the library view, Moose 0.64d seems not to display thumbnails for
 some (but not all) of my albums even though it displays their cover
 art!  (I put a cover.jpg in each album's folder.)

 The Moose thumbnail cache is held (I think) in the folder
 C:\Program Files\SqueezeCenter\server\Plugins\Moose064d\thumbs
 And I have done an update all thumbnails in cache.

 What gives?

Best thing to do with cover issues is a total wipe/rescan of slimserver.
Album coverart ids are only assigned on total scans, so if you add new
albums, the covers will only show up in the library after a complete scan..
The library window needs coverart ids to display artwork, whereas the
now playing image is passed via http, or looked up on amazon..

Interestingly this is the 3rd report of coverart problems today.. Which
server build are you on ? Is it a recent nightly ?

-- 
- 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: Plugins for rating and smart playlists using SQL

2008-02-07 Thread c0utta

Hi there,

I am using an SB3 on SS 6.5.4 on SlimNAS.  I am using both the
SQLPlaylist and Dynamic Playlists plugins exclusively to play
randomised tracks.

My SQLPlaylist queries are of the form:

Code:

select  ts.url
  fromtrack_statistics ts
  where ts.rating  4
  order
  byrand()
  limit 10



In Dynamic Playlist I have Add new items when old ones finish turned
on and Now Playing will show 10 upcoming songs and 0 recently played
songs..

To explain the worst case scenario, I select the playlist to run and 10
tracks are added to the playlist and track 1 of 10 starts playing. 
Then, at a later stage tracks will stop being added dynamically and the
playlist then remains the same.  On other occasions the tracks will be
added continuously as I would expect, and I have had up to 300 tracks
on the playlist so I know it does work well.

I have noticed the following entry in the log near the time when tracks
stop being added.


Code:

2008-02-07 08:31:08.2134 Database error: 
  Can't call method url on an undefined value at 
/mnt/share/slimnas/slimserver/Plugins/SQLPlayList/Plugin.pm line 913.



Note that this does occur after a full rescan of my library.  I have
now turned debugging on in SQLPlaylist to see if I can gather any more
relevant information.

Erland, do you have any ideas as to what this could be?

Cheers,

c0utta


-- 
c0utta

c0utta's Profile: http://forums.slimdevices.com/member.php?userid=14341
View this thread: http://forums.slimdevices.com/showthread.php?t=20533

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


Re: [SlimDevices: Plugins] Missing thumbnails in Moose

2008-02-07 Thread SuffolkPunch

Ah-ha! Clear library and rescan everything sorts this one. But why
doesn't (or can't) a rescan only for new stuff also create thumbnails?

My SC version info:
SqueezeCenter Version: 7.0 - 17150 - Windows XP - EN - cp1252
Server IP address: 192.168.1.4
Perl Version: 5.8.8 MSWin32-x86-multi-thread
MySQL Version: 5.0.22-community-nt

Thx!


-- 
SuffolkPunch

SuffolkPunch's Profile: http://forums.slimdevices.com/member.php?userid=15289
View this thread: http://forums.slimdevices.com/showthread.php?t=43165

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


Re: [SlimDevices: Plugins] Lost plugins

2008-02-07 Thread thesil

Thanks, guys, I'll give it a try. Yeah MAC runs better, but you are
right, you have to search for things that were more obvious on PC


-- 
thesil

Gerry.

When you ain't got nuthin', you've got nuthin' to lose

thesil's Profile: http://forums.slimdevices.com/member.php?userid=9197
View this thread: http://forums.slimdevices.com/showthread.php?t=43153

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


Re: [SlimDevices: Plugins] Always on clock screensaver?

2008-02-07 Thread mflint

Someone - might have been Michael Herger - did write a 'ServerSwitcher'
plugin, so it is possible to programatically switch a client from one
server to another.

The trick is in doing it at the right time, just before the server goes
to sleep. Once it's asleep, you're stuck.

Matthew


-- 
mflint

mflint's Profile: http://forums.slimdevices.com/member.php?userid=2102
View this thread: http://forums.slimdevices.com/showthread.php?t=43137

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


Re: [SlimDevices: Plugins] AlienBBC R2 Replay mono?

2008-02-07 Thread bpa

There are two commands.  One will play the left channel and the second
will play the right.

The command with the option below should play the channel with John
Lennon.

-af channels=2:2:1:1:1:0

Can you try this.


-- 
bpa

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

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


Re: [SlimDevices: Plugins] AlienBBC R2 Replay mono?

2008-02-07 Thread whitman

OK, yes, played. No Lennon. Here's the stuff. Any good to you?

[computer name here]:~ Tony$ /Applications/MPlayer\
OSX.app/Contents/Resources/External_Binaries/mplayer_intel.app/Contents/MacOS/mplayer
-v -af channels=2:2:0:0:0:1 /Users/Tony/Desktop/kitesample.ra 
MPlayer dev-SVN-r21482-4.0.1 (C) 2000-2006 MPlayer Team
CPU: Intel(R) Core(TM)2 CPU T7400  @ 2.16GHz (Family: 6, Model:
15, Stepping: 6)
CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2
get_path('codecs.conf') - '/Users/Tony/.mplayer/codecs.conf'
Reading /Users/Tony/.mplayer/codecs.conf: Can't open
'/Users/Tony/.mplayer/codecs.conf': No such file or directory
Reading /usr/local/etc/mplayer/codecs.conf: Can't open
'/usr/local/etc/mplayer/codecs.conf': No such file or directory
Using built-in default codecs.conf.
Configuration: --disable-x11
CommandLine: '-v' '-af' 'channels=2:2:0:0:0:1'
'/Users/Tony/Desktop/kitesample.ra'
init_freetype
get_path('font/font.desc') - '/Users/Tony/.mplayer/font/font.desc'
font: can't open file: /Users/Tony/.mplayer/font/font.desc
font: can't open file: /usr/local/share/mplayer/font/font.desc
Using MMX (with tiny bit MMX2) Optimized OnScreenDisplay
get_path('fonts') - '/Users/Tony/.mplayer/fonts'
Using Darwin accurate timing
get_path('input.conf') - '/Users/Tony/.mplayer/input.conf'
Can't open input config file /Users/Tony/.mplayer/input.conf: No such
file or directory
Can't open input config file /usr/local/etc/mplayer/input.conf: No such
file or directory
Falling back on default (hardcoded) input config
get_path('kitesample.ra.conf') -
'/Users/Tony/.mplayer/kitesample.ra.conf'

Playing /Users/Tony/Desktop/kitesample.ra.
get_path('sub/') - '/Users/Tony/.mplayer/sub/'
[file] File size is 181814 bytes
STREAM: [file] /Users/Tony/Desktop/kitesample.ra
STREAM: Description: File
STREAM: Author: Albeu
STREAM: Comment: based on the code from ??? (probably Arpi)
Checking for YUV4MPEG2
ASF_check: not ASF guid!
Checking for NuppelVideo
Checking for REAL
REAL file format detected.
real: Header size: 18
real: Header object version: 0
real: File version: 0
Chunk: PROP (504f5250) (size: 0x32, offset: 0x12)
First index chunk offset: 0x0
First data chunk offset: 0x16e
Flags (12): [perfect play (more buffers)] 
Chunk: CONT (544e4f43) (size: 0x5b, offset: 0x44)
Chunk: MDPR (5250444d) (size: 0xc5, offset: 0x9f)
Found new stream (id: 0)
Stream description: audio/x-pn-multirate-realaudio logical stream
Stream mimetype: audio/x-pn-realaudio
== Found audio stream: 0
Found audio stream!
version: 5
header size: 70
coded_frame_size: 744
sub_packet_h: 20
frame_size: 744
sub_packet_size: 186
samplerate: 44100, channels: 2
audio fourcc: cook (6b6f6f63)
=== WAVE Format ===
Format Tag: 28515 (0x6F63)
Channels: 2
Samplerate: 44100
avg byte/sec: 8010
Block align: 186
bits/sample: 16
cbSize: 8
Unknown extra header dump: [1] [0] [0] [2] [8] [0] [0] [25] 
==
### skipping 0 bytes of codec info
Chunk: DATA (41544144) (size: 0x37063b0, offset: 0x164)
Packets in file: 77550
Auto-selected RM audio ID = 0
AUDIO:  cook [6B6F6F63]
Clip info:
name: Radcliffe and Maconie
author: BBC Radio 2
copyright: (C) British Broadcasting Corporation 2008
==
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
dec_audio: Allocating 192000 + 65536 = 257536 bytes for output buffer.
FFmpeg's libavcodec audio codec
INFO: libavcodec init OK!
AUDIO: 44100 Hz, 2 ch, s16le, 64.1 kbit/4.54% (ratio: 8010-176400)
Selected audio codec: [ffcook] afm: ffmpeg (FFmpeg COOK audio decoder)
==
Building audio filter chain for 44100Hz/2ch/s16le - 0Hz/0ch/??...
[libaf] Adding filter channels 
[channels] Routing from channel 0 to channel 0
[channels] Routing from channel 0 to channel 1
AO: [macosx] source:  44100.0Hz 16bit [lpcm] int LE S packed
AO: [macosx] using44 chunks of 4096 bytes (buffer len 184320
bytes)
AO: [macosx] 44100Hz 2ch s16le (2 bytes per sample)
AO: Description: Darwin/Mac OS X native audio output
AO: Author: Timothy J. Wood  Dan Christiansen  Chris Roccati
Building audio filter chain for 44100Hz/2ch/s16le -
44100Hz/2ch/s16le...
Video: no video
Freeing 0 unused video chunks.
Starting playback...
[libaf] Reallocating memory in module channels, old len = 0, new len =
65540
ds_fill_buffer: EOF reached (stream: audio)  2% 
EOF code: 1  29.4) of 7202.0 ( 2:00:02.0)  1.2% 

Uninit audio filters...
[libaf] Removing filter channels 
Uninit audio: ffmpeg


-- 
whitman

whitman's Profile: http://forums.slimdevices.com/member.php?userid=9053
View this thread: http://forums.slimdevices.com/showthread.php?t=43016

___
plugins mailing list
plugins@lists.slimdevices.com

Re: [SlimDevices: Plugins] AlienBBC R2 Replay mono?

2008-02-07 Thread bpa

Very strange - it looks like mplayer is just picking up one channel.
When I compare channels one is bright and has John Lennon vocals and
the other channel is quite muted and absolutely no vocals.

I'll have a look around and see if I can locate another build of
mplayer for OSX.


-- 
bpa

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

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


Re: [SlimDevices: Plugins] AlienBBC R2 Replay mono?

2008-02-07 Thread whitman

I think they sound the same.


-- 
whitman

whitman's Profile: http://forums.slimdevices.com/member.php?userid=9053
View this thread: http://forums.slimdevices.com/showthread.php?t=43016

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


Re: [SlimDevices: Plugins] AlienBBC R2 Replay mono?

2008-02-07 Thread bpa

I think the version of mplayer for OSX is 1.0rc1 and you have installed
the latest from the mplayerhq site - unfortunately the OSX version has
not been kept up to date compared to the other binaries. 

This site builds new versions but I have no idea what build options
have been used and so if you install an mplayer, it is not clear
whether it might work.

http://www.haque.net/software/mplayer/mplayerosx/builds/

If you want, install one of them but I am not sure how easy it would be
to go back if it doesn't work.

I was thinking of starting another thread asking other OSX / AlienBBc
users to play the test Kite file and see do they hear the same problem.
What is unusual is that Braidy has the same problem but on a PPC system
which means it looks like an OSX compile option problem - if that is the
case then all OSX /AlienBBC users should be affected.


-- 
bpa

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

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


Re: [SlimDevices: Plugins] AlienBBC R2 Replay mono?

2008-02-07 Thread whitman

Thanks bpa. I really do appreciate all your efforts on this.

I wonder about what you said a few posts ago about it not being the new
version of mplayer. As I said, I know the new installation is definitely
there, because I can see it in my Applications folder, whereas before I
never could find where it (the old one) lived. Could it still be
'seeing' the old one?


-- 
whitman

whitman's Profile: http://forums.slimdevices.com/member.php?userid=9053
View this thread: http://forums.slimdevices.com/showthread.php?t=43016

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


Re: [SlimDevices: Plugins] AlienBBC R2 Replay mono?

2008-02-07 Thread bpa

Do the two command seem to play the same output or do they sound
different ?


-- 
bpa

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

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


Re: [SlimDevices: Plugins] AlienBBC R2 Replay mono?

2008-02-07 Thread bpa

I don't have a Mac but try the following.

1. Open A terminal window.
2. At the prompt type in 

Code:


  Applications/MPlayer\ 
OSX.app/Contents/Resources/External_Binaries/mplayer_intel.app/Contents/MacOS/mplayer
 -v -af channels=2:2:0:0:0:1 
  


There is no file name but a space at the end.
3. Drag the kitsample.ra icon from your desktop to the Terminal window
and the release mouse button.  I hope Mac will fill in the file name.
4. If there is a file name,  press return.


-- 
bpa

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

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


Re: [SlimDevices: Plugins] AlienBBC R2 Replay mono?

2008-02-07 Thread whitman

Sorry bpa, my Terminal knowledge is nowhere near good enough to know how
to get your bit of code to run the kitesample from the right place.
Currently kitesample is on the desktop, so how do I get one bit to tell
the other, as it were?

On the bad news, is it possible the old mplayer is still there and your
code is seeing that, and that the new installation is there but not
being seen? The new installation is definitely there, now in my
Applications folder. I never could find where the old one lived.


-- 
whitman

whitman's Profile: http://forums.slimdevices.com/member.php?userid=9053
View this thread: http://forums.slimdevices.com/showthread.php?t=43016

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


Re: [SlimDevices: Plugins] Always on clock screensaver?

2008-02-07 Thread NigelC

I'm interested in this too. I spent a bit of time sorting out Wake On
Lan, so my PC now goes to sleep to save energy (and a bit of noise).
Trouble is I lose my alarm clock since the SBs have nothing to connect
to.

http://bugs.slimdevices.com/show_bug.cgi?id=3936

is the bug/enhancement to vote for

Nigel


-- 
NigelC

NigelC's Profile: http://forums.slimdevices.com/member.php?userid=2101
View this thread: http://forums.slimdevices.com/showthread.php?t=43137

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


Re: [SlimDevices: Plugins] Always on clock screensaver?

2008-02-07 Thread radish

You could theoretically put something in the server which detected an
imminent power state change (I believe ACPI changes are typically
signalled in the OS) and sent a message to switch to SN. However,
there's no way a plugin could cause it to switch back to SC when the
server comes back up - that would have to be in the firmware. 

A few people have mentioned this before, there's probably an
enhancement req you could vote for.


-- 
radish

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

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


Re: [SlimDevices: Plugins] Always on clock screensaver?

2008-02-07 Thread gorman

Re-reading what I just wrote I am afraid this could be impossible
without some re-writing of the firmware.

By definition the plugins run on the server, what I am asking would
imply some degree of intelligence on the SqueezeBox to automatically
connect to SqueezeNetwork once the SqueezeCenter goes to sleep.

Am I correct in this analysis?


-- 
gorman

gorman's Profile: http://forums.slimdevices.com/member.php?userid=56
View this thread: http://forums.slimdevices.com/showthread.php?t=43137

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


Re: [SlimDevices: Plugins] AlienBBC on OSX users - need help to prove/disprove problem

2008-02-07 Thread netim3

No singing here.

Mplayer Dev-SVN-r21482-4.0.1
Mac OSX 10.4.11
1.66GHz Intel Core Duo


-- 
netim3

netim3's Profile: http://forums.slimdevices.com/member.php?userid=219
View this thread: http://forums.slimdevices.com/showthread.php?t=43214

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


Re: [SlimDevices: Plugins] Always on clock screensaver?

2008-02-07 Thread gorman

I already voted for that enhancement. I'm just curious about it being
possible or not.

Some of the answers are good in better understanding the hurdles that
one should overcome to add this functionality.


-- 
gorman

gorman's Profile: http://forums.slimdevices.com/member.php?userid=56
View this thread: http://forums.slimdevices.com/showthread.php?t=43137

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


Re: [SlimDevices: Plugins] Announce: Plugins for rating and smart playlists using SQL

2008-02-07 Thread erland

c0utta;266577 Wrote: 
 Erland, do you have any ideas as to what this could be?
 
It could be that there are extra entries in the track_statistics table
that doesn't exist in the SlimServer database. This will happen if you
have renamed or moved any music file.

If this is the cause, the solution is to change the SQL to something
like:

Code:


  select  ts.url
  fromtrack_statistics ts,tracks
  where ts.rating  4 and ts.url=tracks.url and tracks.audio=1
  order
  byrand()
  limit 10
  



-- 
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=20533

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


Re: [SlimDevices: Plugins] AlienBBC R2 Replay mono?

2008-02-07 Thread whitman

bpa;266735 Wrote: 
 I think the version of mplayer for OSX is 1.0rc1 and you have installed
 the latest from the mplayerhq site - unfortunately the OSX version has
 not been kept up to date compared to the other binaries. 
 This site builds new versions but I have no idea what build options
 have been used and so if you install an mplayer, it is not clear
 whether it might work.
 
 http://www.haque.net/software/mplayer/mplayerosx/builds/
 
 If you want, install one of them but I am not sure how easy it would be
 to go back if it doesn't work.

Perhaps I'll hold fire on that, given your reticence.

bpa;266735 Wrote: 
 I was thinking of starting another thread asking other OSX / AlienBBc
 users to play the test Kite file and see do they hear the same problem.
 What is unusual is that Braidy has the same problem but on a PPC system
 which means it looks like an OSX compile option problem - if that is the
 case then all OSX /AlienBBC users should be affected.

I think the idea of starting another thread and seeing what others hear
is a good idea. It would be interesting to see/hear just how widespread
it is. As I said earlier, I think on broadcasts of most stereo records
the 'fault' would be subtle at best and lost on many listeners, whereas
this Mr. Kite example is a really obvious test that even the most
cloth-eared should be able to hear. Do you want to start the thread?


-- 
whitman

whitman's Profile: http://forums.slimdevices.com/member.php?userid=9053
View this thread: http://forums.slimdevices.com/showthread.php?t=43016

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


[SlimDevices: Plugins] Trackstat Question

2008-02-07 Thread exile

this has been bugging me for awhile. When i use the remote to dial in an
artist, I can hold down the play button and i then have the option of
going into custom browse or trackstat. If i go into trackstat I have
all of the trackstat options but these options aren't connected back to
the artist that I originally selected.

The question then is: how do I select an artist on my remote and then
select a trackstat playback option for just that artist (or genre,
etc., etc.)? For example, I search out wilco in my library and then I'd
like trackstat to make a playlist that only plays top rated wilco songs.
I know I could create a dynamic playlist to accomplish this task but
often times i like to pick an artist on the remote at random and then
want to hear that artists' best songs.

thanks for any and all help!


-- 
exile

exile's Profile: http://forums.slimdevices.com/member.php?userid=4579
View this thread: http://forums.slimdevices.com/showthread.php?t=43196

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


[SlimDevices: Plugins] AlienBBC on OSX users - need help to prove/disprove problem

2008-02-07 Thread bpa

Need help from OSX/AlienBBC users to test if mplayer for OSX has a bug
where it only plays one stereo channel out of both channels. 
The test involves running a test file (30sec clip of Beatles Benefit
of Mr. Kite) with mplayer in a Terminal window.  The vocals in this
clip are only on channel.

THE TEST.
1. Download and save in a known directory the file kitesample.ra from
here: http://homepage.eircom.net/~altondsl/slim/kitesample.ra  
If you have Realplayer installed - test that you can play the file OK.
2. Open Terminal window and run mplayer as follows. This command assume
kitesample.ra is in the current directory.
MPLAYER KITESAMPLE.RA
3. If you do not hear John Lennon singing - report failure with
processor type, OSX version and mplayer version.
4. If you hear John Lennon singing try the following commands

MPLAYER  -AF CHANNELS=2:2:0:0:0:1 KITESAMPLE.RA
MPLAYER  -AF CHANNELS=2:2:1:1:1:0 KITESAMPLE.RA 

Report with which command did you hear the John Lennon vocal as well as
processor OSX version and mplayer version

Thanks.

BACKGROUND
In this thread http://forums.slimdevices.com/showthread.php?t=43016 -
Whitman noticed the problem and after running through the
possibilities, mplayer on his system only plays one channel.  Mplayer
is standard build from mplayerhq. Whitman's system is an Intel OSX
10.4.11, user Braidy added that he has the same problem on a PPC OSX
10.4.11 system.


-- 
bpa

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

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


Re: [SlimDevices: Plugins] Always on clock screensaver?

2008-02-07 Thread moley6knipe

Sir! Sir!  Me too; my PC hibernates after an hour, and then my little
clock goes to bed for the night!


-- 
moley6knipe

2 x SqueezeBox 3 | 1 x SqueezeCenter 7 | 1 x Win XP Pro SP2 | 1 x Happy
listener :-)

moley6knipe's Profile: http://forums.slimdevices.com/member.php?userid=10014
View this thread: http://forums.slimdevices.com/showthread.php?t=43137

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


Re: [SlimDevices: Plugins] AlienBBC R2 Replay mono?

2008-02-07 Thread whitman

Played; still no Lennon. Returned this...

[computer name here]:~ Tony$ /Applications/MPlayer\
OSX.app/Contents/Resources/External_Binaries/mplayer_intel.app/Contents/MacOS/mplayer
-v -af channels=2:2:1:1:1:0 /Users/Tony/Desktop/kitesample.ra 
MPlayer dev-SVN-r21482-4.0.1 (C) 2000-2006 MPlayer Team
CPU: Intel(R) Core(TM)2 CPU T7400  @ 2.16GHz (Family: 6, Model:
15, Stepping: 6)
CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2
get_path('codecs.conf') - '/Users/Tony/.mplayer/codecs.conf'
Reading /Users/Tony/.mplayer/codecs.conf: Can't open
'/Users/Tony/.mplayer/codecs.conf': No such file or directory
Reading /usr/local/etc/mplayer/codecs.conf: Can't open
'/usr/local/etc/mplayer/codecs.conf': No such file or directory
Using built-in default codecs.conf.
Configuration: --disable-x11
CommandLine: '-v' '-af' 'channels=2:2:1:1:1:0'
'/Users/Tony/Desktop/kitesample.ra'
init_freetype
get_path('font/font.desc') - '/Users/Tony/.mplayer/font/font.desc'
font: can't open file: /Users/Tony/.mplayer/font/font.desc
font: can't open file: /usr/local/share/mplayer/font/font.desc
Using MMX (with tiny bit MMX2) Optimized OnScreenDisplay
get_path('fonts') - '/Users/Tony/.mplayer/fonts'
Using Darwin accurate timing
get_path('input.conf') - '/Users/Tony/.mplayer/input.conf'
Can't open input config file /Users/Tony/.mplayer/input.conf: No such
file or directory
Can't open input config file /usr/local/etc/mplayer/input.conf: No such
file or directory
Falling back on default (hardcoded) input config
get_path('kitesample.ra.conf') -
'/Users/Tony/.mplayer/kitesample.ra.conf'

Playing /Users/Tony/Desktop/kitesample.ra.
get_path('sub/') - '/Users/Tony/.mplayer/sub/'
[file] File size is 181814 bytes
STREAM: [file] /Users/Tony/Desktop/kitesample.ra
STREAM: Description: File
STREAM: Author: Albeu
STREAM: Comment: based on the code from ??? (probably Arpi)
Checking for YUV4MPEG2
ASF_check: not ASF guid!
Checking for NuppelVideo
Checking for REAL
REAL file format detected.
real: Header size: 18
real: Header object version: 0
real: File version: 0
Chunk: PROP (504f5250) (size: 0x32, offset: 0x12)
First index chunk offset: 0x0
First data chunk offset: 0x16e
Flags (12): [perfect play (more buffers)] 
Chunk: CONT (544e4f43) (size: 0x5b, offset: 0x44)
Chunk: MDPR (5250444d) (size: 0xc5, offset: 0x9f)
Found new stream (id: 0)
Stream description: audio/x-pn-multirate-realaudio logical stream
Stream mimetype: audio/x-pn-realaudio
== Found audio stream: 0
Found audio stream!
version: 5
header size: 70
coded_frame_size: 744
sub_packet_h: 20
frame_size: 744
sub_packet_size: 186
samplerate: 44100, channels: 2
audio fourcc: cook (6b6f6f63)
=== WAVE Format ===
Format Tag: 28515 (0x6F63)
Channels: 2
Samplerate: 44100
avg byte/sec: 8010
Block align: 186
bits/sample: 16
cbSize: 8
Unknown extra header dump: [1] [0] [0] [2] [8] [0] [0] [25] 
==
### skipping 0 bytes of codec info
Chunk: DATA (41544144) (size: 0x37063b0, offset: 0x164)
Packets in file: 77550
Auto-selected RM audio ID = 0
AUDIO:  cook [6B6F6F63]
Clip info:
name: Radcliffe and Maconie
author: BBC Radio 2
copyright: (C) British Broadcasting Corporation 2008
==
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
dec_audio: Allocating 192000 + 65536 = 257536 bytes for output buffer.
FFmpeg's libavcodec audio codec
INFO: libavcodec init OK!
AUDIO: 44100 Hz, 2 ch, s16le, 64.1 kbit/4.54% (ratio: 8010-176400)
Selected audio codec: [ffcook] afm: ffmpeg (FFmpeg COOK audio decoder)
==
Building audio filter chain for 44100Hz/2ch/s16le - 0Hz/0ch/??...
[libaf] Adding filter channels 
[channels] Routing from channel 1 to channel 1
[channels] Routing from channel 1 to channel 0
AO: [macosx] source:  44100.0Hz 16bit [lpcm] int LE S packed
AO: [macosx] using44 chunks of 4096 bytes (buffer len 184320
bytes)
AO: [macosx] 44100Hz 2ch s16le (2 bytes per sample)
AO: Description: Darwin/Mac OS X native audio output
AO: Author: Timothy J. Wood  Dan Christiansen  Chris Roccati
Building audio filter chain for 44100Hz/2ch/s16le -
44100Hz/2ch/s16le...
Video: no video
Freeing 0 unused video chunks.
Starting playback...
[libaf] Reallocating memory in module channels, old len = 0, new len =
65540
ds_fill_buffer: EOF reached (stream: audio)  1% 
EOF code: 1  29.4) of 7202.0 ( 2:00:02.0)  1.1% 

Uninit audio filters...
[libaf] Removing filter channels 
Uninit audio: ffmpeg

Exiting... (End of file)


-- 
whitman

whitman's Profile: http://forums.slimdevices.com/member.php?userid=9053
View this thread: http://forums.slimdevices.com/showthread.php?t=43016

___
plugins mailing list

Re: [SlimDevices: Plugins] AlienBBC R2 Replay mono?

2008-02-07 Thread whitman

Ah, I see you've already started the thread, bpa. Good work!


-- 
whitman

whitman's Profile: http://forums.slimdevices.com/member.php?userid=9053
View this thread: http://forums.slimdevices.com/showthread.php?t=43016

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


Re: [SlimDevices: Plugins] Announce: Plugins for rating and smart playlists using SQL

2008-02-07 Thread c0utta

erland;266656 Wrote: 
 ... This will happen if you have renamed or moved any music file.



Thanks for the updated query Erland.

I do have your Custom Scan plugin set to rescan after a SS rescan, so
maybe this isn't happening and is leaving orphans in track_statistics.  I
will adjust to your recommended query and investigate the Custom Scanning
issue and report back.

Thank you so much for this plugin - the ability to create weighted
playlists based upon ratings via an SQL query has certainly improved the
music variety in our house.

Cheers,

c0utta


-- 
c0utta

c0utta's Profile: http://forums.slimdevices.com/member.php?userid=14341
View this thread: http://forums.slimdevices.com/showthread.php?t=20533

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


Re: [SlimDevices: Plugins] Transporter fonts...

2008-02-07 Thread LeifPederson

If I look in the server\graphics folder of the SqueezeServer install, I
see the following:
full.2.font.bmp
high.2.font.bmp
huge.2.font.cmp
large.2.font.bmp
light.1.font.bmp
light.2.font.bmp
logo.font.bmp
medium.1.font.bmp
medium.2.font.bmp
small.1.font.bmp
small.2.font.bmp
standard.1.font.bmp
standard.2.font.bmp
threeline.1.font.bmp
threeline.2.font.bmp
threeline.3.font.bmp

In addition to code200.ttf and FreeSans.ttf (what are these used
for?).

I used the TtfToSbg tool to create a bmp file corresponding to my 16
point Garamond Pro file.  I copied that file over the top of
light.1.font.bmp and light.2.font.bmp.  Then I stopped and started
SqueezeCenter hoping that these would be the fonts on the Transporter. 
But it looks like those fonts either don't get seen by SqueezeCenter or
they show up as blank.

Is this supposed to work?  Am I doing something wrong?

Leif


-- 
LeifPederson

LeifPederson's Profile: http://forums.slimdevices.com/member.php?userid=14930
View this thread: http://forums.slimdevices.com/showthread.php?t=43074

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


Re: [SlimDevices: Plugins] AlienBBC on OSX users - need help to prove/disprove problem

2008-02-07 Thread smagnuson

mplayer kitesample.ra.ram   I hear John
mplayer -af channels=2:2:0:0:0:1 kitesample.ra.ram   I DO NOT hear
John
mplayer -af channels=2:2:1:1:1:0 kitesample.ra.ram  I hear John

MPlayer 1.0rc2-4.0.1
OS X 10.5.1
MacBook Pro 2.33 GHz Core 2 Duo

I'm using mplayer from macports.org.


-- 
smagnuson

smagnuson's Profile: http://forums.slimdevices.com/member.php?userid=9124
View this thread: http://forums.slimdevices.com/showthread.php?t=43214

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


Re: [SlimDevices: Plugins] Always on clock screensaver?

2008-02-07 Thread peterw

radish;266629 Wrote: 
 You could theoretically put something in the server which detected an
 imminent power state change (I believe ACPI changes are typically
 signalled in the OS) and sent a message to switch to SN. However,
 there's no way a plugin could cause it to switch back to SC when the
 server comes back up - that would have to be in the firmware. 
 
 A few people have mentioned this before, there's probably an
 enhancement req you could vote for.

I don't think you'd need ACPI -- a plugin's shutdownPlugin() method is
called when SC7 is shutting down, so you could probably force each
player to SN there.

Andy G has previously written about a CLI for SqueezeNetwork. It may
well be possible for a SC7 plugin to use the SN CLI to reclaim a
player once SC7 starts up. The main question should be be whether the
SN CLI includes a suitable command.

-Peter


-- 
peterw

http://www.tux.org/~peterw/
free plugins: http://www.tux.org/~peterw/#slim
AllQuiet BlankSaver BottleRocket FuzzyTime SaverSwitcher SleepFade
StatusFirst SyncOptions VolumeLock

peterw's Profile: http://forums.slimdevices.com/member.php?userid=2107
View this thread: http://forums.slimdevices.com/showthread.php?t=43137

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


Re: [SlimDevices: Plugins] Always on clock screensaver?

2008-02-07 Thread radish

peterw;266882 Wrote: 
 I don't think you'd need ACPI -- a plugin's shutdownPlugin() method is
 called when SC7 is shutting down, so you could probably force each
 player to SN there.

But what if it's not shutting down, what if it's just going to sleep?
The app isn't unloaded so shutdownPlugin() won't happen. What you need
is a sleepPlugin() but you need to figure out a way of detecting that
event so you can trigger the callback. There may well be a better way
than ACPI, but you get the idea :)


-- 
radish

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

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


Re: [SlimDevices: Plugins] Always on clock screensaver?

2008-02-07 Thread peterw

radish;266884 Wrote: 
 But what if it's not shutting down, what if it's just going to sleep?
 The app isn't unloaded so shutdownPlugin() won't happen. What you need
 is a sleepPlugin() but you need to figure out a way of detecting that
 event so you can trigger the callback. There may well be a better way
 than ACPI, but you get the idea :)

Doh. Yes, of course you're right. In Linux you could easily configure
the OS to shutdown SC7 when suspending or hibernating; I'm not so sure
about Windows or MacOS or others. It'd be better for the plugin to
implement a CLI command that could be called by something watching for
ACPI events, so the OS wouldn't have to unload all the Perl/MySQL
processes.


-- 
peterw

http://www.tux.org/~peterw/
free plugins: http://www.tux.org/~peterw/#slim
AllQuiet BlankSaver BottleRocket FuzzyTime SaverSwitcher SleepFade
StatusFirst SyncOptions VolumeLock

peterw's Profile: http://forums.slimdevices.com/member.php?userid=2107
View this thread: http://forums.slimdevices.com/showthread.php?t=43137

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


Re: [SlimDevices: Plugins] IR Blaster (Repeater) Locks Up

2008-02-07 Thread Rantech

Well, the IR Blaster functions locked up again but this time I was able
to check the log and there is nothing unusual recorded.  

One question ...

I'm using a flasher cable that has three heads in order to blast
signals to an Int. Amp, a DVD Player and a Satellite TV Box.  Is it
possible that all this is too much load for the Squeezebox and it is
crashing out (a hardware problem as opposed to a software problem) ?


-- 
Rantech

Rantech's Profile: http://forums.slimdevices.com/member.php?userid=11406
View this thread: http://forums.slimdevices.com/showthread.php?t=41576

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


Re: [SlimDevices: Plugins] [Announce] SlimNAS 0.9 Beta forSqueezeCenter 7.0

2008-02-07 Thread TechHome

I've got FreeNAS up on an Asus C3 Terminator.  I want to install  run
Squeezecenter but am stuck; here's what I did:

1. downloaded from Michael's homepage: slimnas-0.92.tgz 
slimnas-install.sh
2. downloaded the latest 7.0 Beta  squeezecenter-7.0-17314-noCPAN.tgz
3. created a share named SlimNAS and created a slimserver subfolder
to which I copied the above (3) files
4. from the freenas browser interface I executed 
/bin/sh /mnt/FreeNAS/slimnas/slimnas-install.sh
5. Nothing happens?

Do I need to edit the slimnas-install.sh file?

Please Help!

Doug


-- 
TechHome

TechHome's Profile: http://forums.slimdevices.com/member.php?userid=2340
View this thread: http://forums.slimdevices.com/showthread.php?t=40159

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


Re: [SlimDevices: Plugins] Announce: Plugins for rating and smart playlists using SQL

2008-02-07 Thread erland

c0utta;266869 Wrote: 
 
 I do have your Custom Scan plugin set to rescan after a SS rescan, so
 maybe this isn't happening and is leaving orphans in track_statistics. 
 I will adjust to your recommended query and investigate the Custom
 Scanning issue and report back.
 
I don't think Custom Scan is the cause for this, it is totally separate
and don't affect the track_statistics table.

However, if you have renamed, moved or deleted a file in your music
library, a SlimServer standard full rescan will cause orphans in the
track_statistics table unless you have tagged your music with
musicbrainz tags.

The orhpans doesn't really cause any problem, you just have to remember
to always join with the tracks table as I described. The reason I leave
the orphans is that I don't want to discard the statistic information
if someone move or remove a file by accident and want to restore it
later with the same name.


-- 
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=20533

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


Re: [SlimDevices: Plugins] [Announce] SlimNAS 0.9 Beta forSqueezeCenter 7.0

2008-02-07 Thread Michael Herger
 3. created a share named SlimNAS and created a slimserver subfolder
 to which I copied the above (3) files
 4. from the freenas browser interface I executed
 /bin/sh /mnt/FreeNAS/slimnas/slimnas-install.sh
 5. Nothing happens?

No surprise if you put everything in the slimserver folder, but try to  
run it from the slimnas folder ;-). According to your initial  
information you should run

/bin/sh /mnt/SlimNAS/slimserver/slimnas-install.sh

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


Re: [SlimDevices: Plugins] IR Blaster (Repeater) Locks Up

2008-02-07 Thread fcm4711

Hi Rantech

Ok, so I take it you are now using SC7.0 and IR Blaster 5.2?

You said, there was nothing obvious in the logging. Did you turn on
logging for IR Blaster? It's in SC - settings - advanced - logging -
plugin.irblaster. This setting is normally set to 'off'. Change that to
'debug'.

Hmmm, good thinking, although no sure if having three heads could make
it crash. But that is something you could probably easily test. If you
remove the cable with the three heads altogether, SB would still pick
up the ir signals and repeat them. 

Cheers
Felix


-- 
fcm4711

Everyone said: This cannot be done. But one day someone came along who
didn't know about this - and did it. (Source unknown)

fcm4711's Profile: http://forums.slimdevices.com/member.php?userid=42
View this thread: http://forums.slimdevices.com/showthread.php?t=41576

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