Re: [SlimDevices: Plugins] [Announce] Band's Campout 1.8

2022-11-22 Thread mavit
mherger wrote: > Wouldn't un-commenting that call to registerURLHandler() at the top of > ProtocolHandler.pm be good enough? Seems to be working here. Having retested it, indeed it would be. I'd got myself confused by it not handling the situation when a Bandcamp URL is already on the

Re: [SlimDevices: Plugins] [Announce] Band's Campout 1.8

2022-11-21 Thread mavit
The feature introduced in version 1.8.0 where you could paste a Bandcamp URL into the "Tune in to URL" box was lost again in version 1.8.5. Here's a patch to restore it: Code: From 6714d94c0001a5128ce739e6e470aca6979ff343 Mon Sep 17 00:00:00 2001 From: Peter

Re: [SlimDevices: Plugins] MPRIS support via slimpris2

2021-06-29 Thread mavit
I tagged version 3.0.0 today. Highlights since 2.0.0: - Auto-detection of LMS on the local network. - Expanded documentation. - Assorted bugfixes and minor improvements. mavit's Profile:

Re: [SlimDevices: Plugins] Announce: Music & Artist Information plugin

2021-04-23 Thread mavit
Plugin repository http://www.herger.net/slim-plugins/repo.xml points us to http://www.herger.net/MusicArtistInfo/ for more information about this plugin, but that page returns 404 Not Found. mavit's Profile:

Re: [SlimDevices: Plugins] MPRIS support via slimpris2

