Re: [SlimDevices: Plugins] LastFM version 1.1.5?

2008-02-09 Thread Phil Meyer
In Perl, 128000 is the same thing as 128_000, underscores can be added to improve readability. The plugin returns the bitrate as '128_000', the stream fails. When I change this to return '128000', the stream is fine. Is it because it's returning a string, rather than number, and a string to

[SlimDevices: Plugins] Sync Options plugin

2008-02-09 Thread Phil Meyer
I saw an error in my log today: [12:12:58.3453] Slim::Control::Request::notify (1925) Error: Failed notify: Can't call method name on an undefined value at P:/Music/SlimServer/trunk/server/Plugins/SyncOptions/Plugin.pm line 347. That happened when I was streaming a LastFM station. Just before

Re: [SlimDevices: Plugins] LastFM version 1.1.5?

2008-02-09 Thread Phil Meyer
Well if you're returning a string '128_000' of course that won't work... use a number. I don't know the plugin code (it's not my plugin!). I didn't know if it was meant to be returning a string or a number, etc. I've just put two and two together having read your comments on the bug report!

Re: [SlimDevices: Plugins] Announce: Moose 0.64 (win frontend)

2008-01-31 Thread Phil Meyer
Worth trying the latest.. Hmm, I checked - I have the latest. It does seem to be a SqueezeSlave issue. Phil ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/lists/listinfo/plugins

Re: [SlimDevices: Plugins] Announce: Moose 0.64 (win frontend)

2008-01-28 Thread Phil Meyer
Sounds like moose isn't insync with the server ? Are you using the mysql or folder scanning in moose ? Im not sure how good the folder scanning holds up these days, so that could be it. Otherwise, try a fresh mysql scan in moose and see if that helps things.. I have Moose configured to use MySQL

[SlimDevices: Plugins] Custom Browse alpha links

2008-01-28 Thread Phil Meyer
I have a custom browse menu that displays information that comes from custom scan (CONCERTVENUE). The menu works well. I see a list of concert venues. However, the alpha page links (A-Z) don't quite work correctly. I get A-F on page 1 - no problem. On page 2 I see venues starting with

Re: [SlimDevices: Plugins] Announce: Moose 0.64 (win frontend)

2008-01-27 Thread Phil Meyer
I've managed to set Moose to start SqueezeSlave. However, I can't get it to play anything. SqueezeSlave is running, and I can play music via the SC WebUI. But when I attempt to play something using the Moose library, nothing plays (the playlist becomes empty). Also, when I am playing

Re: [SlimDevices: Plugins] Adding dynamic playlist to favorites

2008-01-26 Thread Phil Meyer
What would it need to be available? If your items offered a url property, then it should work. That would be excellent, especially if the url property monikers worked for setting alarms (or ability to select a favorite for an alarm, instead of a playlist).

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

2008-01-23 Thread Phil Meyer
That's why I never wanted the settings links on the plugin page. It's imho really there where we have a link too much. Settings should be kept in Advanced/Player and nowhere else, because it's where they belong. But I seem to be alone with my opinion :-). No, I agree with that now I

Re: [SlimDevices: Plugins] Plugin to locate missing tags - useful?

2008-01-22 Thread Phil Meyer
While you can currently browse genres for 'no genre' for example, I'm not sure if you can do it for missing song titles. I believe I opened an enhancement request to allow the Advanced Search page to have a means to search for Is Empty filter operations on these tags. You can probably do it

Re: [SlimDevices: Plugins] Erlands excellent trackstat plugin - question

2008-01-22 Thread Phil Meyer
Perform a backup in TrackStat section of Server Settings/Plugins, then open the backup xml file in a text editor and replace the mp3 extensions with flac extensions. Then perform a restore operation in TrackStat section of Server Settings/Plugins after you have performed a full rescan to detect

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

2008-01-22 Thread Phil Meyer
I think there's a problem with the new default skin. My plugin does show a Settings link on the Plugins settings tab (but not on the Advanced tab). It does so if you have an optionsURL defined in install.xml. I checked by install.xml file. I have: optionsURL/optionsURL So I have a tag,

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

