Re: [SlimDevices: Plugins] Dynamic Menus with Custom Scan

2008-08-24 Thread erland

The easiest is to use the "Dynamic Tags" menu type. This will not give
you a static browse structure, instead you will get a menu where you
can browse these tags in any order you want. The disadvantage of this
solution is that it results in a bit deeper menu since it will have an
intermediate menu level between each tag where you select which tag to
browse next.

If you just want to try out the feeling, you can try browsing with the
built-in "Tags" menu which should be available as soon as you have
scanned once with the "Mixed Tag" scanning module in Custom Scan.

If you really want this static menu which you describe, there is no
problem to do it as long as there always is a "group of works", the
problem is when you want to remove the "group of works" level. This
will require you to customize the XML configuration yourself. If you
like to do this the "Genre/SubGenre" menu type does something similar
with genres, so it might be worth looking at. However, please note that
this can be a bit complex to accomplish, so it won't be an easy task.

I won't make any pre-defined template for this based on the static menu
configuration, but it might be possible to make the "Dynamic Tags" menu
a bit better in a future release.


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

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


Re: [SlimDevices: Plugins] Potential Solution for MusicIP/Music Folder Problem

2008-08-24 Thread erland

ericj;332064 Wrote: 
> I think the easiest solution is to get custom browse to simply give me a
> listing of my music folder.I've read the docs, but can't quite
> figure out how to configure the directly where a custom browse view
> should start.   I am hoping for a little hint.
> Thanks in advance.
Since I don't have a MusicIP configuration up and running at the
moment, I've no way to test how the database looks in a configuration
like yours.

Could you install the Database Query plugin and create a new free form
query with the following SQL statement:

Code:


  select id,url from tracks where content_type='dir'
  



Does this query return any directories when you you execute it in your
library where you don't have a music folder configured ?

If this query lists all directories in your setup, I think there might
be a solution. If it doesn't list any directories, I think you will
have a hard time getting the music folder menu to work.

The Custom Browse music folder menu is just a link to the standard
SqueezeCenter music folder menu, which requires these directory entries
in the database. Without them the Music Folder menu in SqueezeCenter
won't work. So if you don't see any directory entries with the above
query in Database Query plugin, the only way to get this to work is to
develop a third party plugin that add the necessary directory entries
to the database. This shouldn't be too hard for someone who knows perl
or is willing to learn perl, but it will require some development.


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

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


Re: [SlimDevices: Plugins] Is there a plugin to briefly display clock while playing?

2008-08-24 Thread aubuti

ModelCitizen;331190 Wrote: 
> Just out of interest, would being able to have the time included in the
> Now Playing screensaver and screen sort out your requirements?
> 
> I ask as I would like time included in the Now Playing screen saver as,
> if you are using an SB3 as an alarm clock it makes a lot of sense to be
> able to see the time even after the Now Playing screen saver has kicked
> in (and before anyone mentions it, I want the Now Playig screensaver to
> kick in as I want to see what music is playing and see the time
> too!).
Don't know if you've already considered and discarded this idea, but
the MusicInfo screensaver can be set to do this. I have one of my SBs
that I basically use as a clock radio set to show "Title - Artist" on
the top line and "Currtime" on the bottom line. Works great!


-- 
aubuti

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

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


Re: [SlimDevices: Plugins] Potential Solution for MusicIP/Music Folder Problem

2008-08-24 Thread ericj

I think the easiest solution is to get custom browse to simply give me a
listing of my music folder.I've read the docs, but can't quite
figure out how to configure the directly where a custom browse view
should start.   I am hoping for a little hint.
Thanks in advance.


-- 
ericj

ericj's Profile: http://forums.slimdevices.com/member.php?userid=3230
View this thread: http://forums.slimdevices.com/showthread.php?t=50495

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


Re: [SlimDevices: Plugins] Announce: MLB Gameday Plugin 0.0.1 -- alpha testers wanted

2008-08-24 Thread ericj

I would love to get this running, but I am having problems installing
the correct modules under Ubuntu Linux  I tries using CPAN but get
interesting errors after an attempted compile 

cc -c  -I/usr/include -I/usr/inc32 -I/usr/kerberos/include -D_REENTRANT
-D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing -pipe
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g 
-DVERSION=\"1.35\" -DXS_VERSION=\"1.35\" -fPIC
"-I/usr/lib/perl/5.8/CORE"   SSLeay.c
SSLeay.xs:92:25: error: openssl/err.h: No such file or directory
SSLeay.xs:93:27: error: openssl/lhash.h: No such file or directory
SSLeay.xs:94:26: error: openssl/rand.h: No such file or directory
SSLeay.xs:95:28: error: openssl/buffer.h: No such file or directory

It would be wonderful to get this working.

Thanks so much


-- 
ericj