2021-04-21 Thread mavit
carsten_h wrote: > Hello! > > Is it possible with this and mpris-proxy > (https://wiki.archlinux.org/index.php/MPRIS#Bluetooth) for a bluetooth > headset with media controls to control squeezelite via the media > controls on the headset? I don't have a suitable Bluetooth device to test with,

Re: [SlimDevices: Plugins] MPRIS support via slimpris2

2021-03-26 Thread mavit
I made a new release today. Recent highlights: - Default to the first player we find rather than demanding that you always configure one. - Use Comet notifications so that things update straight away rather than only every five seconds. - Report the name of the player to MPRIS. - Allow

Re: [SlimDevices: Plugins] Mixlr plugin

2020-12-19 Thread mavit
punnet wrote: > Is it likely that it will be able to play on-demand shows sometime? This is what Mixlr calls showreels? They seem to be implemented in a different and more complicated way from live streams. It's not something I currently use myself, so I'm afraid I'm unlikely to get around

Re: [SlimDevices: Plugins] MPRIS support via slimpris2

2020-10-29 Thread mavit
lauret wrote: > > Thanks for your work! Nice to see that you have picked it up. > Thanks for doing most of the work! lauret wrote: > To get it to work I needed to do the following after building: > > Code: > > systemctl --user enable slimpris2.service >

Re: [SlimDevices: Plugins] BBCiPlayer V1.6 (and higher) & BBCiPlayerExtra 2.0 (and higher) Support

2020-10-06 Thread mavit
bpa wrote: > A separate issue but associated issue when this failure occurs - know > of two instances where LMS "spins" making the same request about every > 0.002 secs and so effectively locks out all other LMS activity. Not sure if this is related, but, in LMS 7.9, there was a case where if

Re: [SlimDevices: Plugins] BBCiPlayer V1.6 (and higher) & BBCiPlayerExtra 2.0 (and higher) Support

2020-10-06 Thread mavit
, with no improvement in compatibility for users who can’t use HTTPS. https://gitlab.com/mavit/BBCiPlayer/-/compare/master...https?w=1 mavit's Profile: http://forums.slimdevices.com/member.php?userid=10203 View this thread: http

Re: [SlimDevices: Plugins] BBCiPlayer V1.6 (and higher) & BBCiPlayerExtra 2.0 (and higher) Support

2020-10-06 Thread mavit
Sorry, I should have been clearer: I’m not having any trouble, personally, I just wanted to chip in to show how one can test what versions of TLS your OpenSSL can use with a particular site. Leave off the “-tls1” and it’ll use whatever it thinks best. bpa wrote: > Could the problem be in

Re: [SlimDevices: Plugins] BBCiPlayer V1.6 (and higher) & BBCiPlayerExtra 2.0 (and higher) Support

2020-10-06 Thread mavit
bpa wrote: > > I suspect Radioplayer needs/checks for TLS 1.3 which was only supported > from OpenSSL 1.1.* onwards and this causes the initial error. There may > be a race condition somewhere. It doesn't seem to be that, since the following command works, indicating support for TLS 1.0:

Re: [SlimDevices: Plugins] Announce: Material Skin

2020-08-29 Thread mavit
cpd73 wrote: > It's only taken about 4 months, but the Material APK is now available on > f-droid :) Obvious follow-up question: is it headed towards the Google Play Store too? I imagine that that is more complicated.

Re: [SlimDevices: Plugins] [Announce] Band's Campout 1.7

2020-07-02 Thread mavit
mherger wrote: > > I was going to have a look at Tune In URL support. > > Oh... that should already be mostly there. Or at least large parts of > it: the Bandcamp URL menu items would already do the lookup etc. > Indeed, it just needs plumbing in: Code: From

Re: [SlimDevices: Plugins] [Announce] Band's Campout 1.7

2020-07-02 Thread mavit
I was going to have a look at Tune In URL support. mavit's Profile: http://forums.slimdevices.com/member.php?userid=10203 View this thread: http://forums.slimdevices.com/showthread.php?t=108832

Re: [SlimDevices: Plugins] [Announce] Band's Campout 1.7

2020-07-02 Thread mavit
Is there a public Git repository for the Band's Campout plugin? mavit's Profile: http://forums.slimdevices.com/member.php?userid=10203 View this thread: http://forums.slimdevices.com/showthread.php?t=108832

[SlimDevices: Plugins] Mixlr plugin

2020-06-14 Thread mavit
I've created a plugin for 'Mixlr' (https://mixlr.com/). INSTALLATION Browse to Settings Plugins Additional Repositories, and add https://mavit.gitlab.io/lms-mixlr/extensions.xml to the list. A nightly version of Logitech Media Server 8.0 is required, 9th June 2020 or newer. USAGE This

Re: [SlimDevices: Plugins] Spotty with ReplayGain

2020-06-12 Thread mavit
Thanks, this was helpful. After some additional experimentation, I found that it also works when playing to a group of synced players. mavit's Profile: http://forums.slimdevices.com/member.php?userid=10203 View this

[SlimDevices: Plugins] Spotty with ReplayGain

2020-06-11 Thread mavit
When listening to a Spotify playlist containing recent recordings and recordings from the eighties, theres a clear difference in volume. All of my players are set to smart gain. When playing back local files, the volumes are similar, so I think this is a Spotify-specific problem.

Re: [SlimDevices: Plugins] Announce: Material Skin

2020-06-05 Thread mavit
May I make a request here for a feature in the Android app, since there’s no issue tracker at https://github.com/CDrummond/lms-material-app/? Would it be possible to plumb the app into Android’s sharing feature so that it can receive a URL and add it to the playlist as if one had pasted it into

Re: [SlimDevices: Plugins] MPRIS support via slimpris2

2020-05-24 Thread mavit
This is still a thing, and I made a new release today. mavit's Profile: http://forums.slimdevices.com/member.php?userid=10203 View this thread: http://forums.slimdevices.com/showthread.php?t=108956

Re: [SlimDevices: Plugins] Mixcloud plugin?

2020-05-06 Thread mavit
jrwendt wrote: > > The mix linked is an MP4 file and I use the Play MP4 plugin that uses > ffmpeg to transcode them. > This works fine as I said. However when I have Play MP4 installed LMS > will not play > MP4/m4a files that exist in my music folder. Only when I remove the > Play MP4

Re: [SlimDevices: Plugins] Squeezelite player and Ubuntu

2020-05-05 Thread mavit
I think it's simply that Ubuntu are shipping an old version. You could encourage the packager to update it. mavit's Profile: http://forums.slimdevices.com/member.php?userid=10203 View this thread:

Re: [SlimDevices: Plugins] BBCiPlayer V1.6 (and higher) & BBCiPlayerExtra 2.0 (and higher) Support

2020-03-14 Thread mavit
bpa wrote: > BBC are now only supporting https URL for listen again. Time to default to HTTPS? My changes for this are still at https://gitlab.com/mavit/BBCiPlayer/-/compare/master...https if you're interes

Re: [SlimDevices: Plugins] BBCiPlayer V1.6 (and higher) & BBCiPlayerExtra 2.0 (and higher) Support

2020-01-26 Thread mavit
bpa wrote: > I added the genre " Comedy panel shows" because for some reason the > "panel shows" are no longer included in the top level Comedy genre. I think there's a typo with this? Code: --- a/default.opml +++ b/default.opml @@ -4,8 +4,6 @@ -

Re: [SlimDevices: Plugins] BBCiPlayer V1.6 (and higher) & BBCiPlayerExtra 2.0 (and higher) Support

2019-12-19 Thread mavit
bpa wrote: > It's not just the 600x600x but all station logos larger than 320x240 - > now return an error. Perhaps this was a temporary blip, because the 600x600 icons work fine for me. mavit's Profile:

Re: [SlimDevices: Plugins] BBCiPlayer V1.6 (and higher) & BBCiPlayerExtra 2.0 (and higher) Support

2019-07-12 Thread mavit
bpa wrote: > So you have multiple programmes in a playlist and you are using the > context menu of a item in the playlist to look at the details of a > programme that is not playing ? If so it is something I have never > tried and I think some of the usual metadata may not be available until >

Re: [SlimDevices: Plugins] BBCiPlayer V1.6 (and higher) & BBCiPlayerExtra 2.0 (and higher) Support

2019-07-11 Thread mavit
bpa wrote: > Weird - I've just tried a few live and listen again and no message. I just noticed that this message is displayed only for programmes which are in the queue but are not currently playing. bpa wrote: > > Looking at the code - it's kind of odd that there is no "title" field >

Re: [SlimDevices: Plugins] BBCiPlayer V1.6 (and higher) & BBCiPlayerExtra 2.0 (and higher) Support

2019-07-10 Thread mavit
bpa wrote: > What station/program does this occur on ? Every listen again programme that I have tried. mavit's Profile: http://forums.slimdevices.com/member.php?userid=10203 View this thread:

Re: [SlimDevices: Plugins] BBCiPlayer V1.6 (and higher) & BBCiPlayerExtra 2.0 (and higher) Support

2019-07-10 Thread mavit
I notice that the iPlayer plugin regularly logs errors when fetching metadata which don't actually look like errors to me. There's a patch at https://gitlab.com/mavit/BBCiPlayer/commit/1e043b8d6342e6c6d0a329b6a88ff657784393b6 to cause these messages only to be emitted at higher log levels

Re: [SlimDevices: Plugins] BBCiPlayer V1.6 (and higher) & BBCiPlayerExtra 2.0 (and higher) Support

2019-07-04 Thread mavit
mrw wrote: > I can't help but think that, in the context of LMS, requiring "https > security" is somewhat overkill, "secure" is a decidedly relative > concept. That’s hopefully true for most people most of the time, but these things are never quite as simple as they appear. For example, sadly,

Re: [SlimDevices: Plugins] BBCiPlayer V1.6 (and higher) & BBCiPlayerExtra 2.0 (and higher) Support

2019-06-28 Thread mavit
bpa wrote: > DASH does not seems to be working Works for me. mavit's Profile: http://forums.slimdevices.com/member.php?userid=10203 View this thread: http://forums.slimdevices.com/showthread.php?t=109826

Re: [SlimDevices: Plugins] BBCiPlayer V1.6 (and higher) & BBCiPlayerExtra 2.0 (and higher) Support

2019-06-28 Thread mavit
ive/manifesto/audio/simulcast/dash/uk/dash_full/ak/bbc_radio_glastonbury.mpd=https://ichef.bbci.co.uk/images/ic/464x261/p07dtfw5.jpg To include this in the menus, I've posted an OPML file which you can load via the plugin settings. https://gitlab.com/mavit/BBCiPlayer/raw/glastonbury/menu.o

Re: [SlimDevices: Plugins] BBCiPlayer V1.6 (and higher) & BBCiPlayerExtra 2.0 (and higher) Support

2019-06-24 Thread mavit
bpa wrote: > I haven't looked at the code change yet but what issues are you trying > to solve ? Only the general issue that it's 2019 and it's better to use HTTPS wherever it's available. bpa wrote: > > When BBC started using https , test versions of the plugin preferred the > use of the

Re: [SlimDevices: Plugins] BBCiPlayer V1.6 (and higher) & BBCiPlayerExtra 2.0 (and higher) Support

2019-06-23 Thread mavit
I’ve had a go at making versions of BBCiPlayer and BBCiPlayerExtra that use HTTPS more often. If anyone would like to test these, you can grab them from https://gitlab.com/mavit/squeezebox-bbciplayer-plugin/tree/https and https://gitlab.com/mavit/squeezebox-bbciplayerextra-plugin/tree/https

Re: [SlimDevices: Plugins] BBCiPlayer V1.6 (and higher) & BBCiPlayerExtra 2.0 (and higher) Support

2019-06-23 Thread mavit
mrw wrote: > > > > > - I'm seeing on the Plugin tab (if I've had to wait a while for it > to load): > -Bad repository > https://downloads.sourceforge.net/project/bpaplugins/betarelease-repo.xml - Connect timed out: Resource temporarily unavailable- > > > > I haven't looked

