[SlimDevices: Plugins] Re: Announce: MyPicks - OPML station list editor menu

2006-08-06 Thread bpa

Probably - it will be the slimserver process that will be attempted to
write the file - not the browser process so check the access
permissions of the owner of slimserver process.


-- 
bpa

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

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


[SlimDevices: Plugins] Re: Announce: MyPicks - OPML station list editor menu

2006-07-29 Thread ian_heys

I have used My Picks to create a menu that sends commands to the web
server in my DVB-t card enabling changing channel of the DVB-T card
through the SB menu.

Only trouble is the web server is not on the same port as the streaming
audio from my shoutcast server and I then have to change back to this
port through another command on the My Picks menu.

This works OK but is a bit long winded.

Is there any way that My Picks can be changed so that an option can be
given to just execute a remote command without changing the stream that
is being listened to.

Apologies if this is not explained too well or it should be posted
elsewhere


-- 
ian_heys

ian_heys's Profile: http://forums.slimdevices.com/member.php?userid=2629
View this thread: http://forums.slimdevices.com/showthread.php?t=24797

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


[SlimDevices: Plugins] Re: Announce: MyPicks - OPML station list editor menu

2006-07-29 Thread bpa

I think this topic could be put in a separate thread as it may generate
a number of posts not directly related to MyPicks.

I am not clear on you problem - can you give a step by step example of
what your are doing and the http messages/MyPicks menu.

There may be easier solution but I'm pretty sure you'd be able to do
what you want by implementing your own protocol handler.


-- 
bpa

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

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


[SlimDevices: Plugins] Re: Announce: MyPicks - OPML station list editor menu

2006-07-29 Thread ian_heys

Thanks for the quick reply.

I'll try to explain it a little better.

I live in UK and have several choices to listen to BBC.

1.Alien BBC - works fine but low quality audio.
2.FM Tuner alongside SB - works fine but would like SB to be the sole
device in my HiFi system.
3. Install DVB-T tuner in slimserver PC, stream audio through shoutcast
and control channel through SB. (Good solution but difficult to
implement without running many seperate processes).

I now have 3. working but the process of changing channels is three or
four key strokes instead of one.

example:

DVB-T card has web server running on port 8010 and I have a Shoutcast
stream running the audio output on port 8000.

I can tune in port 8000 using several routes My Picks\Favourites etc

I can create a My Picks menu items eg.

BBC Radio 2 : http://192.168.1.23:8010/set_ch.htm?chid=25
BBC Radio 3 : http;//192.168.1.23:8010/set_ch.htm?chid=26

etc

This works fine and changes the channel on the DVB-T card but also
changes the port that SB listens to and I then need to execute the
command

DVB-T : http://192.168.2.23:8000

to switch the SB back to the port it was listening to before the
channel change.

Hope this explains it better and realise that it's not what My Picks
was designed for but as I have no programming knowledge and got pretty
close to my goal I thought I'd just ask the question in case it was
simple.


-- 
ian_heys

ian_heys's Profile: http://forums.slimdevices.com/member.php?userid=2629
View this thread: http://forums.slimdevices.com/showthread.php?t=24797

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


[SlimDevices: Plugins] Re: Announce: MyPicks - OPML station list editor menu

2006-07-29 Thread Triode

Try adding the change channel entries as remote OPML Menus rather than
Audio Streams.

This may give a problem with caching though - but worth trying..


-- 
Triode

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

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


[SlimDevices: Plugins] Re: Announce: MyPicks - OPML station list editor menu

2006-07-29 Thread ian_heys

Thanks Triode - it didn't work but with the help of my son and another
web server running an OPML list page I can now change channel with one
key stroke although it still looks a little less than elegant.

I get failed to  parse messages but the channel on the DVB-T card still
changes and the SB continues to listen on the same port.

Little by little


-- 
ian_heys

ian_heys's Profile: http://forums.slimdevices.com/member.php?userid=2629
View this thread: http://forums.slimdevices.com/showthread.php?t=24797

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