2008-01-22 Thread Phil Meyer
The code does check whether there's an empty value or not. Thus it should not display a link when an empty value is defined. Did you file a bug report? No. As it was my mistake when I created the plugin, I've just removed the line from the file (until the point in time where I actually get

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

2008-01-20 Thread Phil Meyer
My bad... I should have read the Known Problems section on the Plugin page. I think there's a problem with the new default skin. My plugin does show a Settings link on the Plugins settings tab (but not on the Advanced tab). It is not visible in the Fishbone skin. Phil

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

2008-01-19 Thread Phil Meyer
I just installed PM 3.0 on today's SC7 build and I'm unable to get to the settings page for this plugin. That's because there isn't a settings page! I haven't written any configurable settings! I get a HTTP 404 Page not found error from the Pluins tab settings and the plugin option is not

Re: [SlimDevices: Plugins] CustomScan reports error after removingGrabPlaylist

2008-01-18 Thread Phil Meyer
I think some people have had to remove the Cache/plugin-data.yaml file to clear the cached information. Okay, I'll try that. Sounds like a bug in SC though - if a plugin is removed, it should remove the info from the cache? Phil ___ plugins mailing

Re: [SlimDevices: Plugins] CustomScan reports error after removingGrabPlaylist

2008-01-18 Thread Phil Meyer
Hi erland [EMAIL PROTECTED], Does these appear at start of a Custom Scan scanning or at SqueezeCenter startup ? I see this straight after the getPluginModules error. Phil ___ plugins mailing list plugins@lists.slimdevices.com

Re: [SlimDevices: Plugins] custom browse/scan losing top line in SC7 settings

2008-01-18 Thread Phil Meyer
For Custom Browse and Custom Scan, the first line or so of the page is covered by the grey bar which includes the plugin name. For all the other items (I don't have any of your other plugins loaded) this doesn't happen. I noticed that today too. It doesn't overlap any options, just masks the

Re: [SlimDevices: Plugins] Dynamic Playlists: random playlists

2008-01-18 Thread Phil Meyer
Within SqueezeCenter settings-Advanced-Dynamic Playlists-various settings, make sure that you have set the Play+Hold mixer action to on. Phil ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/lists/listinfo/plugins

Re: [SlimDevices: Plugins] Navigating to TrackStat from a custom browsemenu

2008-01-18 Thread Phil Meyer
Do you have the latest TrackStat version ? Yes Have you customized the XML of the menu ? I probably created the menu from a template from an old version of TrackStat. The modes has changed name in SC7, so it is now called Plugins::TrackStat::Plugin instead of PLUGIN.TrackStat::Plugin. Could

[SlimDevices: Plugins] CustomScan reports error after removing GrabPlaylist

2008-01-17 Thread Phil Meyer
I removed GrabPlaylist, as all functionality from that plugin is covered by the OtherPlayers plugin. When I restarted SqueezeCenter, I saw the following error: [19:17:42.5627] Plugins::CustomScan::Scanner::getPluginModules (587) CustomScan: Failed to load module Plugins::GrabPlaylist::Plugin:

Re: [SlimDevices: Plugins] Timed on/off display plugin for SC7?

2008-01-14 Thread Phil Meyer
On a similar note, in the bedroom I only ever want to use brightness 0 or 1, not anything brighter than 1. In SC settings, I can customise the font sizes to be iterated through, but not brightnesses. Is there a way of configuring the brightness key in a custom keymap to only switch between

Re: [SlimDevices: Plugins] AlienBBC - All BBC radio stations arerepeated

2008-01-06 Thread Phil Meyer
Check what opml files you have in Alien subdirectories - default and Addons. Do any of the duplicated BBC radio menus occurs in two files ? I just clicked Reset Menu in the plugin settings to get back to default. I've now deleted some radio stations that I will never need to access. Is there a

Re: [SlimDevices: Plugins] Announce: SyncOptions -- two new synchronization options

2008-01-05 Thread Phil Meyer
Sounds great. I'm looking forward to a SC7 version. Does 2nd player sync if the next track is jumped to on the first player, or the player's playlist is changed? Better still would be for SC to sync half-way through a track, where possible (a native format?). There's a bookmark plugin that

Re: [SlimDevices: Plugins] Announce: AlienBBC v2.00 BETA 3

2008-01-05 Thread Phil Meyer
I had manually installed two AlienBBC addons: BBC Listen Again Addons.ZIP WikiRadio AlienBBC Addon.zip Are these now part of the new beta, and therefore redundant addons (don't need to install them after replacing the Alien plugin folder)? Phil

Re: [SlimDevices: Plugins] Announce: AlienBBC v2.00 BETA 3

2008-01-05 Thread Phil Meyer
I think the Listen Again had to be updated after beta1 as BBC changed their web site for some of the Radio 4 and Radio 2 A-Z menus. I think the Listen Again update was in Beta2. I did a quick test of the Radio 4 menus and all the menus seems to be present and a few spot checks item played OK.

[SlimDevices: Plugins] AlienBBC - All BBC radio stations are repeated

2008-01-05 Thread Phil Meyer
I've looked on PlayerUI and WebUI, and I get the following: BBC Live Streams Radio 1 Radio 2 Radio 2 A-Z Radio 3 Radio 4 Radio 4 A-Z Five Live Five Live Sports Extra 6 Music BBC 7 BBC7 Weekly Archive 1Xtra BBC Local Radio Asian Network Radio Cymru Radio Foyle Radio nan Gaidheal Radio Scotland

Re: [SlimDevices: Plugins] Trackstat web UI in SC7

2008-01-01 Thread Phil Meyer
I just want to say that the time you have spent finding and reporting bugs and giving me feedback on new features is greatly appreciated. And likewise for you actually fixing bugs quickly and implementing my requests! I could see the playlist handling of Dynamic Playlist to be moved into the

Re: [SlimDevices: Plugins] Trackstat web UI in SC7

2008-01-01 Thread Phil Meyer
When I click the Mix icon in a custom browse WebUI page (new default skin) to start a random mix, I get a random mix, but the browse panel changes to say No matching songs, albums or artists were found. Phil ___ plugins mailing list

[SlimDevices: Plugins] Playing random songs from a chosen album

2007-12-31 Thread Phil Meyer
Erland, Last night I wanted to play unrated songs from No Album in random order. I couldn't find an obvious way to do this, but sure I've done it before. There are a few issues, which I think you already know about: 1. From player UI, I can't get into the TrackStat mixer. Eg. Albums - No

Re: [SlimDevices: Plugins] Playing random songs from a chosen album

2007-12-31 Thread Phil Meyer
The correct way to do it would be to create a playlist template for SQL Playlist that plays non rated tracks but asks for an album when you start the playlist. This playlist would be available under the Dynamic Playlist mixer when you launch a mixer from an album. However, I don't think a

Re: [SlimDevices: Plugins] Trackstat web UI in SC7

2007-12-31 Thread Phil Meyer
I'm planning to tweak this so the default skin is supported, however at the moment I have a hard time to find enough time/inspiration to do the work. The last month I've only had time/inspiration to do some small fixes in the plugins. So at the moment I can promise it will be fixed to the SC7

[SlimDevices: Plugins] Custom Browse by Year

2007-12-30 Thread Phil Meyer
If I try to display Custom Browse - Years - Unknown, I see several figures in the duration information display field, and I also get the following error in the WebUI: Duration: 170:07:28 , 00:49:10 , 00:10:17 , 00:38:35 , 00:33:40 , 00:23:50 , 01:15:51 , 10:54:13 , 04:13:01 , 10:40:39 ,

Re: [SlimDevices: Plugins] TrackStat and Favorites

2007-12-29 Thread Phil Meyer
This is what i'm doing, but the only reply from my device is Favorite Nr.X does not exist. It is quite likely that you have another plugin (eg. my PlaylistMan plugin) that has registered custom key controls on the now playing screen. Due to what I consider a bug in the SqueezeCenter software,

Re: [SlimDevices: Plugins] TrackStat and Favorites

2007-12-29 Thread Phil Meyer
YES! This works !?! I'm guessing that the SavePlaylist plugin is enabled (it is a built-in plugin that is enabled by default). This plugin registers the play.hold action to call up the Save Playlist menu (try pressing and holding the play button on the now playing screen to confirm this

Re: [SlimDevices: Plugins] Errors playing LastFM stations

2007-12-28 Thread Phil Meyer
I've posted a new version with a fix for the other issue hopefully, although I can't work out where it's coming from. Is that version 1.1.2 on SourceForge? Phil ___ plugins mailing list plugins@lists.slimdevices.com

Re: [SlimDevices: Plugins] Music Info Screen problems with Transportersecond screen

2007-12-28 Thread Phil Meyer
MusicInfoSCR 3.99.5 is now availale. Please give it another try: you'll have to go to the settings page and save once for the change to take effect. It was indeed a but in the settings page handler. I can confirm that it's fixed! Thankyou Phil ___

Re: [SlimDevices: Plugins] Errors playing LastFM stations

2007-12-28 Thread Phil Meyer
Yes, please raise a bug. I'd speculate that the bug is around one of these two lines: frame 11: Slim::Music::Info::setBitrate (P:/Music/SlimServer/trunk/server/Slim/Player/Squeezebox2.pm line 354) frame 12: Slim::Player::Squeezebox2::directHeaders

Re: [SlimDevices: Plugins] Music Info Screen problems with Transportersecond screen

2007-12-27 Thread Phil Meyer
plugin_musicinfo_centerA_P: '' plugin_musicinfo_centerA_PX: '' Empty values would in some cases be replaced with the title. These should usually be represented by the NOTHING tag, but the initialization didn't do so. I've fixed this and uploaded 3.99.4. Looking in my musicinfo.pref file,

Re: [SlimDevices: Plugins] Music Info Screen problems with Transportersecond screen

2007-12-27 Thread Phil Meyer
Please try the clean install. You can still copy the configuration file back if you prefer. I have tried deleting musicinfo.prefs. I re-entered all of the settings, but I got the same problem on the second screen. I tried unticking Use SlimServer's font size setting (should be changed to say

Re: [SlimDevices: Plugins] Music Info Screen problems with Transportersecond screen

2007-12-27 Thread Phil Meyer
Looking in my musicinfo.pref file, I have some other items that are ''. Should these be changed to NOTHING too? If it's something like *_size, then no, don't change it. You can see them in the plugin's Settings.pm: there's the definition of the default values. I tried changing

Re: [SlimDevices: Plugins] Music Info Screen problems with Transportersecond screen

2007-12-27 Thread Phil Meyer
Did you test _before_ entering all those details, too? What I'm interested in is whether it's a bad default setting, or something in the settings page which is breaking things. I still haven't been able to reproduce this issue :-(. Sorry, I didn't. I'll try again later. It also displayed

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

2007-12-23 Thread Phil Meyer
Is there an equivalent option in CustomBrowse settings? I can't see it. It is configured per menu when editing the menu configuration Ah yes, I knew I'd seen options somewhere. Forgot about per-menu options! It appears I've forgotton to clear this option on a few of my menus. Does it usually

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

2007-12-22 Thread Phil Meyer
In SC7, I have the per-player setting Play Other Songs In Album for all my players set to play only selected song. This works with normal SC music library browsing, but doesn't work in CustomScan menus - it always seems to play all songs on an album. This is very bad when I want to play a

[SlimDevices: Plugins] Errors playing LastFM stations

2007-12-21 Thread Phil Meyer
More often than not, since moving to SC7.0, I can't seem to stream LastFM stations. I have managed to play my neighbourhood once via the WebUI (but I notice a couple of warnings): [12:11:50.7451] Plugins::SqueezeScrobbler::LastFM::getLastFMSession (682) Connecting to:

Re: [SlimDevices: Plugins] Errors playing LastFM stations

2007-12-21 Thread Phil Meyer
I've seen the second one before. It appears to be a bug in SlimServer, which I have asked about before I'm sure, but never got any responses. I've mentioned it before too - it's been broken for a while. What's the best way to proceed - raise an SC bug? I wondered if it was perhaps due to

[SlimDevices: Plugins] WeatherTime plugin and use of addModeDefaultMapping

2007-12-18 Thread Phil Meyer
I've created a SqueezeCenter patch to fix an issue with Slim::Hardware::IR::addModeDefaultMapping, where only the first plugin to override any key mappings for a menu mode would work. As part of that patch, I log warnings if key mappings are attempted and would be ignored because some plugin

Re: [SlimDevices: Plugins] [Developers] Patch to addModeDefaultMapping

2007-12-18 Thread Phil Meyer
I have a custom keymap that tries to map play.hold to invoke KDF's SongScanner plugin. I think this used to work a while back, but doesn't seem to any more: [playlist] play.hold = modefunction_PLUGIN.SongScanner::Plugin-jumptomenu I have deleted SavePlaylist SqueezeCenter plugin from

[SlimDevices: Plugins] CustomBrowse/DynamicPlaylist postinitPlugin error?

2007-12-18 Thread Phil Meyer
Tonight, I am seeing the following errors in my log file. CustomBrowse still appears to work in the WebUI, so maybe this isn't a big deal, but thought I'd report it anyway: [23:27:28.6347] Plugins::CustomBrowse::Plugin::postinitPlugin (1047) Failed to load Custom Browse: Not an ARRAY

Re: [SlimDevices: Plugins] Dynamic Playlists from search results

2007-12-14 Thread Phil Meyer
You should get a PL button beside an artist, if you don't it might be disabled in the server settings. There is an option in the Dynamic Playlist settings that is called Buttons in browse pages that controls this. This works in my own setup, so if it doesn't work in yours when this option is

Re: [SlimDevices: Plugins] Music Info Screen problems with Transportersecond screen

2007-12-13 Thread Phil Meyer
What kind of patch did you try? Changing the ne's to !=. Would you mind sending me your configuration for that particular player? _client:00:04:20:10:04:95: _ts_plugin_musicinfo_alt_volume: 1197325154 _ts_plugin_musicinfo_centerA: 1197326005 _ts_plugin_musicinfo_centerA_2X: 1197363222

Re: [SlimDevices: Plugins] Dynamic Playlists from search results

2007-12-13 Thread Phil Meyer
You should now be able to push the PL mixer button in search results and then select Random for artist to start a dynamic playlist with the selected artist in random order. In the player interface you will do the same by selecting Dynamic Playlist after you have hold play down for a while on the

Re: [SlimDevices: Plugins] Music Info Screen problems with Transportersecond screen

2007-12-12 Thread Phil Meyer
I've uploaded a new build which should fix the shuffle/repleat icon issue (and the warning reported by Phil). I tried patching MIS yesterday - just go round to trying it though and I'm still getting two lines and large font scrolling on the second screen. I'll try your new download version

Re: [SlimDevices: Plugins] TrackStat string formats for MusicInformation Screen

2007-12-11 Thread Phil Meyer
I'm not sure the above mentioned three items will be updated when you change the ratings, that's the part that is work in progress since the API regarding this has been changed in 7.0. Ah. Okay, thanks for the info. Phil ___ plugins mailing list

Re: [SlimDevices: Plugins] Music Info Screen problems with Transporter second screen

2007-12-11 Thread Phil Meyer
Hmm... that was an issue with early versions for SC7. Should be fixed in the latest (I'm using a Tx myself). Make sure you fully configure it. I'm sure I have the latest beta version of the plugin. I've changed the 2nd screen large font mode to have blanks for now. Yes, there are options to

Re: [SlimDevices: Plugins] Music Info Screen problems with Transporter second screen

2007-12-11 Thread Phil Meyer
I notice the following in my log, when I have ARTIST (ALBUM) selected as the left-hand text string for the 2nd display large font mode: [08:46:07.5614] Slim::Utils::Misc::msg (1226) Warning: [08:46:07.5610] Use of uninitialized value in string ne at Plugins/MusicInfoSCR/Info.pm line 437. Phil

[SlimDevices: Plugins] Dynamic Playlists from search results

2007-12-11 Thread Phil Meyer
I'd like to be able to play random songs from selecting an artist. I can do this in Custom Browse-Artists, invoking the Random Mix mixer. However, it's not possible on the standard Artist browse mixers, and therefore I don't get the option if I use Search or Lazy search to find an artist. Is

[SlimDevices: Plugins] TrackStat string formats for Music Information Screen

2007-12-10 Thread Phil Meyer
I'd like to display the Trackstat star rating on the screen saver display. Looking at the tags I currently have to choose from, I can see: TRACKSTAT_RATING_DYNAMIC TRACKSTAT_RATING_NUMBER TRACKSTAT_RATING_STATIC TRACKSTATRATINGNUMBER I believe I have tried all of

[SlimDevices: Plugins] Music Info Screen problems with Transporter second screen

2007-12-10 Thread Phil Meyer
Configuring display items for the second screen is great, but I seem to have a strange issue all of a sudden whereby the large font settings are actually being displayed, scrolling over the top of the two-line display settings on the second screen. I've only had my Transporter a matter of a

[SlimDevices: Plugins] Music Info Screensaver logging

2007-12-04 Thread Phil Meyer
I am seeing the following in my log, three times a second: [08:34:30.6184] Slim::Utils::Misc::msg (1214) Warning: [08:34:30.6182] Use of uninitialized value in string ne at Plugins/MusicInfoSCR/Info.pm line 437. I have the logging level set to Error for this plugin, but it is still logging the

[SlimDevices: Plugins] Can't access Dynamic Playlist and TrackStat from SqueezeBox

2007-12-04 Thread Phil Meyer
I can't get in to TrackStat or Dynamic Playlist menus when I try to right-arrow into these from the Custom Browse menu. I see this in the log: [08:39:39.0661] Slim::Buttons::Common::pushMode (1733) Error: Crashing because 'PLUGIN.DynamicPlayList' has no mode function or a bogus function.

[SlimDevices: Plugins] Add/Play buttons in Dynamic Playlist mixers

2007-12-04 Thread Phil Meyer
If I select a genre and bring up the mixers (play.add on a genre), and go into Dynamic Playlists-Random albums for genre, I get a right-arrow indicator indicating that I should press right-arrow to start playback. I wanted to add to the current playlist, so I tried to press Add. This said it

Re: [SlimDevices: Plugins] TrackStat problems

2007-11-21 Thread Phil Meyer
This works in my own setup, but if you have another plugin that also register buttons in the playlist mode (Now Playing) the first one will win and the second registration will be ignored. My own plugin (PlaylistMan) tries to register add.hold in the now playing mode. In the past, TrackStat has

[SlimDevices: Plugins] TrackStat problems

2007-11-20 Thread Phil Meyer
I am running TrackStat-2.0.beta03. I am finding that on the PlayerUI Now Playing screen, I can't press number keys to set a rating any longer. Eg. press-and-hold 5 will try to play favorite #5, not set a rating of 5* on the selected track. Also, in TrackStat Interface settings, I have set Web

Re: [SlimDevices: Plugins] Announce: Custom Skip plugin

2007-11-18 Thread Phil Meyer
I know there are several users with the same issue, encoded surround tracks. I initially solved that problem by tagging all digital music with a Surround Sound genre tag. I then set up a filter in Custom Skip to avoid playing tracks with that genre. However, when the option became available,

[SlimDevices: Plugins] Can't access Custom Browse from PlayerUI

2007-11-09 Thread Phil Meyer
Erland, I am having trouble getting into the Custom Browse menu from the PlayerUI in the latest SC7.0. I can invoke the custom browse menu via Extras-Custom Browse, but not from My Music-Custom Browse. Phil ___ plugins mailing list

[SlimDevices: Plugins] Song Scanner IR mapping

2007-11-09 Thread Phil Meyer
What is the command to put into a custom IR map file to invoke the Song Scanner in SC7.0? Phil ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/lists/listinfo/plugins

Re: [SlimDevices: Plugins] Can't access Custom Browse from PlayerUI

2007-11-09 Thread Phil Meyer
It's a bug in the Custom Browse beta, I've corrected it on my development setup but haven't got around to make a new beta release yet. I'll try to build a new release in next day or so. Thanks. Phil ___ plugins mailing list plugins@lists.slimdevices.com

Re: [SlimDevices: Plugins] Can't access Custom Browse from PlayerUI

2007-11-09 Thread Phil Meyer
A new problem tonight - in the latest SVN, I see that Slim/Utils/Validate.pm has been removed. CustomScan uses this, so it doesn't load. [22:01:32.5783] Slim::bootstrap::tryModuleLoad (266) Warning: Module [Plugins::CustomScan::Plugin] failed to load: Can't locate Slim/Utils/Validate.pm in

Re: [SlimDevices: Plugins] Song Scanner IR mapping

2007-11-09 Thread Phil Meyer
something like menu_Plugins::SongScanner::Plugin to get to the plugin or modefunction_Plugins::SongScanner::Plugin-jumptomenu to get to the adjustment, but it goes directly back to where you were before I have tried two things: play.hold = modefunction_Plugins::SongScanner::Plugin-jumptomenu

[SlimDevices: Plugins] OPML Playlist Browser Editor

2007-11-05 Thread Phil Meyer
In SlimServer 6.5, there was the My Picks Editor, and a separate browser that appeared in the menus. In SqueezeCenter 7, am I right in saying that these only appear as a single item in Extras now? When I import or load my old mypicks.opml, I can see my menus that I had previously configured.

Re: [SlimDevices: Plugins] Announce: SqueezeCenter 7.0 beta versions of my plugins

2007-11-04 Thread Phil Meyer
I am having trouble getting into the Custom Browse menu from the PlayerUI again. Also, if I try to press play.hold to go into the mixers, I am finding now that the play action happens on the item, and then the mixers menu is displayed. I assume this is a bug with SqueezeCenter, rather than

Re: [SlimDevices: Plugins] [Announce] MusicInfoSCR 3.99 Beta (SlimServer 7 only)

2007-11-03 Thread Phil Meyer
I had a problem with scrolling in this plugin on SC7. Essentially the text remains stationary on the screen, whilst a copy of it also scrolls. I thought my eyes were going funny! I've finally resolved this issue. I think the problem was that I had defined new title formats in 6.5 for use in

Re: [SlimDevices: Plugins] [Announce] MusicInfoSCR 3.99 Beta (SlimServer 7 only)

2007-11-03 Thread Phil Meyer
Did you download the latest version? I updated only a few days ago. The previous beta was pretty much broken in font size handling, resulting in overlapping display content. Yes, I downloaded the latest version and had exactly the same display issues. That's when I decided took a look at the

Re: [SlimDevices: Plugins] Custom Scan and Browse with SS7.0

2007-11-02 Thread Phil Meyer
It drops the table during rescan if it contains more than 2 rows and is supposed to re-create it directly. The reason it drops it is that a drop is faster then deleting all the rows. My music library is under 2 songs. Is the table in question adding a row for all mixed tags (custom tags

Re: [SlimDevices: Plugins] Custom Scan and Browse with SS7.0

2007-11-01 Thread Phil Meyer
If you don't get any error, the only cause to this I can see is if SqueezeCenter runs towards different databases at startup compared to later when it has started. But I don't think this can happen unless there is some strange thing going on when migrating. I had some limited success today. I

Re: [SlimDevices: Plugins] Custom Scan and Browse with SS7.0

2007-11-01 Thread Phil Meyer
I had some limited success today. I got latest SVN version and restarted my server. I did a look for new and changed music. After this ran, I could see my custom scan tags in custom browse menus. However, I then did another look for new and changed music, and after this had run, the custom

Re: [SlimDevices: Plugins] Announce: SqueezeCenter 7.0 beta versions of my plugins

2007-10-31 Thread Phil Meyer
I have installed CustomScan and forced a scan of CustomTag module. I have installed CustomBrowse and tried to use some of my existing menus that use CustomTags. I get errors: Error: Running: select contributors.id,contributors.name,substr(contributors.namesort,1,1) from

Re: [SlimDevices: Plugins] Announce: SqueezeScrobbler 1.0 for SqueezeCenter 7.0

2007-10-27 Thread Phil Meyer
I'm a little confused what I need now. There's two audioscrobbler plugins now - do they work in harmony together? I say this because I still want to use LastFM, and in particular the interaction with Erland's plugins (play similar artists, etc). I guess there will be an official LastFM plugin

Re: [SlimDevices: Plugins] Announce: SqueezeScrobbler 1.0 for SqueezeCenter 7.0

2007-10-27 Thread Phil Meyer
- The similar artists functionality provided through Custom Scan has nothing to do with AudioScrobbler/LastFM plugins besides the fact that they are using the same data source (lastfm.com). So I would imagine that this functionality will be implemented in CustomScan also in the future. Ah, I see.

[SlimDevices: Plugins] CustomBrowse startup causes HTTP timeouts?

2007-10-27 Thread Phil Meyer
I was having a problem with SqueezeCenter DNS resolution. I raised bug 5918. This seems to have been resolved (it seems to resolve the DNS names okay now), but I still get HTTP timeouts. This appears to be due to something doing too much work at startup. I can see messages about purging

Re: [SlimDevices: Plugins] SqueezeScrobbler 1.05 error

2007-10-22 Thread Phil Meyer
I think this is a SlimServer issue - all that line is doing is setting the track length to zero - shouldn't have anything to do with the bitrate at all (and I just copied it from the Pandora plugin) cross-posted into beta forum then! Thanks. Phil ___

[SlimDevices: Plugins] SqueezeScrobbler 1.05 error

2007-10-21 Thread Phil Meyer
I tried to start a LastFM station from the playerUI, and nothing happened. From the log, I see lots of the following error: [23:52:29.6673] Slim::Networking::Select::select (245) Error: Select task failed: Carp::Clan::__ANON__(): Error executing 'UPDATE tracks SET bitrate = ? WHERE ( id = ?

Re: [SlimDevices: Plugins] Is there a plugin to improve fast forward rewind?

2007-10-20 Thread Phil Meyer
By the definitions we've talked about so far we can get to it in a single key depression and move to the place we want to hear. Great! As I said before, we have described the shortcut to get into the scanner plugin from the Now Playing screen (only from that screen - other screens probably

Re: [SlimDevices: Plugins] Is there a plugin to improve fast forward rewind?

2007-10-19 Thread Phil Meyer
Surely that definition above (in custom.map) is for when in a playlist or something? And not when playing a track from a browse or something? I don't really see what you are trying to achieve then. Most people I would assume to be listening to the music they are playing, and therefore on the

[SlimDevices: Plugins] Softsqueeze 3.4 desktop icon

2007-10-17 Thread Phil Meyer
One minor irritation with SoftSqueeze 3.4 on Windows is that every time I launch the application, it insists on moving the desktop icon to the top left of the desktop. I like to position icons on the desktop. Pretty minor but annoying nonetheless. It never did that on previous versions. Phil

Re: [SlimDevices: Plugins] Softsqueeze 3.4 desktop icon

2007-10-17 Thread Phil Meyer
One minor irritation with SoftSqueeze 3.4 on Windows is that every time I launch the application, it insists on moving the desktop icon to the top left of the desktop. I like to position icons on the desktop. Hmmm, I tried to move the icon to the quick launch folder and run it from there.

Re: [SlimDevices: Plugins] Is there a plugin to improve fast forward rewind?

2007-10-17 Thread Phil Meyer
GROAN!! I changed all play.hold to that definition and now under standard browsing the plugin does get offered... However, on leaving the plugin it leaves you buried down in plugins, rather than where you previously were? *sigh* This is clunky! You only want to set the play.hold action for the

Re: [SlimDevices: Plugins] Is there a plugin to improve fast forward rewind?

2007-10-17 Thread Phil Meyer
I suspect this is just the way it (SB) works? Hence my previous *groan*... Is that the case? No, I think you've configured it incorrectly. Sorry, I replied earlier, but forgot to press the send button... Phil ___ plugins mailing list

Re: [SlimDevices: Plugins] Is there a plugin to improve fast forward rewind?

2007-10-16 Thread Phil Meyer
Anyone? I've added it to default.map but it doesn't seem to work... What am I missing? Are you using SC7.0? I haven't tried the plugin with SC7 yet, so can't confirm if it works. You need to ask Kdf - he wrote the plugin and is using SC7.0. Phil ___

Re: [SlimDevices: Plugins] Announce: SqueezeCenter 7.0 beta versions of my plugins

2007-10-16 Thread Phil Meyer
TRACKSTAT (2.0.BETA01) Generally, it seems to be working well - I've only tried using the WebUI via Fishbone skin so far. I've found some things - maybe these are not specifically errors with the new version though? 1. If I go down to an album, eg. trackstat - albums - last added albums -

Re: [SlimDevices: Plugins] Is there a plugin to improve fast forward rewind?

2007-10-16 Thread Phil Meyer
I'll post a 7.0 version of the plugin later tonight. Great! Another missing plugin to cross off my list. I'll try it out tomorrow. Phil ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/lists/listinfo/plugins

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

2007-10-16 Thread Phil Meyer
I have uploaded a new version of my plugin that works with SqueezeCenter 7.0. This version will probably not work with SlimServer 6.5. http://www.hergest.demon.co.uk/Music/slim/PlaylistManPlugin.htm The plugin provides a quick way to add songs from the current playlist to another playlist.

Re: [SlimDevices: Plugins] disabling search on remote?

2007-10-12 Thread Phil Meyer
Does anyone know how to disable the search button on the SB remote (for SB1/SB2). You can remove the keyboard mapping from the server\IR\Default.map. i.e. comment out the line search = search by putting a # at the start of the line. That file change may get lost whenever you upgrade the

[SlimDevices: Plugins] AlienBBC for SC7

2007-10-12 Thread Phil Meyer
I have AlienBBC v2.00 beta 7.0. I tried to listen to BBC Radio 4 tonight, as there was some program about Radiohead's OK Computer, but I couldn't seem to get any AlienBBC stations to stream. I had everything running fine in 6.5, and just copied the relevant mplayer stuff from my old 6.5

Re: [SlimDevices: Plugins] AlienBBC for SC7

2007-10-12 Thread Phil Meyer
If it was from the zip file - I think the Linux custom-convert.conf was included. Rename the file slimserver-convert.conf to custom-convert.conf and restart. Fixed now, thanks. I deleted the custom-convert.conf and renamed slimserver-convert.conf - custom-convert.conf. Phil

Re: [SlimDevices: Plugins] [Announce] MusicInfoSCR 3.99 Beta (SlimServer 7 only)

2007-10-11 Thread Phil Meyer
On which player are you seeing this? SB3. ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/lists/listinfo/plugins

Re: [SlimDevices: Plugins] Announce: Moose 0.60 (squeezecentre/slimserver frontend for windows)

2007-10-11 Thread Phil Meyer
This sorts the dragging of the scroll thumb issue and in layout mode it now selects covers under the highlighted one. It's actually not as annoying as I thought it might be, so this might be a good solution.. I've also upped the rate which it grabs cached covers and optimised a few bits.. Wow,

Re: [SlimDevices: Plugins] [Announce] MusicInfoSCR 3.99 Beta (SlimServer 7 only)

2007-10-10 Thread Phil Meyer
I had a problem with scrolling in this plugin on SC7. Essentially the text remains stationary on the screen, whilst a copy of it also scrolls. I thought my eyes were going funny! Phil ___ plugins mailing list plugins@lists.slimdevices.com

Re: [SlimDevices: Plugins] Announce: Moose 0.60 (squeezecentre/slimserver frontend for windows)

2007-10-10 Thread Phil Meyer
Nice work - the album artwork scanning sure is a lot faster. Cover chooser is better. There are still a few issues, but the main things are: 1. There's no button/menu to repopulate the display with a new set of random album covers (previous/next pages are disabled - could put a repopulate

<    3   4   5   6   7   8   9   10   11   >