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

2022-11-22 Thread Michael Herger
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 playlist (because you'd

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-22 Thread Michael Herger
Wouldn't un-commenting that regex at the top of ProtocolHandler.pm be good enough? Seems to be working here. I'm wondering why it's commented out... ___ plugins mailing list plugins@lists.slimdevices.com

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

2022-11-22 Thread Michael Herger
Is this broken in the latest 1.9, too? You're saying it was broken in 1.8.5. But you're moving quite a bit of code to revert that regression... Can you tell me what was broken, and how you're fixing it? I'd like to keep a bugfix simpler than that re-factoring :-)

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] [Announce] Band's Campout 1.8

2021-06-17 Thread mherger
Added a small new feature to Band's Campout 1.9: access to the Bandcamp Daily shows. You can either play the tracks as featured in the show, or select the individual albums. Have fun! Michael "It doesn't work - what shall I do?" - "Please check your server.log and/or scanner.log file!" (LMS:

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

2021-05-01 Thread annoyingmouse
Spotted that 1.8.6 update was available so I've updated and it appears to be working fine now. Thanks!! annoyingmouse's Profile: http://forums.slimdevices.com/member.php?userid=49704 View this thread:

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

2021-04-30 Thread annoyingmouse
mherger wrote: > > I'm using LMS 7.9.1 and BC 1.8.4 (although I only updated the plugin > > from the previous version this morning) > > Anything in server.log? No errors but I had a look at the log with debug on for the plugin and I can see that where I presume it is supposed to be reading an

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

2021-04-30 Thread Michael Herger
I think I've fixed the Search issue. I'll look into the second issue later tonight/this weekend. ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins

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

2021-04-30 Thread Michael Herger
I'm using LMS 7.9.1 and BC 1.8.4 (although I only updated the plugin from the previous version this morning) Anything in server.log? ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins

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

2021-04-30 Thread annoyingmouse
I'm having two issues which may or may not be connected but were definitely not happening last week. Firstly, search is no longer working correctly for me. I've tried searching for various things that are no longer appearing. I tried selecting things from "Recent Searches" that no longer give

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

2021-02-12 Thread Michael Herger
I assume it is Bandcamp that sets the upper limit for playback to 128 kbps? Bandcamp is not primarily a streaming service, but a store where you can buy music. If you want higher quality than this "preview", you go and buy the tracks, and include them in your library.

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

2021-02-12 Thread Zombie
I assume it is Bandcamp that sets the upper limit for playback to 128 kbps? Zombie's Profile: http://forums.slimdevices.com/member.php?userid=25009 View this thread: http://forums.slimdevices.com/showthread.php?t=112519

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

2021-02-07 Thread Michael Herger
I have no idea what has happened, but now everything works again… Might have been a temporary network or server issue on Bandcamp's end. Good to know. Thanks! ___ plugins mailing list plugins@lists.slimdevices.com

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

2021-02-07 Thread peeter
I have no idea what has happened, but now everything works againÂ… peeter's Profile: http://forums.slimdevices.com/member.php?userid=63715 View this thread: http://forums.slimdevices.com/showthread.php?t=112519

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

2021-02-07 Thread Michael Herger
I've suddenly started seeing these errors when trying to access Bandcamp: Can you give me step-by-step instructions to reproduce this problem? ___ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins

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

2021-02-07 Thread peeter
I've suddenly started seeing these errors when trying to access Bandcamp: Code: [21-02-07 15:29:25.9710] Slim::Networking::IO::Select::__ANON__ (130) Error: Select task failed calling Slim::Networking::Async::_async_read: Not a HASH reference at

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

2020-12-30 Thread Michael Herger
It's the 2nd time I've had to do this . . . Oops... thanks for the heads up! I implemented a workaround back then, but never released it. Should be on its way now. -- Michael ___ plugins mailing list plugins@lists.slimdevices.com

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

2020-12-30 Thread waldo
mherger wrote: > > Two files uploaded just in case: > > 1.- Waldo_BandCamp_MusicFeed.log : the part of the logs for BandCamp > > plugin > > I don't see anything wrong about the call, yet bandcamp reports an > invalid request. But it's still working fine for me... Is the issue > ongoing? Or

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

2020-12-30 Thread kidstypike
mherger wrote: > > [20-12-28 22:48:36.2099] main::init (388) Starting Logitech Media > Server (v8.2.0, 1609139175, Mon Dec 28 09:23:00 CET 2020) perl 5.032000 > - aarch64-linux-thread-multi[20-12-28 22:48:39.2053] > Slim::Utils::PluginManager::load (393) Warning: Couldn't call >

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

2020-12-30 Thread Michael Herger
[20-12-28 22:48:36.2099] main::init (388) Starting Logitech Media Server (v8.2.0, 1609139175, Mon Dec 28 09:23:00 CET 2020) perl 5.032000 - aarch64-linux-thread-multi[20-12-28 22:48:39.2053] Slim::Utils::PluginManager::load (393) Warning: Couldn't call

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