Re: [SlimDevices: Plugins] BBCiPlayer V1.6 (and higher) & BBCiPlayerExtra 2.0 (and higher) Support

2019-05-30 Thread mavit
bpa wrote: > This is the problem documented by mavit 2 posts earlier. Indeed. Apologies for making such a lazy bug report. mavit's Profile: http://forums.slimdevices.com/member.php?userid=10203 View this thread: h

Re: [SlimDevices: Plugins] BBCiPlayer V1.6 (and higher) & BBCiPlayerExtra 2.0 (and higher) Support

2019-05-30 Thread mavit
The BBC have added additional information to their XML feeds, which has confused the BBCiPlayer plugin. Here's a patch: Code: --- BBCXMLParser.pm~ 2019-03-20 17:06:14.0 + +++ BBCXMLParser.pm 2019-05-30 14:47:14.31922 +0100 @@ -78,7 +78,7 @@

Re: [SlimDevices: Plugins] BBCiPlayer with DASH support - test version

2019-04-25 Thread mavit
bpa wrote: > "beta" referred to the BBC who at the time were beta testing DASH. Ah, I must admit I hadn’t realised this. I see that I still have both repos configured, in the expectation that one day a non-beta release of the BBCiPlayer plugin would appear. bpa wrote: > > The plugins which