[SlimDevices: Plugins] Re: Announce: MyPicks - OPML station list editor menu

2006-07-29 Thread bpa

Could you set up a playlist (e.g. a pls file)  with the two URLs and
then reference this playlist file from MyPicks (e.g
file:///home/user/dvb.pls) . Slim should try the first playlist and
then the second if the first doesn't play.


-- 
bpa

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

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


[SlimDevices: Plugins] Re: Announce: MyPicks - OPML station list editor menu

2006-07-29 Thread ian_heys

Thanks bpa - that did the trick.

My Picks gave me the trigger to finish off this application.

I'll finish it off tomorrow but I've just done one channel to test and
it looks good.

Thanks for a great Plugin

Ian


-- 
ian_heys

ian_heys's Profile: http://forums.slimdevices.com/member.php?userid=2629
View this thread: http://forums.slimdevices.com/showthread.php?t=24797

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


[SlimDevices: Plugins] Re: Announce: MyPicks - OPML station list editor menu

2006-07-26 Thread chris . mason

Duh! slaps forehead
I just didn't see the OPML editor section on the main web page.

However, my playlist directory is set:

D:\Music\Slimserver playlists

Yet the error is for D:.  I'll have a play around and see if I can
get it working now.  Thanks for the help!


-- 
chris.mason

chris.mason's Profile: http://forums.slimdevices.com/member.php?userid=3323
View this thread: http://forums.slimdevices.com/showthread.php?t=24797

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


[SlimDevices: Plugins] Re: Announce: MyPicks - OPML station list editor menu

2006-07-26 Thread chris . mason

I'm still having problems...
When I try to save the mypicks file using either Save File or Save
My Picks (whats the difference by the way?), it crashes SlimServer. 
Also when I click on Add icon (to the right of an existing entry), it
also crashes Slim.

I'm running SlimServer Version: 6.3.0 - 7374 - Windows XP - EN -
cp1252.

I've determined when clicking add (the plus-sign) on an item added to
mypicks causes Slim to crash - when there is no player attached.  I ran
Softsqueeze, and add correctly added the radio station to the players
playlist.  When I removed that player, so Slim could no longer see it,
add crashes the server.  Here is some debug output:

2006-07-26 15:42:41.4869 Artist:
2006-07-26 15:42:41.4870 Track:  KFOX 98.5 | Classic Rock
2006-07-26 15:42:41.4871 Album:
2006-07-26 15:42:41.4873 Original Filename:
mms://a473.l1980447065.c19804.g.lm.akamaistream.net/D/473/19804/v0001/reflector:47065_470?MSWMExt=.asf
2006-07-26 15:42:41.4874 No Countdown object yet
2006-07-26 15:42:41.4876 Current state of Track object: CANCEL
2006-07-26 15:42:41.4877 Is power on? : false
2006-07-26 15:42:41.4878 ===
2006-07-26 15:43:15.0796 Can't call method execute on an undefined
value at C:\Program Files\SlimServer\server/Plugins/MyPicks/Plugin.pm
line 249.
2006-07-26 15:43:15.0816 Shutting down plugins...
2006-07-26 15:43:15.1025 Grab Playlist Shutting Down -- 0.5
2006-07-26 15:43:15.1029 LazySearch2: Shutting down
2006-07-26 15:43:15.1038 unHookScrobbler() engaged, SlimScrobbler V0.34
deactivated.

When saving mypicks using Save File, if you do not specify a name,
the plugin uses the name of the playlist directory as the file to
rename its tempfile to, as follow:

2006-07-26 15:52:36.1093 MyPicks: OPML saved to file tempfile:
D:\Music\yCxsFG4Vbt.opml
2006-07-26 15:52:36.1116 MyPicks: Renamed :\Music\yCxsFG4Vbt.opml to
D:\Music\Slimserver playlists

(Slimserver playlists gets copied to Slimserver playlists.backup).

If you do specify a name when using Save File all is ok however.

Having done this (using Save File with no name specified), if you
then later save using Save MyPicks slimserver crashes, as it can no
longer find the playlist directory it was using :

2006-07-26 15:55:50.3901 Error in tempfile() using D:\Music\Slimserver
playlists\XX.opml: Parent directory (D:\Music\Slimserver
playlists\) is not a directory at C:\Program
Files\SlimServer\server/Plugins/MyPicks/Plugin.pm line 446
2006-07-26 15:55:50.3980 Shutting down plugins...
2006-07-26 15:55:50.4281 Grab Playlist Shutting Down -- 0.5
2006-07-26 15:55:50.4284 LazySearch2: Shutting down
2006-07-26 15:55:50.4290 unHookScrobbler() engaged, SlimScrobbler V0.34
deactivated.

Now I've figured out whats causing the problems I can avoid them.  Be
great if you could fix this though!

Thanks,
Chris.


-- 
chris.mason

chris.mason's Profile: http://forums.slimdevices.com/member.php?userid=3323
View this thread: http://forums.slimdevices.com/showthread.php?t=24797

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


[SlimDevices: Plugins] Re: Announce: MyPicks - OPML station list editor menu

2006-07-26 Thread bpa

The difference between save MyPOicks and Save File - is that you can
specify a file (including local directory) name where the lists are
saved and then upload this file to WikiRadio, or you could organise
your MyPicks as a set of files - possibly on  different servers rather
than as one file.

Regarding the crashes, I've tried what I think you described and I
didn't get the problem. Can you give more details.

When you are clicking on the add i.e plus sign - is this is within
MyPicks ?
Is it your intent is to add the station to your playlist ?  What is the
URL of the entry you are clicking ?  Can you attach you MyPlicks.opml
file to a post ?

The rename file issues - a check is needed for a blank name and not to
allow blank.


-- 
bpa

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

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


[SlimDevices: Plugins] Re: Announce: MyPicks - OPML station list editor menu

2006-07-26 Thread chris . mason

Hi Brian,

Some more details (sorry I wasn't very clear before):

 When you are clicking on the add i.e plus sign - is this is within
MyPicks ?

Yes.  In this case, I imported a playlist containing one entry. This
was succesfully added.  I then clicked on the plug sign, on the added
entry , from with the MyPicks OPML editor, and thats when I got the
error.  So, basically, add/create a new entry, and then straight away,
click on add BUT only when you have no active player attached to
slimserver (i.e you have the message your player was not found in the
right hand pane).

Here is my MyPicks.opml file (very simple - one entry.  This is the
example I used which created the problem.  This URL does work, so I
think the issue is more with trying to add this station to a playlist
(from MyPicks OPML editor) when there are no players present.

?xml version=1.0 encoding=UTF-8?
opml version=1.0
head title=No Title
expansionState/expansionState
/head
body
outline
URL=mms://a473.l1980447065.c19804.g.lm.akamaistream.net/D/473/19804/v0001/reflector:47065_470?MSWMExt=.asf
text=KFOX 98.5 | Classic Rock type=audio /
/body
/opml

Great plugin by the way.
Chris.


-- 
chris.mason

chris.mason's Profile: http://forums.slimdevices.com/member.php?userid=3323
View this thread: http://forums.slimdevices.com/showthread.php?t=24797

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


[SlimDevices: Plugins] Re: Announce: MyPicks - OPML station list editor menu

2006-07-26 Thread chris . mason

One other thing I noticed - When I select My Picks from the Radio menu
on the front page of slimserver (or from the internet radio list in the
player), I still get this error:

2006-07-26 17:46:33.7459 XMLBrowser: error retrieving
file://D:\Music\Slimserver playlists\mypicks.opml:
2006-07-26 17:46:33.7464 Unable to open file 'D:'

That file is definately there...should there be three slashes after the
resource type (file:///)?

Could be just my setup, as no one else appears to be having problems! 
I'll try Slim 6.3.1 and see what happens.

Chris.


-- 
chris.mason

chris.mason's Profile: http://forums.slimdevices.com/member.php?userid=3323
View this thread: http://forums.slimdevices.com/showthread.php?t=24797

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


[SlimDevices: Plugins] Re: Announce: MyPicks - OPML station list editor menu

2006-07-26 Thread bpa

Your 6.3.0 is build 7374, the released 6.3.0  is 8154. The was a bug to
do with file:// names with a mix of / and \ and it was fixed
before 6.3.0 was released.


-- 
bpa

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

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


[SlimDevices: Plugins] Re: Announce: MyPicks - OPML station list editor menu

2006-07-26 Thread chris . mason

Ah, thats it slightly red-face.  I just upgraded to the official 6.3.1
build, and apart from the save file problem , it works as advertised -
great stuff!

Thanks!


-- 
chris.mason

chris.mason's Profile: http://forums.slimdevices.com/member.php?userid=3323
View this thread: http://forums.slimdevices.com/showthread.php?t=24797

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


[SlimDevices: Plugins] Re: Announce: MyPicks - OPML station list editor menu

2006-07-25 Thread chris . mason

OK, I confess I'm stumped.  I can't get this plugin to work.

I'm running SlimServer 6.3 (the official release), on Windows XP SP2. 
I've installed the latest version of the plugin (0.3a).

My Picks now appears in the Radio list on the home page of the server
web interface.  When I go to server settings - plugins, it is nowhere
to be found.  There is a reference to it under server settings -
internet radio, but thats just a check-box.  Can anyone tell me what
I'm doing wrong?

When I click on My Picks from the radio station list I get

There was an error loading the remote feed for My Picks: (Unable to
open file 'D:')

Thanks!


-- 
chris.mason

chris.mason's Profile: http://forums.slimdevices.com/member.php?userid=3323
View this thread: http://forums.slimdevices.com/showthread.php?t=24797

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


[SlimDevices: Plugins] Re: Announce: MyPicks - OPML station list editor menu

2006-07-25 Thread Triode

The plugin adds a menu entry under Plugins on the web interface
[Default skin only on 6.3]

From this you can create a MyPicks menu list and save it.  Then the
player UI will displace the menu list.


-- 
Triode

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

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


[SlimDevices: Plugins] Re: Announce: MyPicks - OPML station list editor menu

2006-07-25 Thread bpa

The MyPicks (under Radio) menu loads the MyPicks file on syour system
but since you haven't created one - you get an error.  Furthermore the
MyPicks file is saved in the Playlist Folder directory and it looks
like you haven't defined anyhting so you get the drive letter D:

1. Define your Playlist Folder directory using Server Settings.
2. Create a MyPicks file by going into .  Go into the My Picks OPML
Editor menu item on the main web page  Plugins section (not in
Settings).  Click on new entry to add an entry into the file.  Once you
have made a few entries - click on Save MyPicks.  
3. Go into MyPicks menu (under radio) and you should see the entries
you just made.


-- 
bpa

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

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


[SlimDevices: Plugins] Re: Announce: MyPicks - OPML station list editor menu

2006-07-17 Thread Triode

Just to say that I've put the current version of MyPicks on the
WikiRadio wiki page: http://wiki.slimdevices.com/index.cgi?WikiRadio so
people can find it easily.


-- 
Triode

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

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


[SlimDevices: Plugins] Re: Announce: MyPicks - OPML station list editor menu

2006-07-17 Thread Triode

Updated to 0.3a for 6.3 to allow the title to be set:

http://wiki.slimdevices.com/plugin/attachments/WikiRadio/MyPicks-0.3a-6.3.zip


-- 
Triode

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

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



[SlimDevices: Plugins] Re: Announce: MyPicks - OPML station list editor menu

2006-07-09 Thread jensboe

@ Triode

Thanks for the reply Triode.

The code ist ASX, yes, but it's inside a pls file :o) (and works well)

Changing a existing entry in the opml file (overwrite http://xxx with
mms://xxx) works well. So I would only report a scanning problem :)

Regards,
Jens


-- 
jensboe

jensboe's Profile: http://forums.slimdevices.com/member.php?userid=1685
View this thread: http://forums.slimdevices.com/showthread.php?t=24797

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


[SlimDevices: Plugins] Re: Announce: MyPicks - OPML station list editor menu

2006-07-09 Thread woo

This is an awesome plugin.  I used it to add an opml to wikiradio for
non-commercial (mostly college, jazz and npr)radio stations in boston
and philly.  It would be great if people from other towns could add
their city to the list.

-Dave


-- 
woo

woo's Profile: http://forums.slimdevices.com/member.php?userid=3307
View this thread: http://forums.slimdevices.com/showthread.php?t=24797

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


[SlimDevices: Plugins] Re: Announce: MyPicks - OPML station list editor menu

2006-07-07 Thread Triode

That's an asx file not a pls one?  [We only support m3u and pls file
formats at present.]


-- 
Triode

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

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


[SlimDevices: Plugins] Re: Announce: MyPicks - OPML station list editor menu

2006-07-07 Thread atlslim

bpa Wrote: 
 As an example that OPML is not limited to Radio station URL, I have
 created an OPML version of the NPR Podcast directory (~320 podcast
 sites). 

Bryan,

That's a super addition to Wiki Radio/MyPicks. Just curious if you made
all entries by hand or if you have a program to pull the info off the
web page(s). The sports geeks (myself included) would be interested in
a directory from this page:

http://espnradio.espn.go.com/espnradio/podcast/index

Thanks again!


-- 
atlslim

atlslim's Profile: http://forums.slimdevices.com/member.php?userid=3054
View this thread: http://forums.slimdevices.com/showthread.php?t=24797

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


[SlimDevices: Plugins] Re: Announce: MyPicks - OPML station list editor menu

2006-07-07 Thread bpa

I wrote a small bit of perl to load the web page html for each entry and
then  pull the data from it.  However each web site is different so it
not generic but it means if new podcast are added, it is quick to
update.

I'll have a look at the espn one to see if something similar can be
done.


-- 
bpa

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

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


[SlimDevices: Plugins] Re: Announce: MyPicks - OPML station list editor menu

2006-07-06 Thread bpa

As an example that OPML is not limited to Radio station URL, I have
created an OPML version of the NPR Podcast directory (~320 podcast
sites).  It is attached to the WikiRadio Wiki page.

If you have the WikiRadio plugin installed then you can access it under
the NPRpodcast heading.

It is 33K so there may be a delay in loading.


-- 
bpa

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

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


[SlimDevices: Plugins] Re: Announce: MyPicks - OPML station list editor menu

2006-06-30 Thread Triode

May be able to fix 2 - will discuss with Bryan

Adrian


-- 
Triode

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

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


[SlimDevices: Plugins] Re: Announce: MyPicks - OPML station list editor menu

2006-06-29 Thread Fletch

I finally had a chance to test this.  Overall, it works as advertised. 
I tested importing a playlist and making extensive edits and had no
real problems.  Thanks for a nice tool.

Some comments/questions:
- Is there a way to promote/demote an entry to a different menu level?
- I noticed that the editor puts the head construct at the bottom.  I
don't know if this is allowed in the spec, but it seems more common to
put it at the top.
- When adding a Remote OPML Menu that points to a file, I could only
get this to work with absolute paths.  Is this intended?  (Note that I
am using Triode's modified Plugin.pm that allows editing the
$myPicksName fullpath.)
- It might be nice to support adding the date and owner tags to the
file.  This would help to track down the owner/maintainer of a file and
track versions after it's uploaded to WikiRadio.


-- 
Fletch

Fletch's Profile: http://forums.slimdevices.com/member.php?userid=529
View this thread: http://forums.slimdevices.com/showthread.php?t=24797

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


[SlimDevices: Plugins] Re: Announce: MyPicks - OPML station list editor menu

2006-06-29 Thread bpa

1. If you delete an item - a menu or an station - you can change level
and then paste it using the insertentry.  Sort of a one item
clipboard.

2. The position of head is determined by the Perl function XMLout but
it's position is not critical.  I tried very hard to put it at the top
but couldn't override XMLout. AFAICT There is no real spec for OPML.

3. The handling of paths is a function of Slimserver and its
XMLbrowser. All the editor does is create the entries.

4. OPML is very badly specified - the idea was to go for a minimal
implementation as a first release.  

5. Perl XMLout writes the file and sets the permissions.  On my system
it does 644 so there must be a setting somewhere.


-- 
bpa

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

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


[SlimDevices: Plugins] Re: Announce: MyPicks - OPML station list editor menu

2006-06-26 Thread atlslim

Bryan and Adrian,

Nice work w/ this station menu plugin. I'm currently importing my
favorites and working those into the appropriate folders.

I would also like to bring in the contents of my playlists folder. Any
way to do that other than 1 file at a time??

Thanks!


-- 
atlslim

atlslim's Profile: http://forums.slimdevices.com/member.php?userid=3054
View this thread: http://forums.slimdevices.com/showthread.php?t=24797

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


[SlimDevices: Plugins] Re: Announce: MyPicks - OPML station list editor menu

2006-06-26 Thread bpa

Not at present - didn't think that people would have more than a few
playlists files.


-- 
bpa

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

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


[SlimDevices: Plugins] Re: Announce: MyPicks - OPML station list editor menu

2006-06-24 Thread bpa

Normally when an entry has no right arrow button it is link to an
external OPML file but not a station.  

When you added the Virgin menu item - you filled in the New Menu
entry which has no URL and pressed the Add button on that line  or did 
you take it from the Slim directory line ?


If you click on the Virgin name - does the line change to Title  URL
edit fields with a change button ?


-- 
bpa

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

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


[SlimDevices: Plugins] Re: Announce: MyPicks - OPML station list editor menu

2006-06-24 Thread Neil Sleightholm

bpa Wrote: 
 When you added the Virgin menu item - you filled in the New Menu entry
 which has no URL and pressed the Add button on that line  or did  you
 take it from the Slim directory line ?
 
 If you click on the Virgin name - does the line change to Title  URL
 edit fields with a change button ?Yes to both. I have sent copy of the opml 
 file to Adrian and will send
you a copy.

Neil


-- 
Neil Sleightholm

Neil Sleightholm's Profile: http://forums.slimdevices.com/member.php?userid=131
View this thread: http://forums.slimdevices.com/showthread.php?t=24797

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


[SlimDevices: Plugins] Re: Announce: MyPicks - OPML station list editor menu

2006-06-23 Thread Neil Sleightholm

This looks really good but I can't figure out how to add a station from
Entry from Slim Picks below a title, mine all appear at the top
level.

Neil


-- 
Neil Sleightholm

Neil Sleightholm's Profile: http://forums.slimdevices.com/member.php?userid=131
View this thread: http://forums.slimdevices.com/showthread.php?t=24797

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


[SlimDevices: Plugins] Re: Announce: MyPicks - OPML station list editor menu

2006-06-23 Thread Triode

Do you want to create a new sub menu and then add entries from slim
picks below this?

If so create a new menu:
New Entry - add menu name [Add]
Either click on the new name or on the next link to go into that sub
menu.
Then New Entry, and select the entry from Slim Picks you want to add.


-- 
Triode

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

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


[SlimDevices: Plugins] Re: Announce: MyPicks - OPML station list editor menu

2006-06-23 Thread bpa

In the New Entry dialogue you can add either
(i) a new menu level 
(ii)a new entry station station Name  URL
(iii) A entry which refers to an external OPML file.
(iv) An entry (menu or station) from the Slim directory.

Choose the first field and it enables you to add a new menu level. 

When this menu level is added - click on it to go into the new menu
level which will be empty.  Now add a New Entry from the Slim
directory.


-- 
bpa

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

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


[SlimDevices: Plugins] Re: Announce: MyPicks - OPML station list editor menu

2006-06-23 Thread Neil Sleightholm

I think there is some odd behaviour here. I started to write a reply to
detail the issue and noticed that when I added the second new title I
then could select 'next' on a title, the first one doesn't display it.


+---+
|Filename: Image1.jpg   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=1452|
+---+

-- 
Neil Sleightholm

Neil Sleightholm's Profile: http://forums.slimdevices.com/member.php?userid=131
View this thread: http://forums.slimdevices.com/showthread.php?t=24797

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


[SlimDevices: Plugins] Re: Announce: MyPicks - OPML station list editor menu

2006-06-23 Thread Triode

The editor only traverses this the opml file being edited.  So if you
add a link to an external OPML list then you can edit it, deleted it or
move it, but can't change into it.  If however you add another menu in
this opml file then you can change into it.

Does that make sense?  Any suggestions on improving the user interface
appreciated.

If you save the file as mypicks and then go into the mypicks browser,
you can traverse into the linked opml files.


-- 
Triode

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

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


[SlimDevices: Plugins] Re: Announce: MyPicks - OPML station list editor menu

2006-06-22 Thread Triode

Version 0.2 offers all the same features as 0.1, but moves to the
standard slimserver web interface making it much easier to navigate.

New features:
- new user interface for MyPicks editor - accessed from Plugins section
of main web page
- closer integration with WikiRadio plugin allowing automated upload of
opml files to the WikiRadio page [installation of WikiRadio is optional,
upload features are not available if it is not installed.  NB please
download latest version of WikiRadio]
- supports 6.5 and 6.3 [Default skin only]

The aim of MyPicks remains the same - to allow users to create their
own hierachical radio station playlists which may include references to
external playlists such as Slim Picks or WikiRadio playlists.  Playlists
are stored as OPML files and may be exported or simply used as a local
slimserver menu called MyPicks which allows easy access to your
favorite radio stations.

Please try it out and provide feedback.  The 6.5 skin is probably more
mature as I have been fighting 6.3 to make the skin work, so any
improvements gratefully appreciated.

If you installed 0.1, please delete this first as the new version will
not overwrite it.

Bryan and Adrian


+---+
|Filename: MyPicks-6.5.zip  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=1440|
+---+

-- 
Triode

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

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


[SlimDevices: Plugins] Re: Announce: MyPicks - OPML station list editor menu

2006-06-22 Thread Fletch

Any chance the location of the mypicks.opml file could be made an
option?  My slimserver user (intentionally) does not have write access
to my playlist directory.


-- 
Fletch

Fletch's Profile: http://forums.slimdevices.com/member.php?userid=529
View this thread: http://forums.slimdevices.com/showthread.php?t=24797

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


[SlimDevices: Plugins] Re: Announce: MyPicks - OPML station list editor menu

2006-06-22 Thread Triode

Fletch - just for you (!), replace the current Plugin.pm with this one
and then edit the definition of $myPicksName on line 27 to include the
fullpath of where you want mypicks.opml to go..


+---+
|Filename: Plugin.pm.zip|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=1442|
+---+

-- 
Triode

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

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


[SlimDevices: Plugins] Re: Announce: MyPicks - OPML station list editor menu

2006-06-22 Thread Fletch

Cool, thanks!  Seems to work as expected on one imported file.  I'll
play with it some more tomorrow.


-- 
Fletch

Fletch's Profile: http://forums.slimdevices.com/member.php?userid=529
View this thread: http://forums.slimdevices.com/showthread.php?t=24797

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


[SlimDevices: Plugins] Re: Announce: MyPicks - OPML station list editor menu

2006-06-18 Thread sbjaerum

Very, very nice.

If I may suggest one improvement, it would be the possibility to
copy/move a station from one level to another.

Steinar


-- 
sbjaerum

sbjaerum's Profile: http://forums.slimdevices.com/member.php?userid=237
View this thread: http://forums.slimdevices.com/showthread.php?t=24797

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