Re: [SlimDevices: Plugins] Mixcloud plugin?

2022-04-15 Thread 505


A new development version is available in the dev repo, with a lot of
fixed by kwarklabs on GitHub. This is now available as version 0.7.11.
If there is some positive feedback (or no negative feedback), I'll
release it in a few days to the main repository as version 0.8.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Plugins: 'SqueezeCloud (SoundCloud)'
(https://github.com/danielvijge/SqueezeCloud), 'Mixcloud'
(https://github.com/danielvijge/lms_mixcloud)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=88286

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


Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2022-04-01 Thread 505


punnet wrote: 
> Latest update seems to have completely sorted the longstanding problems
> with lack of search results & only playing the first item in the list of
> results. 
> Many thanks!

Good to hear. There is indeed a new version available in the beta
channel. This is based a merge request from kwarklabs on GitHub with a
lot of API improvements. I'll keep it in the beta channel for a little
while so people who are testing it can give feedback in this thread.
After that I'll move it to the official channel so it's pushed to all
users.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Plugins: 'SqueezeCloud (SoundCloud)'
(https://github.com/danielvijge/SqueezeCloud), 'Mixcloud'
(https://github.com/danielvijge/lms_mixcloud)
----
505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=92723

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


Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2021-09-12 Thread 505


staresy wrote: 
> Is this what you need?
> 
> [21-09-10 20:15:08.4620] main::init (390) Starting Logitech Media Server
> (v8.3.0, 1630708871, Sat Sep  4 01:15:05 WEDT 2021) perl 5.014001 -
> MSWin32-x86-multi-thread
> [21-09-10 20:15:41.3454] Plugins::SqueezeCloud::Plugin::tracksHandler
> (307) search type: 
> [21-09-10 20:15:41.3461] Plugins::SqueezeCloud::Plugin::tracksHandler
> (308) index: 0
> [21-09-10 20:15:41.3467] Plugins::SqueezeCloud::Plugin::tracksHandler
> (309) quantity: 25000
> [21-09-10 20:15:41.3473] Plugins::SqueezeCloud::Plugin::__ANON__ (323)
> i: 0
> [21-09-10 20:15:41.3478] Plugins::SqueezeCloud::Plugin::__ANON__ (328)
> max: 200
> [21-09-10 20:15:41.3485] Plugins::SqueezeCloud::Plugin::__ANON__ (407)
> fetching:
> https://api.soundcloud.com/tracks?order=created_at=streamable;
> [21-09-10 20:15:42.1058] Plugins::SqueezeCloud::Plugin::__ANON__ (458)
> this page: 10 total: 700
> [21-09-10 20:15:42.1064] Plugins::SqueezeCloud::Plugin::__ANON__ (463)
> short page, truncate total to 10
> [21-09-10 20:15:45.] Plugins::SqueezeCloud::Plugin::tracksHandler
> (307) search type: 
> [21-09-10 20:15:45.4450] Plugins::SqueezeCloud::Plugin::tracksHandler
> (308) index: 0
> [21-09-10 20:15:45.4454] Plugins::SqueezeCloud::Plugin::tracksHandler
> (309) quantity: 1
> [21-09-10 20:15:45.4459] Plugins::SqueezeCloud::Plugin::__ANON__ (323)
> i: 0
> [21-09-10 20:15:45.4464] Plugins::SqueezeCloud::Plugin::__ANON__ (328)
> max: 1
> [21-09-10 20:15:45.4469] Plugins::SqueezeCloud::Plugin::__ANON__ (407)
> fetching:
> https://api.soundcloud.com/tracks?order=created_at=streamable;
> [21-09-10 20:15:45.5111] Plugins::SqueezeCloud::Plugin::__ANON__ (458)
> this page: 10 total: 501
> [21-09-10 20:15:45.5226]
> Plugins::SqueezeCloud::ProtocolHandler::getNextTrack (175) Getting track
> from soundcloud for 1074413041
> [21-09-10 20:15:45.7958]
> Plugins::SqueezeCloud::ProtocolHandler::gotNextTrack (123)
> https://api.soundcloud.com/tracks/1074413041/download
> [21-09-10 20:15:45.8020]
> Plugins::SqueezeCloud::ProtocolHandler::gotNextTrack (132) Redirecting
> stream to 
> [21-09-10 20:15:45.8028]
> Plugins::SqueezeCloud::ProtocolHandler::gotNextTrack (139) setting
> soundcloud_meta_1074413041
> [21-09-10 20:15:45.8052] Slim::Player::Song::open (491) Warning: stream
> failed to open [soundcloud://1074413041].
> [21-09-10 20:15:51.2257]
> Plugins::SqueezeCloud::ProtocolHandler::getNextTrack (175) Getting track
> from soundcloud for 1074413041
> [21-09-10 20:15:51.3824]
> Plugins::SqueezeCloud::ProtocolHandler::gotNextTrack (123)
> https://api.soundcloud.com/tracks/1074413041/download
> [21-09-10 20:15:51.3873]
> Plugins::SqueezeCloud::ProtocolHandler::gotNextTrack (132) Redirecting
> stream to 
> [21-09-10 20:15:51.3881]
> Plugins::SqueezeCloud::ProtocolHandler::gotNextTrack (139) setting
> soundcloud_meta_1074413041
> [21-09-10 20:15:51.3907] Slim::Player::Song::open (491) Warning: stream
> failed to open [soundcloud://1074413041].

>From your signature, I take it you run LMS on Windows? There is a
problem with Perl on Windows. It seems to have trouble making a secure
connection to api.soundcloud.com. No idea yet why. It's also tracked
here https://github.com/danielvijge/SqueezeCloud/issues/37



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Plugins: 'SqueezeCloud (SoundCloud)'
(https://github.com/danielvijge/SqueezeCloud), 'Mixcloud'
(https://github.com/danielvijge/lms_mixcloud)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=92723

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


Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2021-09-10 Thread 505


Can you enable debug logging for the SqueezeCloud plugin, try again, and
post the results?

However, the error message you posted is not an error message set by
this plugin, but by LMS(?) itself. So depending on the results of the
debug log, it might be that it cannot be solved by the plugin if the
problem is not related to the plugin.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Plugins: 'SqueezeCloud (SoundCloud)'
(https://github.com/danielvijge/SqueezeCloud), 'Mixcloud'
(https://github.com/danielvijge/lms_mixcloud)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=92723

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


Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2021-09-08 Thread 505


Version 0.12 is now released. It should soon appear in the official
plugin repository list, and everyone should be offered the update
(regardless if you have a 3rd party repository installed or not).

Version 0.12 implements the new authentication mechanism that is
required by SoundCloud. One consequence of this is that *anonymous use
is no longer possible. You must have a SoundCloud account*, and you
enter your API key on the plugin's settings page. If you are not logged
in, every menu entry will disable a message that you must login. If your
API key is no longer valid, you will see "Unauthorized", and you must
also get a new API key.

To get your API key go to the plugin's settings page. Click on the
button 'Connect with SoundCloud'. A new popup window opens. If you're
not already logged in, log in with your SoundCloud username and
password. Then authorise the SqueezeCloud app to access your SoundCloud
account. The popup window now displays your API key. Copy this key and
paste it in the field on the settings page. Don't forget to press
'Apply' to save the API key.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Plugins: 'SqueezeCloud (SoundCloud)'
(https://github.com/danielvijge/SqueezeCloud), 'Mixcloud'
(https://github.com/danielvijge/lms_mixcloud)
--------
505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=92723

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


Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2021-09-03 Thread 505


Updated dev repo to 0.11.10. Version 0.11.9 most likely will not work
anymore because the authentication URL has changed from http to https.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Plugins: 'SqueezeCloud (SoundCloud)'
(https://github.com/danielvijge/SqueezeCloud), 'Mixcloud'
(https://github.com/danielvijge/lms_mixcloud)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=92723

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


Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2021-09-03 Thread 505


efluon wrote: 
> How to trigger the update? the repo is in my list, but no amount of
> switching the plugin off/on, restarting the server, and changing the
> repolink to https triggers an update. Still have 0.11
> switching off automatic plugin updates and restarting server does not
> enable a manual update option in the plugin settings.

Did you add https://danielvijge.github.io/SqueezeCloud/public-dev.xml to
the list, or only the non-dev repo? For now, it's only published in the
dev repo.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Plugins: 'SqueezeCloud (SoundCloud)'
(https://github.com/danielvijge/SqueezeCloud), 'Mixcloud'
(https://github.com/danielvijge/lms_mixcloud)
--------
505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=92723

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


Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2021-09-02 Thread 505


The login/authentication mechanism for SoundCloud is changing, so I had
to update this plugin as well. The first implementation is now released
as development version 0.11.9.
, 
For those that have updated to this version, can you share your
feedback? Does everything work as expected, and does your account stay
logged in, or do you have to log in again after some time?
If the feedback is positive, I will publish this as a new release for
everyone.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Plugins: 'SqueezeCloud (SoundCloud)'
(https://github.com/danielvijge/SqueezeCloud), 'Mixcloud'
(https://github.com/danielvijge/lms_mixcloud)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=92723

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


Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2021-08-09 Thread 505


I'm the current maintainer of the plugin. The codebase is located at
https://github.com/danielvijge/SqueezeCloud

SoundCloud sent me an email about upcoming changes to the authorisation:
https://developers.soundcloud.com/blog/security-updates-api I haven't
looked into this yet. Currently busy moving homes and a short holiday.
If someone already wants to take a look at it, a pull request is always
welcome.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Plugins: 'SqueezeCloud (SoundCloud)'
(https://github.com/danielvijge/SqueezeCloud), 'Mixcloud'
(https://github.com/danielvijge/lms_mixcloud)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=92723

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


Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-05-17 Thread 505


A new development build (0.6.4) is available for those that are have
enabled the Github repo directly. It contains again some fixes by
@philippe44. Once some users have tested it, I will push it to everyone
(it will then become version 0.7)



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Plugins: 'SqueezeCloud (SoundCloud)'
(https://github.com/danielvijge/SqueezeCloud), 'Mixcloud'
(https://github.com/danielvijge/lms_mixcloud)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=88286

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


Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-23 Thread 505


Yes, 0.5.11 is there, with a lot of other fixed from philippe44. The
official 0.5 contained some errors, 0.5.11 for now is only available in
the dev channel. If some more users can confirm that it is working, I'll
promote it to the stable channel.

Any release with version number 0.x is a stable release, 0.x.y is a dev
release. Stable releases are in the official plugin list. Dev releases
will only show if you manually added the repository URL to your plugin
list.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Plugins: 'SqueezeCloud (SoundCloud)'
(https://github.com/danielvijge/SqueezeCloud), 'Mixcloud'
(https://github.com/danielvijge/lms_mixcloud)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=88286

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


Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2021-04-21 Thread 505


Not really, but in low maintenance mode. I'm aware of several problems,
like the 50 followers limit, or the fact that it doesn't work all that
well with other skins. At the moment it's not really a priority for me
to fix these things, as I don't use SoundCloud all that much.
However, if any pull requests on Github I would merge without problem. I
must have missed the message from dmon about this specific error. I can
quickly add the missing string. That will not fix the fact you cannot
play a song, but it would fix a crash of the plugin.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Plugins: 'SqueezeCloud (SoundCloud)'
(https://github.com/danielvijge/SqueezeCloud), 'Mixcloud'
(https://github.com/danielvijge/lms_mixcloud)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=92723

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


Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-04-09 Thread 505


Current maintainer of the plug-in here. First of all, thanks to
philippe_44, bpa, cortegedusage, and mherger for all the comments,
investigations and the pull request.

The plug-in is hosted in my GitHub. I picked it up because the original
author made one post and disappeared after that. I try to patch it to
keep it working. I'm in no way a perl developer, and there are many
parts of the code I still don't understand. I do know the code itself is
in quite a bad state. It's closely related to the SoundCloud plug-in,
which is also constantly on the verge of breaking down. Both need a
rewrite to simplify things.
I actually don't use mixcloud (or SoundCloud) that much to warrant
spending a lot of time on it. I'll still try to keep the plug-in working
if it can be done with small fixes, but I doubt I can find the time to
do a complete rewrite. 

The use of dlmixcloud.com is not ideal. But as mixcloud doesn't offer
any public way to stream outside of their website/app it is needed. It
could be possible to handle whatever dlmixcloud is doing natively in the
plug-in, but I have no idea how often this changes, and it might
introduce more breakages if the extract algorithm needs to be updated
constantly. I have thought about using youtube-dl on an AWS lambda/API
gateway. That would simplify things. But there are also some costs
involved with that. And actually I have no idea how many people use the
plug-in, or what hosting of such a service would cost.

@mherger it would be nice if statistics of plugin installs/usage were
available. Is this something you have, or interested in adding to LMS
server?



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Plugins: 'SqueezeCloud (SoundCloud)'
(https://github.com/danielvijge/SqueezeCloud), 'Mixcloud'
(https://github.com/danielvijge/lms_mixcloud)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=88286

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


Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-03-18 Thread 505


It looks like the plug-in is working again, using the dlmixcloud service



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Plugins: 'SqueezeCloud (SoundCloud)'
(https://github.com/danielvijge/SqueezeCloud), 'Mixcloud'
(https://github.com/danielvijge/lms_mixcloud)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=88286

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


Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-03-09 Thread 505


Hopefully it's a temporary outage. 'Method 1' listed on dlmixcloud.com
still works, but this plugin uses 'Method 2', which doesn't currently
work.
This plugin could be rewritten to use 'Method 1', but that requires
parsing HTML instead of JSON, which might be more likely to break in the
future.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Plugins: 'SqueezeCloud (SoundCloud)'
(https://github.com/danielvijge/SqueezeCloud), 'Mixcloud'
(https://github.com/danielvijge/lms_mixcloud)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=88286

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


Re: [SlimDevices: Plugins] Mixcloud plugin?

2021-01-14 Thread 505


Yes, I can confirm. Problem seems to be that some of the API urls
contain a double slash. That used to work before, but now it doesn't.
Shouldn't be too difficult to do a fix for that



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Plugins: 'SqueezeCloud (SoundCloud)'
(https://github.com/danielvijge/SqueezeCloud), 'Mixcloud'
(https://github.com/danielvijge/lms_mixcloud)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=88286

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


Re: [SlimDevices: Plugins] Mixcloud plugin?

2020-08-13 Thread 505


mrmichaelwright wrote: 
> Log attached logging the following process using squeezelte-X as a
> player (starting from this time stamp [20-08-13 12:02:31.3215]):
> 
> Select mixcloud app > my mixcloud > following > 'Space Casette' > Tracks
> > 'Space Cassette Mixtape Vol III (Side B) by Jacques MalChance'
> 
> The artwork and metadata appear in the playlist window but playback does
> not start:
> 
> 
> 31272
> 
> 31273

It gives a HTTP 500 error, indicating that there is something wrong with
the dlmixcloud.com page. That's not really something I can do anything
about.

If you have curl available, does this command give any more
information?

Code:


  curl -v --request POST \
  --url https://www.dlmixcloud.com/ajax.php \
  --header 'content-type: multipart/form-data; 
boundary=---0111011101101001' \
  --form 
url=https://www.mixcloud.com/SpaceCassette/space-cassette-mixtape-vol-iii-side-b-by-jacques-malchance/
  




My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Plugins: 'SqueezeCloud (SoundCloud)'
(https://github.com/danielvijge/SqueezeCloud), 'Mixcloud'
(https://github.com/danielvijge/lms_mixcloud)
--------
505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=88286

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


Re: [SlimDevices: Plugins] Mixcloud plugin?

2020-08-12 Thread 505


svberger wrote: 
> Ok updated both still no go. Do I need to be adding "dl" to the URL when
> I plug it into the MC URL box?

No, not needed. Could you enable debug logging and see if something
shows up in the logs?



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Plugins: 'SqueezeCloud (SoundCloud)'
(https://github.com/danielvijge/SqueezeCloud), 'Mixcloud'
(https://github.com/danielvijge/lms_mixcloud)
----
505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=88286

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


Re: [SlimDevices: Plugins] Mixcloud plugin?

2020-08-12 Thread 505


It's available on the dev repository:
http://danielvijge.github.io/lms_mixcloud/public-dev.xml
But there shouldn't be any financial difference yet with the 0.3 release
version.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Plugins: 'SqueezeCloud (SoundCloud)'
(https://github.com/danielvijge/SqueezeCloud), 'Mixcloud'
(https://github.com/danielvijge/lms_mixcloud)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=88286

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


Re: [SlimDevices: Plugins] Mixcloud plugin?

2020-08-12 Thread 505


svberger wrote: 
> Trying to follow last few posts, but seems there still is no fix to
> stream MC in LMS, correct?

For me it does actually work, current with LMS   8.0.0 - 1597033155 and
Mixcloud dev version 0.3.2.

It's difficult to find out why it works for some, but not for others.
Might be that dlmixcloud.com has implemented some Recaptcha tests that
block automated retrieval?

There are others ways to do it, such as using a local binary op
youtube-dl for retrieving the url, but that would be a massive rewrite
of the plugin. Not something I want to do now. However, if others are
willing to participate, it could be done. It's just not a job that I
could do all by myself.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Plugins: 'SqueezeCloud (SoundCloud)'
(https://github.com/danielvijge/SqueezeCloud), 'Mixcloud'
(https://github.com/danielvijge/lms_mixcloud)
--------
505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=88286

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


Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2020-08-12 Thread 505


Are you using an app or a different skin for the website to start a
track? I see this happening with OrangeSqueeze and the Material Skin,
but with the Default skin everything plays correctly.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Plugins: 'SqueezeCloud (SoundCloud)'
(https://github.com/danielvijge/SqueezeCloud), 'Mixcloud'
(https://github.com/danielvijge/lms_mixcloud)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=92723

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


Re: [SlimDevices: Plugins] Mixcloud plugin?

2020-08-12 Thread 505


So does the dlmixcloud.com site also not work for you when you try it in
a browser?



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Plugins: 'SqueezeCloud (SoundCloud)'
(https://github.com/danielvijge/SqueezeCloud), 'Mixcloud'
(https://github.com/danielvijge/lms_mixcloud)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=88286

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


Re: [SlimDevices: Plugins] Mixcloud plugin?

2020-08-12 Thread 505


mrmichaelwright wrote: 
> This is from the Mixcloud API documentation (about the only bit of it I
> understand)
> 
> https://www.mixcloud.com/developers/
> 
> Could this be the reason for the plugin not working?

No, this has always been the case for Mixcloud. The plugin uses the
website dlmixcloud.com to get the actual URL of the track.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Source code: 'GitHub' (https://github.com/danielvijge) for SqueezeCloud,
Mixcloud, 22tracks and YouTube (old version)
--------
505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=88286

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


Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2020-08-11 Thread 505


Thanks for the bug report. I'll look at it again. However, it's becoming
difficult for me to fully develop and test the plugin, because I hardly
use it myself at the moment.

As such, I want to ask anyone who can to help out, either by:
- submitting pull requests on GitHub with fixes
- adding the dev repo
http://danielvijge.github.io/SqueezeCloud/public-dev.xml to your plugin
list and test any new version. I guess it would be better to only
release a new version publicly after others confirm everything is
working correctly.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Source code: 'GitHub' (https://github.com/danielvijge) for SqueezeCloud,
Mixcloud, 22tracks and YouTube (old version)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=92723

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


Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2020-08-10 Thread 505


A rexent pull request on GitHub to add Tune In URL support broke the
ability to play when browsing. Version 0.10.0 is now available, which
should fix this.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Source code: 'GitHub' (https://github.com/danielvijge) for SqueezeCloud,
Mixcloud, 22tracks and YouTube (old version)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=92723

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


Re: [SlimDevices: Plugins] Mixcloud plugin?

2020-03-30 Thread 505


Fixed. Published as version 0.2.1 to fix update of those who had already
updated.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Source code: 'GitHub' (https://github.com/danielvijge) for SqueezeCloud,
Mixcloud, 22tracks and YouTube (old version)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=88286

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


Re: [SlimDevices: Plugins] Mixcloud plugin?

2020-03-29 Thread 505


Thanks for the test. Stupid error on my part. I'll fix it tomorrow.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Source code: 'GitHub' (https://github.com/danielvijge) for SqueezeCloud,
Mixcloud, 22tracks and YouTube (old version)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=88286

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


Re: [SlimDevices: Plugins] Mixcloud plugin?

2020-03-29 Thread 505


Thanks for the tip burbie!

I've pushed an updated version to
https://danielvijge.github.io/lms_mixcloud/public.xml Would be good to
get some users to test this before I push it to everyone.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Source code: 'GitHub' (https://github.com/danielvijge) for SqueezeCloud,
Mixcloud, 22tracks and YouTube (old version)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=88286

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


Re: [SlimDevices: Plugins] Mixcloud plugin?

2020-03-29 Thread 505


The plugin uses mixcloud-downloader.com to get the playable track.
However, that site is giving a 502 BAD GATEWAY error. That's not
something I can solve.

Well, at least not on the short run. It could be solved by setting up my
own webservice to get the playable track, but I really don't know how
many people use the Mixcloud plugin, and what the costs would be of such
a webservice.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Source code: 'GitHub' (https://github.com/danielvijge) for SqueezeCloud,
Mixcloud, 22tracks and YouTube (old version)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=88286

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


Re: [SlimDevices: Plugins] Mixcloud plugin?

2020-03-25 Thread 505


Ah, missed that indeed. I've updated the plugin. Update should appear
shortly.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Source code: 'GitHub' (https://github.com/danielvijge) for SqueezeCloud,
Mixcloud, 22tracks and YouTube (old version)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=88286

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


Re: [SlimDevices: Plugins] Mixcloud plugin?

2020-03-24 Thread 505


I wasn't aware that an 8.0 version was already in the making. It's
strange that is complains, because the maxVersion is set to "*". Might
be that it specifically needs an instruction that is is compatible with
8.* I've changed that in
http://server.vijge.net/static/squeezebox/repo-beta.xml Could you add
that and see if that makes the plugin work correctly?



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Source code: 'GitHub' (https://github.com/danielvijge) for SqueezeCloud,
Mixcloud, 22tracks and YouTube (old version)
--------
505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=88286

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


Re: [SlimDevices: Plugins] Mixcloud plugin?

2019-11-12 Thread 505


I released 0.1.7 in the main repository. This fixes the 404 Not Found
error when browsing Mixcloud. It can take a little while before it shows
up in the official third party repository if you haven't installed any
custom repositories.

If you installed Paul Webster's repo, it might not update because the
version number is the same. If you haven't, it will update to the fixed
version. If you keep Paul's version installed (and the repo), there is
no problem, it the same as the official 0.1.7. When a new version is
released through the official repo, it will simply install over the
modified version.

Thanks to Paul Webster for supplying the patch for this fix through
Github.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Source code: 'GitHub' (https://github.com/danielvijge) for SqueezeCloud,
Mixcloud, 22tracks and YouTube (old version)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=88286

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


Re: [SlimDevices: Plugins] Mixcloud plugin?

2019-11-11 Thread 505


Paul Webster wrote: 
> I have made a patched version of the plugin to help people who are not
> able to make the change themselves while waiting for the plugin author
> to make a new version.
> 
> It will show up as version 0.1.7pw (the official one is 0.1.6 ... but I
> think that when they make a real 0.1.7 then it will be offered as an
> update by magic).
> 
> To install it, add this temporary repository to the bottom of the plugin
> page.
> 
> http://www.dabdig.co.uk/slimserver-rep/repo-lms-mixcloud-test.xml
> 
> This fixes things for Categories and Search.
> I have not worked out why the various Mixes do not work and am not
> actively looking at that issue.
> 
> Once the real plugin is updated I intend to remove mine.

Thanks. I have seen the merge request, and intend to merge it. I'll do a
quick regression test, and then I'll release it as a new version.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Source code: 'GitHub' (https://github.com/danielvijge) for SqueezeCloud,
Mixcloud, 22tracks and YouTube (old version)
--------
505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=88286

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


Re: [SlimDevices: Plugins] Mixcloud plugin?

2019-04-06 Thread 505


MichaelFFM wrote: 
> Works again After the Update. But the problem  that the stream stops
> after round about 10 minutes are still exist. Can someone look at this
> maybe?

I haven't noticed that. Do you have a specific track where that occurs,
or does it occur for all tracks?
You could try to enable debug logging, and see if there is something
useful in the logs.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Source code: 'GitHub' (https://github.com/danielvijge) for SqueezeCloud,
Mixcloud, 22tracks and YouTube (old version)
----
505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=88286

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


Re: [SlimDevices: Plugins] Mixcloud plugin?

2019-04-05 Thread 505


Version 0.1.5 is released, thanks to a pull request from stiefenm on
Github. This version fixes the playing issue, related to HTTPS.

It might take some hours before it shows up in the default repository.
If you need it before, see the links in my signature.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Source code: 'GitHub' (https://github.com/danielvijge) for SqueezeCloud,
Mixcloud, 22tracks and YouTube (old version)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=88286

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


Re: [SlimDevices: Plugins] Mixcloud plugin?

2019-04-04 Thread 505


cortegedusage wrote: 
> I was wondering if anybody still uses this plugin.
> There seems to be litle development on github.
> And I couldn't get it to work until stiefenm on Github made
> a pull request. Made the change in the file and it worked.
> 
> But now I don't get it played synced. 
> I've tried it on native players I have a touch and a radio. 
> But also on Pi's it doesn't get to play when they are in sync.
> 
> anyone has an idea, or the same problem?
> 
> thanks

I (developer/maintainer) don't use Mixcloud that much anymore, but if it
doesn't work, and it can be fixed easily, I will still update the plugin
and publish a new version through the default plugin repository. I did
see the pull request on Github, but I haven't had the time to test this
myself yet. After I can do that, I'll publish the new version.

I only have one Squeezebox, so I can't really test the sync
functionality.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Source code: 'GitHub' (https://github.com/danielvijge) for SqueezeCloud,
Mixcloud, 22tracks and YouTube (old version)
----
505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=88286

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


Re: [SlimDevices: Plugins] Mixcloud plugin?

2018-04-19 Thread 505

I can still play tracks from MixCloud. I only have a Touch, so it's
difficult to debug things for other players. If you can always reproduce
the issue, maybe you can post some debug logs of the Touch (where is
works), and the same track on a player where it doesn't work.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Source code: 'GitHub' (https://github.com/danielvijge) for SqueezeCloud,
Mixcloud, 22tracks and YouTube (old version)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=88286

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


Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2018-02-25 Thread 505

mkkyah wrote: 
> Hi 505,
> Do you  have time and interest to add "seeking" capabilities on
> progressbar to squeezecloud? I was checking unmaintained MixCloud
> plugin, which is based on Squeezecloud, and I think it's implemented
> there. If that helps to you for ease things:
> github.com/findechris/lms_mixcloud
> 
> BTW mixcloud plugin works almost without problems, but has a few
> glitches to fix:rolleyes:

I know the lms_mixcloud plugin quite well, because I also maintain the
up-to-date version at https://github.com/danielvijge/lms_mixcloud The
version you can download in the default repos is this one.
I looked at seeking quite a lot, but I can never get it to work. Even if
the track is an MP3, that is cached from an online location. Perl and
LMS are a bit too much of a black art for me to really debug this. I
just do what I can to keep the code working.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Source code: 'GitHub' (https://github.com/danielvijge) for SqueezeCloud,
Mixcloud, 22tracks and YouTube (old version)
----
505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=92723

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


Re: [SlimDevices: Plugins] Mixcloud plugin?

2017-09-12 Thread 505

otava5 wrote: 
> *505*:
> Play from the Mixcloud works,but i found a bug in the "My Mixcloud -
> Following"...I'm sending the video screen Thanks
> 
> 'Bug' (https://photos.app.goo.gl/IHCfUd8oSc4FoOny1)

Thanks for the bug report. I saw that bug before, and thought that I
fixed it. I'll look at it again. I hope I can fix it now. The original
code (not written by me) it now quite a bit of a mess, and would
actually require a full rewrite.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Source code: 'GitHub' (https://github.com/danielvijge) for SqueezeCloud,
Mixcloud, 22tracks and YouTube (old version)
----
505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=88286

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


Re: [SlimDevices: Plugins] Mixcloud plugin?

2017-09-05 Thread 505

Thanks for testing. I've published it to the official channel, so it
will update soon for everyone. There is no difference between the
version in the repo above, and the one that will appear in the official
release. If you want, you can remove the repo-beta.xml



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Source code: 'GitHub' (https://github.com/danielvijge) for SqueezeCloud,
Mixcloud, 22tracks and YouTube (old version)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=88286

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


Re: [SlimDevices: Plugins] Mixcloud plugin?

2017-09-04 Thread 505

A test version that will fix the problem is now live. If you want to
test it, that would be appreciated. For now, it's available in the beta
channel. To update, add this to your 3rd party repos:

http://server.vijge.net/static/squeezebox/repo-beta.xml

After a while, I'll push it to the main repo, so it will automatically
update for everyone.

Some notes on the changes:
It still used the API from Mixcloud. However, the actual play URL is now
retrieved from mixcloud-downloader.com, instead of trying to parse the
Mixcloud HTML output. I'm also experimenting a bit with the 'youtube-dl
project' (https://github.com/rg3/youtube-dl). This provides a really
nice API for getting the required info (I think mixcloud-downloader
might also be using that). As part of the solution, I can either ship a
binary with the Mixcloud plugin, or set it up as a web service. The
advantage of a web service is that I can update it independently, and
that it would enable me to write plugins for a lot of other online
services. Downside it that it costs money to run such a web service in
the cloud...



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Source code: 'GitHub' (https://github.com/danielvijge) for SqueezeCloud,
Mixcloud, 22tracks and YouTube (old version)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=88286

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


Re: [SlimDevices: Plugins] Mixcloud plugin?

2017-08-23 Thread 505

The good/bad news is that MixCloud stream are now also failing for me.
That means that I can finally start debugging the problem. It's not as
easy as before to get the URL from MixCloud. I got a very quick fix
working by making use of mixcloud-downloader.com Not sure how stable
that is, and if it will keep working or not. There are still some
problems with it, because it is working on one of my servers, but not on
the other. Probably some differences in regular expressions because of
perl versions. But I can fix that. As soon as I have that, I'll publish
an updated version. Let's hope this keeps working.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Source code: 'GitHub' (https://github.com/danielvijge) for SqueezeCloud,
Mixcloud, 22tracks and YouTube (old version)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=88286

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


Re: [SlimDevices: Plugins] Mixcloud plugin?

2017-07-21 Thread 505

dermicha wrote: 
> Now I think, it has to be another problem. Spotty also needs the ssl
> libraries and Spotty works.

Could you try the change to enable debugging the HTML the plugin
retrieves? Without that I cannot see why things might fail.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Source code: 'GitHub' (https://github.com/danielvijge) for SqueezeCloud,
Mixcloud, 22tracks and YouTube (old version)
--------
505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=88286

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


Re: [SlimDevices: Plugins] Mixcloud plugin?

2017-07-14 Thread 505

>From the logs it appears that indeed something goes wrong. The plugin
needs to fetch the trackID, and this is not happening. It parses the
Mixcloud HTML over HTTPS. Do you have the Perl HTTPS libraries
installed?
The other thing that I can think of is that the Mixcloud HTML is
different for different countries. If you really want to debug is, edit
one file in the plugin a bit. It depends on your OS where the Mixcloud
plugin is stored. It's the file ProtocolHandler.pm that you need to
edit. On line 120 remove the # so that is reads:

$log->debug($response->decoded_content);

Restart LMS and switch the logging for Mixcloud to debug. This will
produce a lot of output, because it will print the complete HTML in the
log. Somewhere in the HTML, it should read
"m-preview="https://audiocdn9.mixcloud.com/previews/2/f/d/4/93eb-ac0a-4207-a660-685b019a3650.mp3;
(or something similar).



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Source code: 'GitHub' (https://github.com/danielvijge) for SqueezeCloud,
Mixcloud, 22tracks and YouTube (old version)
--------
505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=88286

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


Re: [SlimDevices: Plugins] Mixcloud plugin?

2017-06-16 Thread 505

Wigster wrote: 
> Hi,
> 
> My Mixcloud plugin seems to have stopped working. Listing mixes works
> fine, but when you try to play one, LMS gets the metadata but does not
> start playing anything. This used to work a few weeks ago when I tried
> last, but I may have upgraded ffmpeg or some such (playing through
> PCP):
> 
> I'm attaching a log in a separate file: 22902

For me the track you referenced in the log file (RA.575) plays fine. Is
this now also the case for you?



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Source code: 'GitHub' (https://github.com/danielvijge) for SqueezeCloud,
Mixcloud, 22tracks and YouTube (old version)
--------
505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=88286

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


Re: [SlimDevices: Plugins] For the brave only: the Spotty Spotify implementation

2017-06-09 Thread 505

Thanks a lot for the work. I works all okay on my Debian based ARM-HF
server and Squeezebox Touch.

Just two questions, because I'm curious:
1. In custom-convert.conf I see that flc and mp3 are converted from
spotty to that format. But PCM is native from spotty. With FLAC I get a
bitrate of 705kbps CBR, but with PCM I get double: 1411kbps CBR.
However, the default is convert to FLAC. Any reason this is the default,
or why I might want to keep it to FLAC instead of PCM?
2. In the filetypes section, there is also Spotty Connectivity, with
only PMC, but it is disabled. Does this mean that Spotify Connect
(control from Spotify on phone) is eventually coming?



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Source code: 'GitHub' (https://github.com/danielvijge) for SqueezeCloud,
Mixcloud, 22tracks and YouTube (old version)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=107418

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


Re: [SlimDevices: Plugins] [Announce] 22tracks plugin - Play music from 22tracks.com

2016-10-22 Thread 505

mkkyah wrote: 
> 
> Yes, I have seen that they have created a Spotify user.  My suggestion
> was to keep the plugin alive also for other services,  but it can be too
> much work for you.  
> Thanks for your efforts so far.

The 'code of the plugin'
(https://github.com/danielvijge/squeezebox-22tracks/tree/old-22tracks)
is still there. And it is quite structured. So I think it is a good
example for any other plugin that deals with information in JSON files
and audio files on a remote server.
If there are good services that work in this way, and if I have an
interest in listening to them, I might make a new plugin based on the
old 22tracks plugin. Do you have any suggestions for such services?



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Source code: 'GitHub' (https://github.com/danielvijge) for SqueezeCloud,
Mixcloud, 22tracks and YouTube (old version)
--------
505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=105232

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


Re: [SlimDevices: Plugins] [Announce] 22tracks plugin - Play music from 22tracks.com

2016-10-22 Thread 505

I have updated the plugin. It now just displays the Spotify playlists
from 22tracks. I updated it so users are not left with a non-functioning
plugin.

You wouldn't really need this plugin, because you can do the same by
search on Spotify for the 22tracks user and adding that user to the
favourites. However, if you like a convenient menu for accessing the
22tracks playlists, you can keep this plugin installed.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Source code: 'GitHub' (https://github.com/danielvijge) for SqueezeCloud,
Mixcloud, 22tracks and YouTube (old version)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=105232

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


Re: [SlimDevices: Plugins] [Announce] 22tracks plugin - Play music from 22tracks.com

2016-10-21 Thread 505

Unfortunately 22tracks have decided to change their way of working a
bit. They will still be offering curated playlist, but no longer upload
and stream the songs directly from their own servers. Instead they will
use existing streaming services such as Spotify. You can read the
official announcement on the 'blog'
(https://blog.22tracks.com/22tracks-is-going-global-74986817457#.9cj1z0tse).

In an 'interview (Dutch)'
(http://3voor12.vpro.nl/nieuws/2016/Amsterdam-Dance-Event/22tracks-gooit-het-roer-rigoureus-om.html)
one of the founders said that the reason behind this change is that they
have a lot of trouble getting permission to upload music to their own
servers, and stream it without any security or DRM. And whilst the
marketing departments of record labels love them for offering new music
to customers, the legal departments were not so pleased with 22tracks.
One way around this is making use of existing streaming services such as
Spotify, were all the legal hassle is already taken care of.

Whilst I like Spotify as a streaming service, I do think it is a shame
that services such as 22tracks are (almost) forced to work with them,
creating a monopoly over time.

So I guess this will be the end of this plugin. If you liked 22tracks,
the best thing to do is to follow them on Spotify, and browse the
playlist using the official Spotify plugin for the Squeezebox. It is too
bad that this plugin has such a short lifespan.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Source code: 'GitHub' (https://github.com/danielvijge) for SqueezeCloud,
Mixcloud, 22tracks and YouTube (old version)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=105232

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


Re: [SlimDevices: Plugins] Announce: Google Music plugin

2016-08-25 Thread 505

snowzach wrote: 
> 
> GitHub is trying to redirect you and it's not working. You may also need
> the SSL library for perl. Check /var/log/squeezebox/server.log for
> errors

Yes, there are a lot of weird things with repos and SSL, even if you
have the SSL libraries installed. I did some tests with it when
releasing the new Mixcloud plugin. Basic findings (if I remember them
all correctly):
- Any repo on HTTPS never works
- Downloaded plugins can be on HTTPS for GitHub.io addresses
- Downloaded plugins cannot be offered as releases in GitHub. That would
be nice because it would give you some download statistics, but the
multiple redirects to Amazon Web Services are not handled well.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Source code: 'GitHub' (https://github.com/danielvijge) for SqueezeCloud,
Mixcloud, 22tracks and YouTube (old version)
----
505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=105800

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


Re: [SlimDevices: Plugins] Mixcloud plugin?

2016-08-15 Thread 505

Wigster wrote: 
> Hi,
> 
> I've just managed to clear out the installation of  a v. old version of
> the Mixcloud plugin and have finally managed to download your update.
> It's great, thank you!
> 
> I'm wondering whether there is any possibility of adding support for
> skipping within the track? Currently, when I click within the progress
> bar, it advances but the audio stops and does not play anymore, despite
> the advancing counter.
> 
> [edit] I've just noticed that the stream cannot unpause after being
> paused (counter starts ticking but no sound). I guess it's the same
> issue? I'm playing an MP4 stream.
> 
> Thanks you!

Skipping in MP3 tracks seems to work, but in MP4 tracks it doesn't. The
plugin actually has some code that give an explicit error when trying to
skip any track that is not MP3:

Code:


  if ( $ct ne 'mp3' ) {
  return ( 'SEEK_ERROR_TYPE_NOT_SUPPORTED', $ct );
  } 
  


I'll first try to see if I can enable it for MP4 tracks as well. If that
is not possible, I think I have to disable skipping for MP4, and only
have it for MP3.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Source code: 'GitHub' (https://github.com/danielvijge) for SqueezeCloud,
22tracks and YouTube (old version)
----
505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=88286

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


Re: [SlimDevices: Plugins] Mixcloud plugin?

2016-08-14 Thread 505

deubler wrote: 
> Tested and confirmed the official release. Works like a charm.
> 
> Still problems with mp4 on my Receiver, but thats a HW issue I suppose.
> Anyone has a Lame installation instruction for Debian-based system?
> 
> Cheers Jonny

-sudo apt-get install lame- works fine on my ARM jessie system. Look at
/etc/squeezeboxserver/convert.conf for configuration options.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Source code: 'GitHub' (https://github.com/danielvijge) for SqueezeCloud,
22tracks and YouTube (old version)
--------
505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=88286

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


Re: [SlimDevices: Plugins] Mixcloud plugin?

2016-08-13 Thread 505

I have fixed the category loaded, so now this plugin is officially
released. I have moved it to the official 3rd party plugin list, as
version 0.1.1, so everyone can install it without adding an additional
repository. If you already had v0.1 installed, it will upgrade
automatically.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Source code: 'GitHub' (https://github.com/danielvijge) for SqueezeCloud,
22tracks and YouTube (old version)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=88286

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


Re: [SlimDevices: Plugins] Mixcloud plugin?

2016-08-12 Thread 505

Made some fixed again. Plugin has the same version number, so it will
not update automatically if you already installed a previous version
from my repo-beta.xml. You should install manually:

Main changes:
- Fix direct input of Mixcloud URL when URL is https
- Better logging, don't keep it as debug, set it to warn (or info if you
want more info)
- Fixed some broken links in tag search
- Do not display menu items that do not have any subitems
- Correct track length when adding a track
- API keys updated, now the Mixcloud app is under my control. I think
*you need to get a new API key because of this change*. Go to the
settings page and request a new key
- Default format is now mp4. Not sure about this change, because from
the comments it seems that some people cannot play it. The advantage is
that mp4 loads almost instantly when pressing play on a track, for mp3
there is a long waiting time.

Categories appear to be broken. No matter what category you select, you
always get Ambient. I cannot figure out where the bug is. Passtrough
params are set correctly for the menu, but after a click, it always
displays the first item in the list. Any help is welcome.

Direct download available at
http://server.vijge.net/static/squeezebox/lms_mixcloud-0.1.zip



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Source code: 'GitHub' (https://github.com/danielvijge) for SqueezeCloud,
22tracks and YouTube (old version)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=88286

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


Re: [SlimDevices: Plugins] Mixcloud plugin?

2016-08-11 Thread 505

mkkyah wrote: 
> I have uninstalled the old and your version appeared under your repo.
> First impressions:
> --visual improvements are great
> --mp4 skip problem still there
> --when you click play for a track, reaction time is unpredictable.
> Nothing happens, no counting, no adding to playlist, but it starts after
> a while. It was working without a problem with the old one.
> -- This is maybe not everyone for to see, but I use Max2Play and there
> is a weird problem coming from old plugin and it's still there. When I
> open web interface of Max2Play and open Squeezeserver tab, end part of
> the page is filled with Squeezeserver log which is showing weird
> Mixcloud activity there and flashplayer starts playing on that browser
> page where you left Mixcloud web page last time. This is not a browser
> cache problem because I have tested from it with clean other notebooks
> and OS's; it comes directly from LMS server machine. I'm adding log
> output: http://pastebin.com/0p6KxyBb
These last two are known, and are a bit related to how the Mixcloud
plugin works. Mixcloud does not have an API for playing tracks. This
means that the plugin loads the HTML page to try and find the filename
of the track. After that, it has to search for the correct server where
this track is located. This could be stream1.mixcloud.com,
stream50.mixcloud.com, or everything in between. That's why it's taking
a long time.

The log settings are also not optimal. For the previous version, the
default logging was debug. When the HTML page is examined, the complete
page is printed in the debug log. I plan the change when is outputted at
what log level to something a bit more sensible. For now, you can change
to log level to anything other than debug.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Source code: 'GitHub' (https://github.com/danielvijge) for SqueezeCloud,
22tracks and YouTube (old version)
----
505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=88286

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


Re: [SlimDevices: Plugins] Mixcloud plugin?

2016-08-11 Thread 505

mkkyah wrote: 
> Thank you for that 505,
> I will test and report back soon.
> Before testing I can tell you that Mixcloud plugin was good with mp3
> streams but if the stream is mpeg-4 than skip was not working. I mean
> you could skip on the track but no sound was there while it seems to
> play further.
Do you have an example of a file that can play in MP3. I tested it
yesterday, but I have only seen mpeg-4 files. The preference for
mp3/mpeg-4 in the settings was broken, so it might have been a bit of
luck if you got mp3 or not in the previous version.

mkkyah wrote: 
> I have added your repo but nothing is listed or offered to upgrade.
> Should I remove old version first?
I gave it version 0.1 (was 0.0.1), so it should upgrade. Is the repo
itself visible as a section at the bottom of the plugin list? Should
show up as "Squeezebox beta repository by Daniel Vijge". Actually I
haven't tested the full upgrade and installation path yet. And whilst I
am working on it, I'll probably publish some new version without
updating the version number. Not the best practice, I know, but I want
to deal with versioning only once I move it to the official 3rd party
repository, so everyone can install it. If you keep having trouble, try
a manual installation by downloading from
http://server.vijge.net/static/squeezebox/lms_mixcloud-0.1.zip



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Source code: 'GitHub' (https://github.com/danielvijge) for SqueezeCloud,
22tracks and YouTube (old version)
--------
505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=88286

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


Re: [SlimDevices: Plugins] Mixcloud plugin?

2016-08-10 Thread 505

Because the original author seems to have disappeared, I have forked the
plugin and made some changes. I have fixed the loading of images for
users and tracks, fixed the pagination, and some other small changes. If
you're interested in testing it, add the 3rd party repo
http://server.vijge.net/static/squeezebox/repo-beta.xml to your plugin
list.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Source code: 'GitHub' (https://github.com/danielvijge) for SqueezeCloud,
22tracks and YouTube (old version)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=88286

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


Re: [SlimDevices: Plugins] [Announce] 22tracks plugin - Play music from 22tracks.com

2016-07-28 Thread 505

Shellness wrote: 
> Got it.  Here's the log:
> 
> // log removed
> 
> By the by, the one thing I understand from the above is that
> mysqueezebox.com password was wrong.  It is now correct.
> 
> Are you able to say what the 22tracks references mean in the log,
> please?

Nothing strange there, indeed only the login problem. However, I have
seen occasions where failure to login to mysqueezebox.com would result
in to single plugin being loaded.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Source code: 'GitHub' (https://github.com/danielvijge) for SqueezeCloud,
22tracks and YouTube (old version)
--------
505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=105232

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


Re: [SlimDevices: Plugins] [Announce] 22tracks plugin - Play music from 22tracks.com

2016-07-19 Thread 505

Shellness wrote: 
> I ticked the "Save logging settings" and the "Debug" dropdown survives
> for 22tracks.  I can't see any dropdowns at the top of the page that
> relate to 22tracks, however, just the same Logging items:
> 
> - Please select log set
> - Reset logging preferences
> - Internet radio
> - Media scanner
> - Server
> - Transcoder
> 
> Thanks.

You don't need to change the dropdown at the top. As long as 22tracks
has the setting "Debug" set, you're okay. Just click on the link for
server.log to view the log file.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Source code: 'GitHub' (https://github.com/danielvijge) for SqueezeCloud,
22tracks and YouTube (old version)
--------
505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=105232

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


Re: [SlimDevices: Plugins] [Announce] 22tracks plugin - Play music from 22tracks.com

2016-07-19 Thread 505

Shellness wrote: 
> Thanks for the reply.  I've been away, hence the delay.
> 
> Changing the log settings to provide for 22tracks debugging has the
> dropdown saying "Debug".  The only option at the top of the page is
> under Logging:
> 
> - Please select log set
> - Reset logging preferences
> - Internet radio
> - Media scanner
> - Server
> - Transcoder
> 
> When I reboot the "Debug" dropdown changes to "Warn".  I've changed the
> dropdown back to "Debug" several times and then rebooted.  On each
> occasion it goes to "Warn".
> 
> I'm not sure where I go from here.
> 
> Thanks.
Check the checkbox for "Save logging settings for use at next
application restart". Then you can change it to debug and restart LMS.
It will keep at the debug setting after a restart.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Source code: 'GitHub' (https://github.com/danielvijge) for SqueezeCloud,
22tracks and YouTube (old version)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=105232

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


Re: [SlimDevices: Plugins] [Announce] 22tracks plugin - Play music from 22tracks.com

2016-07-05 Thread 505

Shellness wrote: 
> 
> Are you able to say how I enable logging as I have no idea?  And where
> would I look for the log (I presume) after running 22tracks from the
> Classic?
> 

Go to settings > Advanced > Logging and change the dropdown for
plugin.22tracks to Debug. Click Apply. Then use the link on top of the
page to open the log file. Might be helpful to restart the server. The
log will temporarily be unavailable. Just refresh the page to view the
log again.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Source code: 'GitHub' (https://github.com/danielvijge) for SqueezeCloud,
22tracks and YouTube (old version)
----
505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=105232

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


Re: [SlimDevices: Plugins] [Announce] 22tracks plugin - Play music from 22tracks.com

2016-07-05 Thread 505

Shellness wrote: 
> This is a nice plug-in.  However, I can't see it in my browser, only on
> my Classic.  Any idea why, per chance?
> 
> When I first installed it, using the repository, 22tracks was in My
> Apps.  I have had to reload LMS and now it is gone.  I have tried using
> the repo and the plug-in tick box under third party plug-ins, but no
> joy.
> 
> When I select something on the Classic the browser displays the image of
> the DJ plus the list of 22 lined-up tracks, but there is no 22tracks
> logo on the directory side.
> 
> 
> 20664

For the missing icon, any error messages in the log. Try to enable debug
logging for this plugin. I have tested it with LMS 7.9 on ARM, and it
always showed an icon for me.

Not sure I understand your comment about the logo correctly. Could you
clarify?



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Source code: 'GitHub' (https://github.com/danielvijge) for SqueezeCloud,
22tracks and YouTube (old version)
--------
505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=105232

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


Re: [SlimDevices: Plugins] [Announce] 22tracks plugin - Play music from 22tracks.com

2016-04-26 Thread 505

mkkyah wrote: 
> Hi,
> The plugin is working great,  there are no issues until now.  I have one
> suggestion : the tracks from a playlist are listed like tracks from an
> album and they are not crossfading if smart crossfade is enabled.  Is
> there a chance to handle all tracks as single tracks in this plugin?

How would I do this in the code? Right now, a playlist is defined as
type 'playlist'. As what type should it be defined to make it work with
smart crossfade? I never use crossfase myself.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Source code: 'GitHub' (https://github.com/danielvijge) for SqueezeCloud,
22tracks and YouTube (old version)
--------
505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=105232

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


Re: [SlimDevices: Plugins] [Announce] 22tracks plugin - Play music from 22tracks.com

2016-02-27 Thread 505

I've updated the plugin with some features that I really wanted.

Changes:
- Do not display HTML for clients that do not support it
- Display social links in artist biography and playlist info
- Scrobble tracks (can be disabled)
Internal changes:
- Protocol handler changed to '22tracks:track:{id}' (this will break
favourites if you had any)
- Special logic to display social links in iPeng. OrangeSqueeze and
SqueezePad do not support mixing textarea and weblinks
- Locations on settings page are now loaded dynamically
- All API calls are cached for 1 hour to reduce stress on 22 track
servers

I'll move it to the main repo soon, so it will be available to all
Squeezebox users who have the 3rd party repository enabled.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Source code: 'GitHub' (https://github.com/danielvijge) for SqueezeCloud,
22tracks and YouTube (old version)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=105232

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


Re: [SlimDevices: Plugins] [Announce] 22tracks plugin - Play music from 22tracks.com

2016-02-21 Thread 505

Made a small enhancement. Artist info and playlist info is now available
in the track menu. These items can contain HTML. This displays fine on
the web player, but in apps you'll see the plain HTML.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Source code: 'GitHub' (https://github.com/danielvijge) for SqueezeCloud
and YouTube (old version)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=105232

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


Re: [SlimDevices: Plugins] [Announce] 22tracks plugin - Play music from 22tracks.com

2016-02-21 Thread 505

kidstypike wrote: 
> Installed your plugin, selected London in settings, er ... where would I
> find the menu to select what to play?
> 
> Thanks

What is the result you get? If I select London, I see 28 playlists. It
should look like:
[image: http://s12.postimg.org/of4mpple5/London.png]
Each of the photos is a playlist, and has a play button. You can also
click on each playlist to see the tracks, and play just one track.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Source code: 'GitHub' (https://github.com/danielvijge) for SqueezeCloud
and YouTube (old version)
----
505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=105232

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


[SlimDevices: Plugins] [Annouce] 22tracks plugin - Play music from 22tracks.com

2016-02-21 Thread 505

22tracks.com is a website with curated playlists. Each playlist is made
by an expert, and contains exactly 22 tracks. There are playlists per
genre, but also special playlists for events/festivals/sponsors etc.
Playlists are refreshed monthly. 22tracks now operates in four
locations: Amsterdam, Brussels, Paris, and London. Each of these cities
has their own set of playlists.

With this plugin, you can steam from 22tracks. You can browse location,
browse playlist, and browse individual tracks for the playlists. By
default, it first shows the available cities. In the plugin settings you
can choose a default city, so those playlists are immediately displayed.
If you set a default city, it is still possible to change the city by
selecting 'All locations' on the playlist overview menu.

To install the 22tracks plugin, add a new repo to the list of 3rd party
repositories. The address is
http://danielvijge.github.io/squeezebox-22tracks/public.xml

If you are interested, please test this plugin. For example, I have no
idea if the tracks are geo-blocked, or if everyone around the world can
listen to it. If a receive positive feedback, I can move the plugin to
my personal repo, so it will automatically become part of the official
3rd party plugins. 

One thing to do is on the settings screen, the cities are not loaded
dynamically. Couldn't figure out how to do that. But that's not a big
deal for now. The code itself is on GitHub at
https://github.com/danielvijge/squeezebox-22tracks

Apparently Sonos is a sponsor of 22tracks, some playlists have their
name/logo in them. Of course, you can also play those on your
Squeezebox.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Source code: 'GitHub' (https://github.com/danielvijge) for SqueezeCloud
and YouTube (old version)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=105232

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


Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2016-02-19 Thread 505

Finally found some time to fix some of the open defects. I've released
version 0.9.0 with the following changes:
- Menu following works again. In the menu it no longer displays the
number of tracks/likes/playlists by a user. If there are 0 tracks
inside, the item is not displayed
- Playlist search is back
- Updated icon
- Default for the log is now debug. Not spamming server.log with useless
messages
- Moved all strings to strings.txt

Soundslike wrote: 
> Just found and installed this plug!.. It´s super. :) Now I can play
> those favorites that are not on Spotify.
> Just one thing. If you would like to play a chart or a playlist how do
> you do this? Or if you would like to create a list?
> 
> Regards
> /Robert
Playlist search is back in version 0.9.0. You can install it from the
GitHub repo, or wait a few days before it hits the 3rd party repo list.
The SoundCloud API does not allow to retrieve charts, so this it not
possible. You cannot create a SoundCloud playlist with this plugin. You
have to create the playlist on the SoundCloud website. You can then find
your playlist in "Playlists". Of course, you can add items to a local
LMS playlist.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Source code: 'GitHub' (https://github.com/danielvijge) for SqueezeCloud
and YouTube (old version)
--------
505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=92723

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


Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2016-01-31 Thread 505

I just released a new version (0.8.5) of this plugin. The error with the
friends list is still there. It no longer leads to an error (as was the
case with 0.8.4), but only 1 friend is retrieved.
Other changes include renaming and reordering of some items, removing
some items that are no supported by the API, and adding a playlists item
to retrieve the user's playlists.

I've added this update to my main repo, so it should be synced to the
official repo shortly. If you want it earlier, add the SqueezeCloud repo
manually.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Source code: 'GitHub' (https://github.com/danielvijge) for SqueezeCloud
and YouTube (old version)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=92723

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


Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2016-01-17 Thread 505

I am hosting the SoundCloud plugin, and have made changes to it.
However, I am not the original author, and Perl is not my speciality. In
this case, I am sure why certain things go wrong. 

First of all, SoundCloud changed something in there API, and the list of
friends is now returned as part of a collection. This can easily be
fixed by changing Plugin.pm line 670 from "for my $entry (@$json) {" to

Code:


  for my $entry (@{$json->{'collection'}}) {
  



This adds the list of friends again. However, clicking on a friend
always displays the same friend. And here is where my Perl knowledge
fails me. If I read the code correctly, each of the items under a friend
should call the tracksHandler with type friend and parser parseFriend.
Clicking on a friend, however, first calls parseFriend*s* -twice- with
limit=0 and and offset for which friend is chosen. This would have
worked, however, the offset paramater is now ignored by the SoundCloud
API, and one of the friends is returned. (And this is why clicking on
all friends always displays the same friend).
I have no idea why is would not directly call parseFriend with the
correct ID for each friend, but call parseFriends twice with an offset
parameter.

If anyone knows a lot of Perl and can look at the code to give some
hints, I can change the plugin again.

Source code can be viewed at
https://github.com/danielvijge/SqueezeCloud/blob/master/Plugin.pm



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Source code: 'GitHub' (https://github.com/danielvijge) for SqueezeCloud
and YouTube (old version)
----
505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=92723

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


Re: [SlimDevices: Plugins] Announce: YouTube Plugin

2015-09-05 Thread 505

Very nice to see that someone continues working on on the YouTube
plugin. I did some changes on the previous version, and hosted it on
GitHub, but I couldn't find the time to update it to APIv3. Glad to see
philippe_44 did. Great job!



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch (and maybe Radio)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=87731

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


Re: [SlimDevices: Plugins] Announce: YouTube Plugin

2015-05-19 Thread 505

Not sure how easy it is to migrate to YouTube APIv3, but I'll try to
take a look at it. As always, any help is welcome through the GitHub
repository.

For those that have the GitHub repo XML installed, you'll get an update
message for the plugin. It will still not work. It is just there to
remove the dependency on JSON (to remove any startup errors for LMS),
and to add a warning that the plugin is broken.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch (and maybe Radio)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=87731

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


Re: [SlimDevices: Plugins] Announce: YouTube Plugin

2015-04-06 Thread 505

pippin wrote: 
 Hm, I only get plugin failed to load.
 This is OSX, do I need to install anything besides the plugin?

Yes, berrage added one extra dependency: JSON. On Debian I could do
sudo apt-get install libjson-perl. On OSX, it's probably sudo cpan
JSON



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch (and maybe Radio)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=87731

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


Re: [SlimDevices: Plugins] Announce: YouTube Plugin

2015-04-04 Thread 505

To keep track of all the changes to this plugin, I decided to set up a
GitHub repo. I am trying to do the same thing as I did for the
SoundClound plugin.

I forked the newest repo I could find on GitHub. This contained v0.11 -
v0.14. I then imported v0.15 and v0.16. On top of that I applied the
HTML5 fix by berrange and some other smaller fixes. This is now known as
v0.17.

You can automatically update by adding the third party repository to
LMS: http://danielvijge.github.io/squeezebox-youtube/public.xml
If a few people can test if everything works (or at least better than
the current version), I can add this to my general repo file, so it will
be automatically available to all LMS users (without having to add the
third party repo link).

Of course everyone is welcome to fork this repo. Or to submit pull
requests, and I'll release a new version.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch (and maybe Radio)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=87731

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


Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2014-12-12 Thread 505

I've published version 0.8.4. This release contains just one small bug
fix. But because it was a very annoying one, I decided to publish it
straight away. Previously, in mobile apps, selecting a track would give
an empty menu. You had to press-and-hold to select play. This has now
been fixed, and SoundCloud tracks behave as all regular tracks. If
nothing is playing, it plays the track. If something is playing, the
play/play next/queue menu is displayed.

You can get this release from my personal repo. Or wait for the 3rd
party repo to be updated.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch (and maybe Radio)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=92723

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


Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2014-12-03 Thread 505

I've merged the changed from rsiebert into my repository. Version 0.8.3
has also been release to my repository
(http://server.vijge.net/static/squeezebox/repo.xml)

@rsiebert: there was a change to all the line endings they were
converted from Unix to Windows line endings. This is not so nice for the
logs. Maybe you can set your editor to respect current line ending
settings?

@admins: can you refresh the other.xml repo, so changes are picked up
for all users?



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch (and maybe Radio)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=92723

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


Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2014-12-01 Thread 505

rsiebert wrote: 
 With the version 0.8.2.20 I had the following problems:
 - Adding a song from the dashboard list adds always the first song to
 the playlist
 - Showing the playlists, tracks, favorites of a friend does not show up
 correctly
 - No default icon was shown in case no artist/track icon was provided
 - Small other issues.
 
 I have forked the plugin and made some changes to fix this. 
 You can get the new version 0.8.3 from my github repo:
 github.com/rsiebert/SqueezeCloud
 
 Best regards
 Robert

Thanks. Can you send a pull request, then I can add it to the repo. My
repo is included in the default repo list for LMS, so it will then
roll-out to all users.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch (and maybe Radio)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=92723

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


Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2014-11-03 Thread 505

XanderB wrote: 
 Hi, I am new to this plugin. I just installed it and I am able to browse
 trough al artists and playlists, but every time I select anything, the
 playlist seems to be empty, so I can't play anything at all. Is this a
 known issue? If so, what can I do to correct this problem?
For the individual songs on a mobile, yes this is a known problem. A
menu options should be implemented. In most apps, you can press and hold
to bring up a menu. Press play from there to play the item. On the web
interface, it works correctly.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch (and maybe Radio)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=92723

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


Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2014-09-08 Thread 505

See the logs. Can you see the message 'Disabling SSL peer verification'?
And everytime you restart LMS, you need to change it back to default,
then disable peer verification again. Make sure the message appears in
the log, then try to play a song.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch (and maybe Radio)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=92723

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


Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2014-09-06 Thread 505

Here is a test version with a (possible) fix for the SSL problem. I'd
appreciate it if some people could test it. You have to manually extract
the code to install it. After that restart LMS.

To try the setting, go into the SqueezeCloud settings and change from
'Enable peer verification' to 'Disable peer verification'

I know of one major problem, the peer verification setting is not set on
start-up. For some reason the code in initPlugin() appears not to
execute (or at least $log-info() does not).
@erland: if you know why, some comments would be appreciated.

16325


+---+
|Filename: SqueezeCloud-0.8.2.20-SSLfix.zip |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=16325|
+---+


My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch (and maybe Radio)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=92723

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


Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2014-09-04 Thread 505

Does anyone know where in the code I should set this SSL_verify_mode =
0x0? I should by in Plugin.pm, but where? On the top of the file, in
BEGIN, initPlugin(), or somewhere else? Or can it not even be done for a
single plugin, and should it be done for the whole server at once?

I've now added (in a private dev branch) the option to disable SSL peer
verification. But since I do not have the problem, I cannot really test
it.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch (and maybe Radio)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=92723

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


Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2014-08-29 Thread 505

If I add my own repo, I can successfully update to the .20 version. If
the repo is not there, I see that an update is available, even if the
plugin is not installed (or maybe was previously installed -- not sure).
But is will never install.
Probably because the 'squeezebox repo'
(http://mysqueezebox.com/public/plugins/other.xml) points to the .19
version, but the download is the .20 version. So the SHA1 hash for the
zip file will not match. Not sure why the squeezebox repo no longer
syncs with my repo. In a future update, I will include the version
naming in the zip file, and keep some older versions available to
counter this problem. Either include 'my repo'
(http://server.vijge.net/static/squeezebox/repo.xml), or wait until the
squeezebox repo is updated.

For the SSL problem, I will eventually look into that, but don't have a
lot of time at the moment. Pull request to GitHub are always welcome.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch (and maybe Radio)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=92723

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


Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2014-08-29 Thread 505

Thanks, that would help some users of the SqueezeCloud plugin. I always
assumed it would automatically update any 24 hours or so. I'll contact
some of the admins once I publish a new version.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch (and maybe Radio)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=92723

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


Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2014-08-29 Thread 505

mkkyah wrote: 
 Still having upgrade available loop. I have manually cleaned plugin
 and added even your beta-repo, still not installing. Is there a way to
 manually install the plugin?
Just did a test my manually installing the .19 version. The upgrade is
offered, and it installs correctly. So either something in your cache
that is not correct, and the permissions of the plugin directory might
no be correct. If you did a lot of manual install, the permission might
not be correct.

On my Linux (Debian) to manually (re-)install the plugin (as root):

Code:


  service logitechmediaserver stop
  cd /var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins
  wget http://danielvijge.github.io/SqueezeCloud/SqueezeCloud-0.8.2.20.zip
  rm -r SqueezeCloud
  unzip SqueezeCloud-0.8.2.20.zip
  chown -R squeezeboxserver:nogroup SqueezeCloud
  service logitechmediaserver start
  




My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch (and maybe Radio)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=92723

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


Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2014-08-26 Thread 505

That's the same fix erland posted a page back. I'm trying to work on
some code to incorporate this into the main plugin. With some setting,
so you can enable it specifically for the soundcloud plugin if you have
the problem. But I do not have that much free time to work on it.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch (and maybe Radio)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=92723

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


Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2014-08-19 Thread 505

Thanks for sharing this fix. I've updated the repository, and pushed a
new version (0.8.2.20). If you manually included my repository, you can
update now. Otherwise wait a bit until it syncs with Logitech's central
repository.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch (and maybe Radio)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=92723

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


Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2014-07-28 Thread 505

carlos.lamoureux wrote: 
 Hello,
 
 I have been searching a solution to my problem but with no luck,
 
 i have LMS 7.7.3 and installed squeeze cloud 0.8.2.19. My server is
 windows 7.
 Everything installs perfectly, able to get my api key. I#8217;m able to
 to play through the web interface the songs from the plugin, but when i
 use any Android app, and select a song it always give me
 #8221;Empty#8221; Any clue?
 
 Thank you
Saw that as well. I 'logged the issue in Github'
(https://github.com/danielvijge/SqueezeCloud/issues/4). I'll try to fix
it, but I'm not too familiar with Perl and the Squeezebox API.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch (and maybe Radio)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=92723

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


Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2014-07-16 Thread 505

erland wrote: 
 Just for information, we ended up doing something like this in ickStream
 and it seems to make https work also on Synology NAS boxes based on DSM
 5.0.
  
Code:

  
   eval use IO::Socket::SSL;
   if(!$@  IO::Socket::SSL-can(set_client_defaults)) {
   # Only disable SSL peer verification if the user have explicitly disabled 
it through the plugin settings page
   if($prefs-get('disablePeerVerification')) {
   IO::Socket::SSL::set_client_defaults(  
   'SSL_verify_mode' = 0x0
   );
   }
   }
   

  
 https works properly on Synology NAS boxes using previous version of
 the Synology DSM software but with 5.0 they seem to have broken https
 when used from perl, it works perfectly using curl.

I'll try to incorporate this into the plugin. I can test only if the
plugin still works, not if it actually works with Synology. Some testing
by others would be helpful. Just post a message here and I'll send you a
test version once I have it.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch (and maybe Radio)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=92723

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


Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2014-06-20 Thread 505

remdawg wrote: 
 I've got exactly the same problem, only the soundcloud URL works.
 I installed perl SSL support.

Is this also on a Synology. A time-out it quite difficult to debug for
me, since it is not really a script error. I've tested it on my main
server (Linux ARM/SheevaPlug) and a virtual machine (Ubuntu on
VirtualBox). Both work without a problem.
It will be a while before I can test it on a Synology.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch (and maybe Radio)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=92723

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


Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2014-06-16 Thread 505

maffejan wrote: 
 Hi,
 
 I have installed this plugin on my squuezebox server (synology).
 Plugin is working.
 I could generated a API key.
 But I'm receiving an error message connect timed out if try to search
 or one of the other options.
 
 [14-06-15 13:46:17.4903] Plugins::SqueezeCloud::Plugin::tracksHandler
 (237) index: 0
 [14-06-15 13:46:17.4920] Plugins::SqueezeCloud::Plugin::tracksHandler
 (238) quantity: 100
 [14-06-15 13:46:17.4938] Plugins::SqueezeCloud::Plugin::__ANON__ (250)
 i: 0
 [14-06-15 13:46:17.4954] Plugins::SqueezeCloud::Plugin::__ANON__ (252)
 max: 100
 [14-06-15 13:46:17.4972] Plugins::SqueezeCloud::Plugin::__ANON__ (304)
 fetching: https://api.soundcloud.com/tracks.js...XX70ab664XXX8;
 [14-06-15 13:46:17.5315] Plugins::SqueezeCloud::Plugin::__ANON__ (342)
 error: Connect timed out: 
 
 But i can use SoundCloud URL 
 
 Can someone give me a hint to solve this problem 
 
 Thanks
Can you open the URL in your browser, and do you get a result that way?
And did you install Perl SSL support? See the readme at
https://github.com/danielvijge/SqueezeCloud You have to Google how to
install it for your Synology.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch (and maybe Radio)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=92723

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


Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2014-06-12 Thread 505

New version is now part of my official 3rd party repository, which is an
official one. So everyone can install the plugin. No need to add an
additional repository.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch (and maybe Radio)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=92723

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


Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2014-06-10 Thread 505

I can reproduce the error that some tracks are not playable. Although I
have no idea what causes it. The track is listed as streamable. However,
if I try the download method, that track can be played.

To overcome this, I have uploaded a new version. This version has an
extra preference to use the download method when available. Else it will
use the stream method to play files. I'm not sure if there are negative
effects of using the download method instead of the stream method to
play tracks. See the preferences of this plugin. The default is to
always use the stream method.

VERSION 0.8.2.19
- Artwork in higher resolution
- Option to use download method instead of steam method to play tracks



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch (and maybe Radio)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=92723

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


Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2014-06-10 Thread 505

mkkyah wrote: 
 There is an old problem with the plugin (at least by my server); tracks
 playing well, but you cannot move timeline, you cannot move back and
 forth. Is there a chance that you can have a look?
Yep, I have the same problem. You cannot skip ahead in a song, cannot
pause a song (it starts again), and after the end of a song it plays
again (sometimes). Problem is that I do not know enough about the API of
the LMS plugins to tackle this. And the documentation is not great. I
either need to look at a lot of other plugins and hack it together (or
someone needs to provide some pointers).
I'll try fixing it, but can't promise anything.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch (and maybe Radio)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=92723

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


Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2014-05-28 Thread 505

Getting the API key was not working, so I updated the plugin to make it
work. Basically Robert Gibbon already did everything on GitHub, but just
forgot to change the one URL to make it actually work. Because I could
not change the original files, I cloned the project. This does mean that
you need to change the URL for the repository. The new URL is
http://danielvijge.github.io/SqueezeCloud/public.xml If everything works
okay, I might move this to my personal repo URL, which is included by
default in LMS.

@ MAlgol
To install, go to the settings page of Logitech Media Server. Go to the
Plugins tab and scroll down. Under Additional Repositories add the URL
mentioned above. Hit apply. It tells you to restart the server, so do
that. After the restart, go the the settings page again, and go to the
plugin tab. Near the bottom SqueezeCloud should be listed. Check the box
before, and hit apply. Restart the server again. Now go to the settings
page, go to the Advanced tab and from the dropdown choose
'SqueezeCloud'. Press the link Get your apiKey for squeezecloud at
soundcloud.com. Login using SoundClound, Facebook, or Google. Give
permissions and hit okay. Now you should see a page which tells you your
API key. Paste this key into the box on the settings page. Hit apply.
That should be it.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch (and maybe Radio)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=92723

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


Re: [SlimDevices: Plugins] Announce: Spotify Premium Plugin (Beta)

2014-03-10 Thread 505

Is a 2.2.x version still available somewhere for download? I have a
problem with the 2.3.2 version. When trying to play a song, it plays for
2 seconds, then stops. The logs show that spotifyd is (re)starting. When
trying to run ./spotifyd I get a segmentation fault.


Code:

[13:15:00.316488] main:428 ./spotifyd 2.3.3 started ( libspotify: 
12.1.51.g86c92b43 Release Linux-armv5 )
  Segmentation fault



This is on a Squeezeplug with Debian 7 (armv5tel-linux). I also have a
CuBox here, on which I also installed LMS and Spotify, and here 2.3.2
works without a problem. Both are ARM devices with Debian 7 armel.



My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch (and maybe Radio)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=79706

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


Re: [SlimDevices: Plugins] Announce: Spotify Premium Plugin (Beta)

2014-03-10 Thread 505
 
rate: 12287999 / 44100
  [14:22:30.221952] music_delivery:427 called with num_frames: 2048
  [14:22:30.222008] music_delivery:577 streamed frames: 26624 can't write: 0 
rate: 13311999 / 44100
  [14:22:30.222071] music_delivery:427 called with num_frames: 2048
  [14:22:30.222128] music_delivery:577 streamed frames: 28672 can't write: 0 
rate: 14335999 / 44100
  [14:22:30.222190] music_delivery:427 called with num_frames: 2048
  [14:22:30.47] music_delivery:577 streamed frames: 30720 can't write: 0 
rate: 1535 / 44100
  [14:22:30.222311] music_delivery:427 called with num_frames: 2048
  [14:22:30.222368] music_delivery:577 streamed frames: 32768 can't write: 0 
rate: 16383999 / 44100
  [14:22:30.222432] music_delivery:427 called with num_frames: 2048
  [14:22:30.222489] music_delivery:577 streamed frames: 34816 can't write: 0 
rate: 17408000 / 44100
  [14:22:30.222553] music_delivery:427 called with num_frames: 2048
  [14:22:30.222609] music_delivery:577 streamed frames: 36864 can't write: 0 
rate: 18432000 / 44100
  [14:22:30.222673] music_delivery:427 called with num_frames: 2048
  [14:22:30.222731] music_delivery:577 streamed frames: 38912 can't write: 0 
rate: 19456000 / 44100
  [14:22:30.222794] music_delivery:427 called with num_frames: 2048
  [14:22:30.222851] music_delivery:577 streamed frames: 40960 can't write: 0 
rate: 1365 / 44100
  [14:22:30.222913] music_delivery:427 called with num_frames: 2048
  [14:22:30.222970] music_delivery:577 streamed frames: 43008 can't write: 0 
rate: 14336000 / 44100
  [14:22:30.223033] music_delivery:427 called with num_frames: 2048
  [14:22:30.223090] music_delivery:577 streamed frames: 45056 can't write: 0 
rate: 15018667 / 44100
  [14:22:41.056774] main:428 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/Spotify/Bin/arm-linux/spotifyd
 2.3.3 started ( libspotify: 12.1.51.g86c92b43 Release Linux-armv5 )
  [14:22:41.058304] main:458 Config: username: * cachedir: 
/var/lib/squeezeboxserver/cache/spotifycache bitrate: 320 volnorm: 0 httpport: 
9005 cliport: 9090 cacheaudio: 1
  




My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch (and maybe Radio)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=79706

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


Re: [SlimDevices: Plugins] Announce: Spotify Premium Plugin (Beta)

2012-09-20 Thread 505

Hi Triode,

Would there be any way for you to fix this issue:
http://forums.slimdevices.com/showthread.php?96455-Possible-to-fix-double-artist-tag-from-Spotify
? I looked at the code myself, but I couldn't figure out what I should
change to filter duplicate tags.
Of course, primarily a Spotify issue with incorrect tagging, but it
screws up my last.fm listings.



505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=79706

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


Re: [SlimDevices: Plugins] Compatibility Logitech Squeezebox Touch with Lacie Internet Space 1TB

2012-02-08 Thread 505

I don't own one, so this is not a definitive answer. Looking at the
'specs' (http://lacie-nas.org/doku.php?id=start), if you have a
Internet Space v1, I'd say it won't be possible. That NAS has a 400MHz
processor, and 64MB RAM, both not enough to run the Squeezebox server.

If you have the v2, that one has an 800MHz processor and 256MB RAM, and
this would be enough to run the software on.

To answer you second question, HOW to begin. First you need to get root
access to the operating system, and find out what kind of system it is.
Access can be done through SSH, which must often be enabled first. How
to do that, depends on your NAS. With SSH, you can access the terminal
console, and use command to do stuff. (e.g. type 'uname -a' to get some
information on the OS).

So, if you have the better model, and have some more information on the
OS, we might be able to help you.


-- 
505

My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch (and maybe Radio)

505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=93516

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