2020-12-29 Thread slartibartfast
kidstypike wrote: > Bandcamp problems for me too. App not appearing in My Apps. > > > Code: > > [20-12-28 22:48:36.2099] main::init (388) Starting Logitech Media Server (v8.2.0, 1609139175, Mon Dec 28 09:23:00 CET 2020) perl 5.032000 -

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

2020-12-29 Thread kidstypike
Bandcamp problems for me too. App not appearing in My Apps. Code: [20-12-28 22:48:36.2099] main::init (388) Starting Logitech Media Server (v8.2.0, 1609139175, Mon Dec 28 09:23:00 CET 2020) perl 5.032000 - aarch64-linux-thread-multi[20-12-28 22:48:39.2053]

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

2020-12-29 Thread waldo
mherger wrote: > > Two files uploaded just in case: > > 1.- Waldo_BandCamp_MusicFeed.log : the part of the logs for BandCamp > > plugin > > I don't see anything wrong about the call, yet bandcamp reports an > invalid request. But it's still working fine for me... Is the issue > ongoing? Or

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

2020-12-28 Thread Michael Herger
Two files uploaded just in case: 1.- Waldo_BandCamp_MusicFeed.log : the part of the logs for BandCamp plugin I don't see anything wrong about the call, yet bandcamp reports an invalid request. But it's still working fine for me... Is the issue ongoing? Or could there have been a temporary

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

2020-12-28 Thread waldo
mherger wrote: > > Hi Michael, didn't expect to see you on a Sunday!! There was a typo, > it > > was "*Music Feed*" menu > > Ok. That's working fine here. Please enable logging for plugin.bandcamp, > > then upload your server.log.zip to: > >

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

2020-12-27 Thread Michael Herger
Hi Michael, didn't expect to see you on a Sunday!! There was a typo, it was "*Music Feed*" menu Ok. That's working fine here. Please enable logging for plugin.bandcamp, then upload your server.log.zip to: https://www.dropbox.com/request/T3RctyzGgNg0oFDubq6a (and don't forget to reset

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

2020-12-27 Thread waldo
mherger wrote: > > When I go to "Music Find" get this error (tried with iPeng and web > interface) > > > What exact menu is this? > > Hi Michael, didn't expect to see you on a Sunday!! There was a typo, it was "*Music Feed*" menu

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

2020-12-27 Thread Michael Herger
When I go to "Music Find" get this error (tried with iPeng and web interface): What exact menu is this? -Plugins::Bandcamp::API::__ANON__ (144) There was an error accessing the data servers. Please double-check or re-set your identity cookie in the plugin settings.- I can't reproduce this

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

2020-12-27 Thread waldo
Sorry to bother with a problem but could not find anything after a whilesearching. Logitech Media Server Version: 7.9.3 running in Raspi 4B (Max2Play) Band's Campout v1.8.3 When I go to "Music Find" get this error (tried with iPeng and web interface): -Plugins::Bandcamp::API::__ANON__ (144)

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

2020-11-10 Thread kidstypike
mherger wrote: > > For a while now I have no Band Camp under My Apps. > > > > Plugin settings show this: > > Go to Settings/Advanced/Bandcamp instead. > > > [20-11-10 10:04:32.2510] main::init (388) Starting Logitech Media > Server (v8.0.0, 160468, Thu Nov 5 09:29:13 CET 2020) perl

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

2020-11-10 Thread Michael Herger
For a while now I have no Band Camp under My Apps. Plugin settings show this: Go to Settings/Advanced/Bandcamp instead. [20-11-10 10:04:32.2510] main::init (388) Starting Logitech Media Server (v8.0.0, 160468, Thu Nov 5 09:29:13 CET 2020) perl 5.032000 -

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

2020-11-10 Thread Man in a van
Working here on > Logitech Media Server Version: 7.9.4 - 1603273368 @ Thu Oct 22 04:21:56 > CEST 2020 > Hostname: LMS > Server IP Address: 192.168.1.119 > Server HTTP Port Number: 9000 > Operating system:

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

2020-11-10 Thread kidstypike
Logitech Media Server Version: 8.0.0 - 1604995301 @ Tue Nov 10 09:27:59 CET 2020 Hostname: musicbox Server IP Address: 192.168.1.4 Server HTTP Port Number: 9000 Operating system: piCore - EN - utf8 Platform Architecture: aarch64-linux Perl Version: 5.32.0 - aarch64-linux-thread-multi

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

2020-11-10 Thread stuarty
Just a quick thank you for this plugin. It's working great on my nightly of LMS 8.0. I couldn't find the Bandcamp login cookie in Safari but it can be found in Chrome. stuarty's Profile:

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

2020-10-13 Thread annoyingmouse
mherger wrote: > > So, as an example, earlier today I played > > https://drewcitron.bandcamp.com/album/free-now through the plugin and > > the last two tracks appeared on the playlist as below: > > Thanks, that helped. Please give v1.8.3 a try. > > -- > > Michael That's working great.

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

2020-10-12 Thread Michael Herger
So, as an example, earlier today I played https://drewcitron.bandcamp.com/album/free-now through the plugin and the last two tracks appeared on the playlist as below: Thanks, that helped. Please give v1.8.3 a try. -- Michael ___ plugins mailing list

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