ericj's Profile: http://forums.slimdevices.com/member.php?userid=3230
View this thread: http://forums.slimdevices.com/showthread.php?t=46832

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


Re: [SlimDevices: Plugins] itunes update problem

2008-08-24 Thread simong

so... I wasn't too worried about this at the time, but now am listening
more and more to Sigur Rós. As the updater doesn't update it means my
iTunes stats are not accurate so smart playlists etc etc.

Anyone have any idea how to fix it??

Thanks


-- 
simong

simong's Profile: http://forums.slimdevices.com/member.php?userid=8178
View this thread: http://forums.slimdevices.com/showthread.php?t=41725

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


Re: [SlimDevices: Plugins] Biography and Album Review not compatible with 7.1?

2008-08-24 Thread rumeo

I made changes in the old directory "slimverser" where the plugin
directory still exists. Now it works. Sorry


-- 
rumeo

rumeo's Profile: http://forums.slimdevices.com/member.php?userid=7041
View this thread: http://forums.slimdevices.com/showthread.php?t=50449

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


Re: [SlimDevices: Plugins] AlienBBC menus missing in squeezecenter

2008-08-24 Thread britindus

suggestions worked fine!

after a couple reboots today the menus suddenly appeared in SC!!!

thanks!

Now im really happy with this setup!

;-)

thanks for the patience !

Rgds

Simon


-- 
britindus

britindus's Profile: http://forums.slimdevices.com/member.php?userid=19532
View this thread: http://forums.slimdevices.com/showthread.php?t=51417

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


Re: [SlimDevices: Plugins] Biography and Album Review not compatible with 7.1?

2008-08-24 Thread Siduhe

rumeo;331941 Wrote: 
> I changed the Version Tag to 7+ and 7.1, but SC still says that it is
> incompatible. Must be someting else. Can you help Michael ?

Try changing it to *

Save and close the install.xml file - then restart SC and check
Settings/Plugins again.


-- 
Siduhe