Re: [SlimDevices: Plugins] BBCiPlayer with DASH support - test version

2019-04-25 Thread mavit
bpa wrote: > OK - just checking as the repo URL at the top of this thread is out of > date points to an old out of date version yet the repo is downloaded > over 2000 times /day. To be fair, the newer URL does have the word "beta" in it, so I can understand why some people would assume they

Re: [SlimDevices: Plugins] BBCiPlayer with DASH support - test version

2019-04-25 Thread mavit
bpa wrote: > Is this live or listen again. Although I see that the metadata collection is different for each, this seems to affect both. bpa wrote: > What version of plugin are you using ? Version 1.6.5, which I understand to be the latest. bpa wrote: > This is an old thread that keeps

Re: [SlimDevices: Plugins] BBCiPlayer with DASH support - test version

2019-04-24 Thread mavit
I notice that when a programme is initially added to the playlist, more metadata is available for it than when it is playing. For example, in the Logitech Media Server web interface, clicking on the currently playing iPlayer programme in the right hand pane causes it to appear in the left hand

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

2018-07-02 Thread mavit
mavit wrote: > Converting this plugin to use the 'Dark Sky API' > (https://darksky.net/dev) looks like an option worth investigating. > Can't promise to find time to do this myself any time soon, however. Hmm, looks like the licensing for this is unsuitable too. https://darksky.net

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

2018-07-02 Thread mavit
Converting this plugin to use the 'Dark Sky API' (https://darksky.net/dev) looks like an option worth investigating. Can't promise to find time to do this myself any time soon, however. mavit's Profile:

Re: [SlimDevices: Plugins] BBCiPlayer V1.5.2 beta test

2018-06-17 Thread mavit
Glenn2 wrote: > > How could I tweak that patch so that...: > > STATION > PROGRAMME: SONG BY ARTIST > The variable “$parts” contains a reference to hash containing a single element named “line”, the value of which is a three element array, one string element for each line of the display. The

Re: [SlimDevices: Plugins] BBCiPlayer V1.5.2 beta test

2018-06-15 Thread mavit
…Which leads me to think: is there any chance that the source code for this plugin could be hosted on one of the code hosting platforms, e.g., GitHub, GitLab, Bitbucket? It makes it easier to see what’s changed and why, easier for people to propose improvements, and harder for those suggestions

Re: [SlimDevices: Plugins] BBCiPlayer V1.5.2 beta test

2018-06-15 Thread mavit
Glenn2 wrote: > Anyway, I cracked it. I changed a line in BBCOnAir.pm. $self->text is > where it stores a specific string for showing on VFD displays. I > concatenated the title and info strings with ': ' between. > This is probably a good time to mention a similar change that I proposed

Re: [SlimDevices: Plugins] MPRIS support via slimpris2

2018-05-01 Thread mavit
I've created slimpris2 'RPM packages for Fedora' (https://copr.fedorainfracloud.org/coprs/mavit/slimpris2/). Installation is as simple as: Code: sudo dnf copr enable mavit/slimpris2 sudo dnf install slimpris2

[SlimDevices: Plugins] MPRIS support via slimpris2

2018-04-18 Thread mavit
'slimpris2' (https://github.com/mavit/slimpris2) is an implementation of the Media Player Remote Interfacing Specification for Logitech Media Server, originally written by Bart Lauret based on mpDris2. It allows player controls to be integrated into your favourite desktop. It's been abandoned

Re: [SlimDevices: Plugins] Mobile / responsive skin

2017-10-23 Thread mavit
hephepphepp wrote: > Would it be much work turning this into a proper plugin (with automatic > updates etc)? I have a domain for uploading/hosting, but would prefer to > serve directly from github if possible. Have a look at https://github.com/Logitech/slimserver-tools/tree/master/PluginBuilder

Re: [SlimDevices: Plugins] BBCiPlayer V1.5.2 beta test

2017-10-20 Thread mavit
Previously, the “on air” information for live broadcasts scrolled continuously. This patch causes the setting “Player Display Scroll Mode” to be observed, allowing the user to choose whether to scroll, to scroll once and stop, or to remain static. While I was there, I appended the programme

Re: [SlimDevices: Plugins] BBCiPlayer V1.5.2 beta test

2017-10-19 Thread mavit
Is there a Git repository or similar for this plugin? If I wanted to propose a change, would I post a patch here? mavit's Profile: http://forums.slimdevices.com/member.php?userid=10203 View this thread:

Re: [SlimDevices: Plugins] [Announce] Spotty v1.9.0 - now with experimental Spotify Connect support!

2017-10-16 Thread mavit
Here’s a few things I discovered whist trying to get Spotify Connect working. Hopefully these will be helpful to someone. - The settings page says, “you'll need to authorize Logitech Media Server using one of Spotify's applications. This can be their desktop client, or one of their

Re: [SlimDevices: Plugins] [Announce] Spotty v1.9.0 - now with experimental Spotify Connect support!

2017-10-16 Thread mavit
mherger wrote: > Pive Viewer Typo. Should be "Pipe Viewer". HTH. mavit's Profile: http://forums.slimdevices.com/member.php?userid=10203 View this thread: http://forums.slimdevices.com/showthread.php?t=108030

Re: [SlimDevices: Plugins] Mixcloud plugin?

2016-08-28 Thread mavit
wpf7 wrote: > Now here is the confusing part. If I download the file directly from > MixCloud using http://offliberty.com/, I can save a local copy of the > MP4 file, which then plays just fine on the same players locally that > fail when playing from the MixCloud plugin. > > Does anyone have

Re: [SlimDevices: Plugins] LazySearch versus SrvrPowerCtrl

2009-05-29 Thread mavit
on. -- mavit mavit's Profile: http://forums.slimdevices.com/member.php?userid=10203 View this thread: http://forums.slimdevices.com/showthread.php?t=63636 ___ plugins mailing list

Re: [SlimDevices: Plugins] LazySearch versus SrvrPowerCtrl

2009-05-23 Thread mavit
this message? Are there any other plugins currently in existence that block SrvrPowerCtrl? A quick web search didn't find any. -- mavit mavit's Profile: http://forums.slimdevices.com/member.php?userid=10203 View this thread

[SlimDevices: Plugins] LazySearch versus SrvrPowerCtrl

2009-05-22 Thread mavit
will complete without issue once the system awakes? -- mavit mavit's Profile: http://forums.slimdevices.com/member.php?userid=10203 View this thread: http://forums.slimdevices.com/showthread.php?t=63636

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

2008-08-31 Thread mavit
). +---+ |Filename: WeatherTime-prefs.patch | |Download: http://forums.slimdevices.com/attachment.php?attachmentid=5742| +---+ -- mavit

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

2008-08-31 Thread mavit
-alarm.patch On Windows, I think you'll need to download a tool to do this. -- mavit mavit's Profile: http://forums.slimdevices.com/member.php?userid=10203 View this thread: http://forums.slimdevices.com

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

2008-08-31 Thread mavit
Pascal Hibon;334910 Wrote: sh** I’m on Windows. Would kyleki’s ZIP file do the job as well? Yes, as long as you don't use alarms. But, hey, I might as well just do my own zip file: http://www.mavit.org.uk/squeezecenter-weathertime/ -- mavit

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

2008-08-30 Thread mavit
gharris999;334009 Wrote: SrvrPowerCtrl Prefs are reset to defaults when upgrading to a new version of the plugin. Make sure you backup your prefs if are using non-standard cmd lines for the shutdown etc. commands. Ick, why? -- mavit

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

2008-07-24 Thread mavit
gharris999;322257 Wrote: Mavit: you might want to look at this post: http://forums.slimdevices.com/showthread.php?t=46806 Ah, okay. In that case it would be best to bump the minimum version of SqueezeCenter in install.xml. -- mavit

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

2008-07-24 Thread mavit
gharris999;322268 Wrote: Mavit: any clue as to how to put back the default sleep button behavior if the user unchecks the 'handle sleep button' setting? (Short of restarting the server, that is?) I'm managed to kludge a fix to this by just duplicating the default code from Slim

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

2008-07-22 Thread mavit
://forums.slimdevices.com/attachment.php?attachmentid=5499| +---+ -- mavit mavit's Profile: http://forums.slimdevices.com/member.php?userid=10203 View this thread: http

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

2008-07-21 Thread mavit
-linux.patch | |Download: http://forums.slimdevices.com/attachment.php?attachmentid=5493| +---+ -- mavit mavit's Profile: http

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

2008-07-13 Thread mavit
gharris999;308728 Wrote: This version attempts to work on both Windows Linux servers. Supports suspend hibernation on Windows servers. Is there any reason that suspend and hibernate are not supported on Linux, or is it simply that no-one has written the code yet? -- mavit

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

2008-07-13 Thread mavit
mavit;319574 Wrote: Is there any reason that suspend and hibernate are not supported on Linux, or is it simply that no-one has written the code yet? Well, either way, here's a patch that does it. +---+ |Filename: SrvrPowerCtrl

Re: [SlimDevices: Plugins] Announcing Demuxtape: a plugin for muxtape.com

2008-07-11 Thread mavit
from muxtape.com. You can download it at http://www.mavit.org.uk/demuxtape/. -- mavit mavit's Profile: http://forums.slimdevices.com/member.php?userid=10203 View this thread: http://forums.slimdevices.com/showthread.php?t

Re: [SlimDevices: Plugins] Announcing Demuxtape: a plugin for muxtape.com

2008-07-10 Thread mavit
this on the mailing list, Demuxtape is a SqueezeCenter plugin for playing tapes from muxtape.com. You can download it at http://www.mavit.org.uk/demuxtape/. -- mavit mavit's Profile: http://forums.slimdevices.com/member.php?userid=10203

[SlimDevices: Plugins] Announcing Demuxtape: a plugin for muxtape.com

2008-07-09 Thread mavit
this secret word from the muxtape website (if you know how), or just keep an eye on http://twitter.com/lolmuxtape for a tip-off. For now, you'll need to manually edit Demuxtape/ProtocolHandlers/Track.pm whenever this word changes. -- mavit

[SlimDevices: Plugins] Announcing squeezecenter-remote and Net::SqueezeCenter::Remote

2007-12-30 Thread mavit
/squeezecenter-remote/Net-SqueezeCenter-Remote-0.01.tar.gz. If feedback is positive I'll upload to CPAN for ease of installation. This is the first release, so expect a few rough edges. -- mavit mavit's Profile: http

Re: [SlimDevices: Plugins] Last.fm SlimScrobbler Plugins SS 7.0a

2007-10-01 Thread mavit
the plugin directly into Plugins. Code: 404 Not Found: plugins/SqueezeScrobbler/settings/basic.html -- mavit mavit's Profile: http://forums.slimdevices.com/member.php?userid=10203

Re: [SlimDevices: Plugins] Last.fm SlimScrobbler Plugins SS 7.0a

2007-10-01 Thread mavit
mavit;231852 Wrote: I'm seeing a very similar error, but I don't think I've got this same problem since I placed the plugin directly into Plugins. Code: 404 Not Found: plugins/SqueezeScrobbler/settings/basic.html To answer my own

[SlimDevices: Plugins] Gnome desktop intergration

2007-07-13 Thread mavit
thoughts? -- mavit mavit's Profile: http://forums.slimdevices.com/member.php?userid=10203 View this thread: http://forums.slimdevices.com/showthread.php?t=36773 ___ plugins mailing

Re: [SlimDevices: Plugins] LastFM firefox helper

2007-03-25 Thread mavit
supply the details if anyone is interested. -- mavit mavit's Profile: http://forums.slimdevices.com/member.php?userid=10203 View this thread: http://forums.slimdevices.com/showthread.php?t=21377