2020-10-12 Thread annoyingmouse
mherger wrote: > > Since updating to the most recent version (1.8.2), I've been having > an > > (minor) issue where for some reason track and album titles are using > > HTML character encoding for some characters (e.g. > > Would you have an example? > > -- > > Michael So, as an example,

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

2020-10-11 Thread Michael Herger
Since updating to the most recent version (1.8.2), I've been having an (minor) issue where for some reason track and album titles are using HTML character encoding for some characters (e.g. Would you have an example? -- Michael ___ plugins mailing

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

2020-10-08 Thread annoyingmouse
Since updating to the most recent version (1.8.2), I've been having an (minor) issue where for some reason track and album titles are using HTML character encoding for some characters (e.g. Code: instead of '). I have no recollection of this

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

2020-09-30 Thread Michael Herger
Band's Campout works great for me but for one detail - in iPeng I can't access Bandcamp Weekly. I get as far as the choice between "Listen as podcast (with comments)" and "Listen to songs (without comments)", but when I click on either of the options nothing happens. It works just fine in the web

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

2020-09-30 Thread peeter
I'm not sure whether to post this here or in the iPeng thread, but I'll give it a go. Band's Campout works great for me but for one detail - in iPeng I can't access Bandcamp Weekly. I get as far as the choice between "Listen as podcast (with comments)" and "Listen to songs (without comments)",

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

2020-09-26 Thread MrC
I'd installed this plug-in so long ago, and thought the absence of my account-related items was due to the plug-in being limited or broken. When I saw this thread yesterday, and realized a) I had my email address set in the Bandcamp username field, and b) my Identity cookie was long-since

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

2020-09-25 Thread bkmusic225
I did a complete reinstall. Everything up and running. Thanks for all that you do bkmusic225's Profile: http://forums.slimdevices.com/member.php?userid=70702 View this thread:

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

2020-09-25 Thread Michael Herger
Never had a problem before on the band's campout app. See my collection, weeklies etc. select an artist Blank on next screen, no titles at all Thanks for the heads up. Please give v1.8.2 a try. -- Michael ___ plugins mailing list

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

2020-09-24 Thread dysonapr
Just seen the same trying to play a wishlist album: [20-09-24 21:10:05.9531] Plugins::Bandcamp::Plugin::__ANON__ (662) undef [20-09-24 21:11:57.6359] Plugins::Bandcamp::Plugin::__ANON__ (662) undef dysonapr's Profile:

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

2020-09-24 Thread bkmusic225
Never had a problem before on the band's campout app. See my collection, weeklies etc. select an artist Blank on next screen, no titles at all please help +---+ |Filename: Screen Shot 2020-09-24 at 4.45.23 PM.png |

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

2020-08-06 Thread peterjk
peterjk wrote: > > > > Could you please send me your server.log.zip and the first and last 20 > characters of the cookie you used? > > -- > It's in your mailbox. Thanks Michael for helping me out. The solution was, that I had misread the instruction on the settings page and used my

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

2020-08-04 Thread peterjk
mherger wrote: > > > > Could you please send me your server.log.zip and the first and last 20 > characters of the cookie you used? > > -- > It's in your mailbox. peterjk's Profile:

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

2020-08-03 Thread Michael Herger
Hi Michael, I just installed Band's Campout in my piCore LMS. In settings I followed the procedure for logging in you described in the version 1.7 post. But My Bandcamp returns empty. All other parts, like the weeklies, show up correctly. Could you please send me your server.log.zip and the

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

2020-08-03 Thread peterjk
Hi Michael, I just installed Band's Campout in my piCore LMS. In settings I followed the procedure for logging in you described in the version 1.7 post. But My Bandcamp returns empty. All other parts, like the weeklies, show up correctly. Peter.

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

2020-07-09 Thread peeter
1.8.1 seems to have solved the problem, thanks! peeter's Profile: http://forums.slimdevices.com/member.php?userid=63715 View this thread: http://forums.slimdevices.com/showthread.php?t=112519

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

2020-07-08 Thread Michael Herger
It seems as though 1.8 might have broken something... When trying to play Bandcamp weekly I get this error message in the logs: ] [20-07-08 17:56:25.2494] Slim::Web::JSONRPC::requestMethod (455) Request failed with error: Bad dispatch! Confirmed, thanks. Looking into it. -- Michael

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

2020-07-08 Thread peeter
It seems as though 1.8 might have broken something... When trying to play Bandcamp weekly I get this error message in the logs: > ] > [20-07-08 17:56:25.2494] Slim::Web::JSONRPC::requestMethod (455) Request > failed with error: Bad dispatch! > [20-07-08 17:57:20.4432]

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

2020-07-02 Thread mherger
Band's Campout 1.8 adds support for the LMS 8 "Tune In to..." enhancement: it allows you to paste album URLs like https://hrmnn.bandcamp.com/album/hermann in the Tune In... field to play them directly. Thanks @mavit not only for the underlying work in LMS8, but for this implementation for