Who am I on 'LAST.FM' (http://www.last.fm/user/siduhe)?
"-Siduhe Loved Tracks radio got the thumbs up. Feedback included: yeah,
it's good... got the odd dodgy track tho...-" (c) 'ModelCitizen'
(http://www.last.fm/user/Modelcitizen)

Siduhe's Profile: http://forums.slimdevices.com/member.php?userid=723
View this thread: http://forums.slimdevices.com/showthread.php?t=50449

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


[SlimDevices: Plugins] Dynamic Menus with Custom Scan

2008-08-24 Thread Michi20

Hi,

I have a question concerning the Custom Scan plugin. I want to explain
this with an example.

I have the following tags in my music files:

COMPOSERBeethoven
PERFORMER   Brendel
WORKPiano Sonata Nr. 1
GROUPOFWORKSPiano Sonatas

COMPOSERBeethoven
PERFORMER   Brendel
WORKPiano Sonata Nr. 2
GROUPOFWORKSPiano Sonatas

COMPOSERBeethoven
PERFORMER   Brendel 
WORKDiabelli-Variationen
GROUPOFWORKS


Now I want to browse my collection for example by first selecting the
composer, then selecting the group of works (if there is any) and then
selecting the work. If there is no group of works I would like to
select the work directly after selecting the composer.

That is, the menu structure should be as follows:

Beethoven --> Piano Sonatas --> Piano Sonata Nr. 1, Piano Sonata Nr. 2
Beethoven --> Diabelli-Variationen


Is this possible with Custom Scan?

Thank you!

Michi


-- 
Michi20

Michi20's Profile: http://forums.slimdevices.com/member.php?userid=14909
View this thread: http://forums.slimdevices.com/showthread.php?t=51439

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


Re: [SlimDevices: Plugins] Biography and Album Review not compatible with 7.1?

2008-08-24 Thread rumeo

I changed the Version Tag to 7+ and 7.1, but SC still says that it is
incompatible. Must be someting else. Can you help Michael ?


-- 
rumeo

rumeo's Profile: http://forums.slimdevices.com/member.php?userid=7041
View this thread: http://forums.slimdevices.com/showthread.php?t=50449

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


Re: [SlimDevices: Plugins] AlienBBC menus missing in squeezecenter

2008-08-24 Thread bpa

Without alienbbc.opml you have no AlienBBC menu.

There are many reasons why SC is prevented from writing the file but
they are all window administrative. Ones that caused this problem for
other users include
* Write protection either permission or access control.
* Disk quotas
* Directory name is not valid.
* playlist directory is not mounted
* security s/w

I suggest 
1. checking what user account SC actually uses when running.  
2. Create a new playlist directory using logged in with that user
account.
3. Change SC playlist directory to use the new directory.
4. Restart SC.


-- 
bpa

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

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


Re: [SlimDevices: Plugins] AlienBBC menus missing in squeezecenter

2008-08-24 Thread britindus

bpa;331934 Wrote: 
> A couple of points.
> 
> 1. You should NOT have put any files into the playlist directory.  All
> the contents of the iPlayer zip should be in the Plugins/Alien/Addons. 
> Remove any files you installed into playlist directory.
> 
> ok ill take them out!
> 
> 2. It sounds like SC cannot write into the SC playlist directory. The
> name "Administrator" in the playlist directory folder path looks like a
> directory belonging to a privileged account. What account does SC run
> under on your system ?
> 
> it should be able to its not protected .. I run everything under my
> main account which has full admin privl.
> 
> 3. Do you have an alienbbc.opml in the SC cache directory ? (see
> Settings/Status for the path to the cache directory)

ok checking in this path

C:\Documents and Settings\All Users\Application
Data\SqueezeCenter\Cache

does show me an OPML file .. prob a hidden directory ... alienbbs.opml
is here


-- 
britindus

britindus's Profile: http://forums.slimdevices.com/member.php?userid=19532
View this thread: http://forums.slimdevices.com/showthread.php?t=51417

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


Re: [SlimDevices: Plugins] AlienBBC menus missing in squeezecenter

2008-08-24 Thread britindus

doing a scan on any OPML file in my machine i dont find alienbbc.opml

I guess its missing and wasnt created


-- 
britindus

britindus's Profile: http://forums.slimdevices.com/member.php?userid=19532
View this thread: http://forums.slimdevices.com/showthread.php?t=51417

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


Re: [SlimDevices: Plugins] AlienBBC menus missing in squeezecenter

2008-08-24 Thread bpa

A couple of points.

1. You should NOT have put any files into the playlist directory.  All
the contents of the iPlayer zip should be in the Plugins/Alien/Addons. 
Remove any files you installed into playlist directory.

2. It sounds like SC cannot write into the SC playlist directory. The
name "Administrator" in the playlist directory folder path looks like a
directory belonging to a privileged account. What account does SC run
under on your system ?

3. Do you have an alienbbc.opml in the SC cache directory ? (see
Settings/Status for the path to the cache directory)


-- 
bpa

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

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


Re: [SlimDevices: Plugins] AlienBBC menus missing in squeezecenter

2008-08-24 Thread britindus

thats correct there is no alienbbs.opml file in the playlist directory

i copied the opml files from the 2.01 alienbbs zip and iplayer zips
into the playlist diectory

there is no alienbbs one there though

hmm odd


-- 
britindus

britindus's Profile: http://forums.slimdevices.com/member.php?userid=19532
View this thread: http://forums.slimdevices.com/showthread.php?t=51417

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


Re: [SlimDevices: Plugins] AlienBBC menus missing in squeezecenter

2008-08-24 Thread bpa

> 
> well its not write protected unless Itunes stopped it which is
> unlikely
> 
> there wasnt any opml files i copied them all over from the zip file
> 
> 
I'm still a bit confused 

Can you confirm the following.

1. There is *no* alienbbc.opml file in your playlist directory.
2. You extracted from the zip file and copied the iplayer addon opml
files into the *playlist directory*.


-- 
bpa

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

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


Re: [SlimDevices: Plugins] AlienBBC menus missing in squeezecenter

2008-08-24 Thread britindus

well its not write protected unless Itunes stopped it which is unlikely

there wasnt any opml files i copied them all over from the zip file


and wow... now i have menus in thé controller but not in SC

maybe a restart ..

but clicking radio 1 for example plays the stream fine

just about there!

sorry for the noob questions  but this just increased my happiness
with the duet combo even further!


-- 
britindus

britindus's Profile: http://forums.slimdevices.com/member.php?userid=19532
View this thread: http://forums.slimdevices.com/showthread.php?t=51417

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


Re: [SlimDevices: Plugins] AlienBBC menus missing in squeezecenter

2008-08-24 Thread bpa

> 
> I didnt seen any suggestion (perhaps I missed it) to copy any .opml
> file in there
> 
> did I miss a step ?
> 

No - at start up AlienBBC consolidates all the menus from the Addons
and default menus and creates a single menu file called alienbbc.opml
in the playlist directory.

If SC has not got write access to the playlist directory, the
alienbbc.opml file is not written and there will be no menus on
AlienBBC.

So back to my question - is there an alienbbc.opml file in the playlist
difrectory ?


-- 
bpa

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

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


Re: [SlimDevices: Plugins] AlienBBC menus missing in squeezecenter

2008-08-24 Thread britindus

I didnt define one no... its done that itself

probably picked it up from itunes

so that is in the directory C:\Documents and Settings\Administrator\My
Documents\My Music

I didnt seen any suggestion (perhaps I missed it) to copy any .opml
file in there 

did I miss a step?


-- 
britindus

britindus's Profile: http://forums.slimdevices.com/member.php?userid=19532
View this thread: http://forums.slimdevices.com/showthread.php?t=51417

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