Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2021-09-06 Thread mkkyah
505 wrote: > 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. both versions are working for me, checked before and after upgrade.

Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2021-09-03 Thread mkkyah
505 wrote: > 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

Re: [SlimDevices: Plugins] [Announce] Spotty 4.5 - improved Ogg direct, Autoplay, multi-user setup

2021-06-22 Thread mkkyah
mherger wrote: > > > What OS on Pi3? I'm using Pi3B+ and Pi4 myself, pCP on the former, > Raspberry Pi OS on the latter. Max2play v2.53 (installation was Hifiberry version of Max2play, I'm not sure if it's relevant. I can try with a fresh installation on weekend if needed.)

Re: [SlimDevices: Plugins] [Announce] Spotty 4.5 - improved Ogg direct, Autoplay, multi-user setup

2021-06-22 Thread mkkyah
mherger wrote: > If you've experienced the "failed to get token" issue with Spotty > v4.5.0, you should give v4.5.1 a try. It will hopefully work around this > limitation until I've fixed the spotty helper for an upcoming update. I can confirm that 4.5.1 is working on OdroidU3, no more "failed

Re: [SlimDevices: Plugins] [Announce] Spotty 4.5 - improved Ogg direct, Autoplay, multi-user setup

2021-06-21 Thread mkkyah
mherger wrote: > > I have updated my Odroid U3 with Spotty 4,5 and now I get "failed to > get > > access token" error. > > Can you tell me which spotty helper binary it reports being used in > Settings/Advanced/Spotty? > > "failed to get access token error" happens with v1.0.0 > v0.12.2

Re: [SlimDevices: Plugins] [Announce] Spotty 4.5 - improved Ogg direct, Autoplay, multi-user setup

2021-06-20 Thread mkkyah
Hi, I have updated my Odroid U3 with Spotty 4,5 and now I get "failed to get access token" error. My credentials and plugin settings seem ok, without errors and changes.(deleted account and created again with success, but nothing happened) I have also private Spotify client ID. I have deleted

Re: [SlimDevices: Plugins] [Plugin Request/Offer] Mute or Skip tracks on a Blacklist

2018-03-02 Thread mkkyah
Dear Roland, I was using the script for a while and it's working very well on my system with a few radios. Thanks again. There is one thing I want to ask, is there a chance that the script reacts faster? With some stations the announcement starts before the mute, even with lower sleep values. I

Re: [SlimDevices: Plugins] [Plugin Request/Offer] Mute or Skip tracks on a Blacklist

2018-01-15 Thread mkkyah
Roland0 wrote: > Well, maybe your setup doesn't need to have the volume restored. Try > changing > > Code: > > echo "$PLID mixer volume $VOL"|nc6 --send-only $LMS 9090 &>/dev/null > > > to > > Code: > > #echo "$PLID mixer

Re: [SlimDevices: Plugins] [Plugin Request/Offer] Mute or Skip tracks on a Blacklist

2018-01-06 Thread mkkyah
Roland0 wrote: > So what is the volume of your player before, while and after muting? I have tested it with Volume set to 72 and it couldn't unmute again. Mute and TRIGGER match was very successful. Debug is like this: P: [99%3A22%3A09%3Af2%3A5f%3A77] CSONG:

Re: [SlimDevices: Plugins] [Plugin Request/Offer] Mute or Skip tracks on a Blacklist

2018-01-04 Thread mkkyah
Roland0 wrote: > In the script, try changing > > Code: > > > if [[ $CSONG == "$TRIGGER" ]]; then > > > > to > > Code: > > > if [[ $CSONG == $TRIGGER ]]; then > > > > > to check your

Re: [SlimDevices: Plugins] [Plugin Request/Offer] Mute or Skip tracks on a Blacklist

2018-01-04 Thread mkkyah
Roland0 wrote: > And what is the song name (as reported by the script) which isn't > matched? > this is the announcement and it's ending with different numbers all the time, I have tried several versions of your pattern but shouldn't TRIGGER="@(ABC%20Lounge*) work? P:

Re: [SlimDevices: Plugins] [Plugin Request/Offer] Mute or Skip tracks on a Blacklist

2018-01-03 Thread mkkyah
mkkyah wrote: > I'm trying to use a pattern for ABC Lounge Jazz Radio > TRIGGER="@(*Sweep*ABC%20Lounge*)" Mute is working all the time, but unmute is problematic again. Output seems ok to me: P: [99%3A22%3A09%3Af2%3A5f%3A77] CSONG: [Martine%20Girault%20-%20The%20Revival%20(Rad

Re: [SlimDevices: Plugins] [Plugin Request/Offer] Mute or Skip tracks on a Blacklist

2018-01-03 Thread mkkyah
mkkyah wrote: > Sorry I forgot to paste the output. > -- This time I did test it with an actual radio station, not Deezer. The > output difference is that after unmute no volume level is printed, but > audio came back. > -- I couldn't make the wildcard part work. > > [9

Re: [SlimDevices: Plugins] [Plugin Request/Offer] Mute or Skip tracks on a Blacklist

2018-01-03 Thread mkkyah
Roland0 wrote: > What's the exact output? > > > > After > #!/bin/bash > add > > Code: > > shopt -s extglob > > > then you can use pattern lists like this: > > Code: > > TRIGGER="@(*pattern1*|*pattern2)"

Re: [SlimDevices: Plugins] [Plugin Request/Offer] Mute or Skip tracks on a Blacklist

2018-01-03 Thread mkkyah
Roland0 wrote: > Seems not. Check with > Code: > > uname -n > > in the shell, or use the IP address, or use localhost if the script > is running on the server itself. > > > You should always use an unprivileged user for stuff like this. Ok,

Re: [SlimDevices: Plugins] [Plugin Request/Offer] Mute or Skip tracks on a Blacklist

2018-01-02 Thread mkkyah
Roland0 wrote: > Don't use -x, execute the script normally > if DEBUG=1 you should see some output just by running the script, > provided the connection to your LMS server works, check with > > Code: > > echo "players 0 99"|nc6 -q1 OdroidLMS 9090

Re: [SlimDevices: Plugins] [Plugin Request/Offer] Mute or Skip tracks on a Blacklist

2018-01-01 Thread mkkyah
Roland0 wrote: > Change the line > > Code: > > > DEBUG= > > > > to > > Code: > > > DEBUG=1 > > > > and check the output. > Make sure your trigger matches exactly (e.g. incl. the encoded

Re: [SlimDevices: Plugins] [Plugin Request/Offer] Mute or Skip tracks on a Blacklist

2018-01-01 Thread mkkyah
Roland0 wrote: > fyi, there's a shell script for this posted 'here' > (http://forums.slimdevices.com/showthread.php?107846-Werbung-bei-Internet-Radio-ausblenden=892324=1#post892324) Hi Roland, I'm trying to use the script, but no success.. Here is what I did so far: -- I did install netcat6

Re: [SlimDevices: Plugins] [Announce] What Was That Tune? plugin

2017-12-30 Thread mkkyah
Hi, Is there a chance to convert collected WWTT list to a matching Deezer/Spotify etc. playlist. That would be great playlist creator from mixed sources to one place. Or I sometimes play diffrerent tracks from Deezer on the go, but it's not easy to save them later as a Deezer Playlist to keep,

Re: [SlimDevices: Plugins] [Plugin Request/Offer] Mute or Skip tracks on a Blacklist

2017-09-05 Thread mkkyah
Roland0 wrote: > fyi, there's a shell script for this posted 'here' > (http://forums.slimdevices.com/showthread.php?107846-Werbung-bei-Internet-Radio-ausblenden=892324=1#post892324) Yes, Thank you for that. I've been on that thread. Although I don't know how to use it, I believe I will search

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

2016-10-26 Thread mkkyah
505 wrote: > 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

Re: [SlimDevices: Plugins] [Announce] LastMix - Another mixer to feedDon't Stop The Music

2016-10-24 Thread mkkyah
mherger wrote: > > > As more stuff is added, this obviously can lead into different > directions. It's a good thing for some collections, not so good for > others. > > -- > > Michael I like to explore, but starting with Ahmad Jamal, Cyrus Chestnut and ending with Reggea only is insane.

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

2016-10-22 Thread mkkyah
505 wrote: > > > 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. /QUOTE] > Yes, I have seen that they have created a Spotify user. My suggestion > was to keep the plugin alive also for

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

2016-10-21 Thread mkkyah
I may be repeating myself, but I really hate Spotify for ruining first Smart Mix, than probably 22tracks and I hear that they are interested in Soundcloud! Your plugin and 22tracks service was really nice way to explore new music. It can be more work for you, but maybe this plugin can live with

Re: [SlimDevices: Plugins] [Announce] LastMix - Another mixer to feedDon't Stop The Music

2016-10-21 Thread mkkyah
Hi Michael, Thanks again for the Last Mix. I'm getting "not so bad" results with it (sorry, old smartmix user :) ). Although I have no big control on added tracks, it starts playing good or acceptable. But after a while (not short) it kind of forgets where we started and plays so

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

2016-10-21 Thread mkkyah
Hi 505, I got 404 errors today with 22tracks plugin and checked their website, they have changed almost everything. So I think we need a corresponding plugin update :) mkkyah's Profile:

[SlimDevices: Plugins] [Plugin Request/Offer] Mute or Skip tracks on a Blacklist

2016-10-08 Thread mkkyah
Hi, As I still have no skills to create a new plugin, I'm just suggesting. Can we have a simple plugin which has a blacklist in settings for the artist name or/and track name. Than if one of the names on the list matched, LMS can mute or skip the track. This can be useful for any plugin playing

Re: [SlimDevices: Plugins] Max2Play Webinterface for Mediaclients (Audioplayer, Squeezeserver, Airplay, XBMC)

2016-09-25 Thread mkkyah
Hi, Since we have an Ubuntu 16.04 release for U3 from Hardkernel now, can we expect a new Max2play image for U3 soon? mkkyah's Profile: http://forums.slimdevices.com/member.php?userid=58652 View this thread:

Re: [SlimDevices: Plugins] Mixcloud plugin?

2016-08-11 Thread mkkyah
505 wrote: > 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

Re: [SlimDevices: Plugins] Mixcloud plugin?

2016-08-11 Thread mkkyah
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

Re: [SlimDevices: Plugins] Mixcloud plugin?

2016-08-11 Thread mkkyah
505 wrote: > 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. > > > I gave it

Re: [SlimDevices: Plugins] Mixcloud plugin?

2016-08-11 Thread mkkyah
I have added your repo but nothing is listed or offered to upgrade. Should I remove old version first? mkkyah's Profile: http://forums.slimdevices.com/member.php?userid=58652 View this thread:

Re: [SlimDevices: Plugins] Mixcloud plugin?

2016-08-11 Thread mkkyah
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.

Re: [SlimDevices: Plugins] [Announce] LastMix - Another mixer to feedDon't Stop The Music

2016-07-31 Thread mkkyah
Michael, deleting cache.db and restarting LMS worked as usual. Now I have the "Lastmix your favorite artists" option.:) mkkyah's Profile: http://forums.slimdevices.com/member.php?userid=58652 View this thread:

Re: [SlimDevices: Plugins] [Announce] LastMix - Another mixer to feedDon't Stop The Music

2016-07-31 Thread mkkyah
mherger wrote: > > I hope better results in every upgrade and continue to test. > > Can someone tell me where is this new "favorite artists mix" option > and > > how to use it. I have the last fm scrobler plugin installed and > active > > but don't see anything on Player DSTM tab, on main menu

Re: [SlimDevices: Plugins] [Announce] LastMix - Another mixer to feedDon't Stop The Music

2016-07-31 Thread mkkyah
kefkekeyser wrote: > > > Still one unanswered question: I have Logitech Media Server Version: > 7.9.0 - 161.1091. Is this the latest version? If not: is there an easy > way to find out what the latest version is? Is there a (sticky) forum > post that clearly lists that latest LMS version? Or

Re: [SlimDevices: Plugins] [Announce] LastMix - Another mixer to feedDon't Stop The Music

2016-07-31 Thread mkkyah
After having Morcheeba, Red Hot Chili Peppers and Rammstein in a row at the end of the very calm Sountrack album of "Theeb" I have immediately decided to upgrade my plugin to v1.1 with latest 7,9 nightly:( I hope better results in every upgrade and continue to test. Can someone tell me where is

Re: [SlimDevices: Plugins] [Announce] LastMix - Another mixer to feedDon't Stop The Music

2016-07-28 Thread mkkyah
Hi Michael, I have upgraded to 7.9 to test Lastmix and it's great to have some mixes again. Although it's not as smart as Smartmix, it's trying :) So since we don't have a tool like Blender or saved recipes anymore, can I suggest something: Can Lastmix use last 5 tracks to create it's mixes, not

Re: [SlimDevices: Plugins] [Announce] LastMix - Another mixer to feedDon't Stop The Music

2016-07-27 Thread mkkyah
DJanGo wrote: > AFAIK its a addon for the DSTM Plugin (which isnt available as seperate > download but is contained in 7.9) > The install xml for lastmix says: 7.9 - so > its better to update your lms to 7.9. > 7.9 is stable enough. thanks to all for the answer, there was (and probably is)

Re: [SlimDevices: Plugins] [Announce] LastMix - Another mixer to feedDon't Stop The Music

2016-07-27 Thread mkkyah
mherger wrote: > Here's yet another mixer to be used with 7.9's Don't Stop The Music > (DSM) feature: Is it only for 7.9 or can we install it on 7.8 nightlies? mkkyah's Profile:

Re: [SlimDevices: Plugins] Using crossfade when playing Spotify playlist?

2016-05-25 Thread mkkyah
wbree wrote: > Thanks for your answer. > > If it is a bug with 7.9 then I will wait a little. I hate to downgrade. > :D It's been too long and I don't think a fix is coming; install 7.8.1 and stay there if you don't use a specific 7.9 feature. Or maybe you can install last release of 7.9 and

Re: [SlimDevices: Plugins] Max2Play on Odroid U3 : nfs mount Synology Diskstation music folder

2016-05-25 Thread mkkyah
Zoltan wrote: > I reinstated my old Raspberry Pi running SqueezePlug and I find that I > am able to mount the nfs share there without any issues with > permissions. > > The mount command I used there is: > > mount -o nolock :/volume1/music /mnt/.../music > > I'm not sure why the "-o nolock"

Re: [SlimDevices: Plugins] Using crossfade when playing Spotify playlist?

2016-05-25 Thread mkkyah
wbree wrote: > Is it possible to play Spotify playlist when using crossfading? I don't use Spotify but Deezer, and I don't see a reason for not having crossfade between the tracks of a playlist. They are separate tracks and should crossfade. BUT there was a problem/bug with 7.9 (I didn't check

Re: [SlimDevices: Plugins] Announce: Smart Mix plugin

2016-05-10 Thread mkkyah
mherger wrote: > > > > You heavily over-estimate the number of potential users they would win - > > even if all former SmartMix users moved to using Spotify from another > service. They wouldn't notice that number. > > -- > > Michael But I keep saying to everybody, whenever I have the

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

2016-04-26 Thread mkkyah
I really don't know how smart crossfade checks that and decides to crossfade or not. And maybe I'm misleading you by saying that a 22track playlist is seen as an album, but the tracks are not crossfading for sure. I have tested one more thing for you: If you play 2 tracks from different 22tracks

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

2016-04-26 Thread mkkyah
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?

Re: [SlimDevices: Plugins] Mixcloud plugin?

2016-04-26 Thread mkkyah
dhallag wrote: > does anyone know if there is a way to log into mixcloud and play > favorites like soundcloud? just a lot easier as searching in sort of a > pain... Did you check settings for mixcloud plugin? You can log in there and have "my mixcloud" between menu items.

Re: [SlimDevices: Plugins] Announce: Smart Mix plugin

2016-04-20 Thread mkkyah
schoeppi wrote: > On Mi, Apr 20, 2016 at 10:29:55 +0200, Michael Herger wrote: > >> Sure, it is not for free, but if someone builds a pluging which can > be > >> used by paying some money for licences, this would at least be OK > for > >> me. > > > >Their API is very limited. I wouldn't want to

Re: [SlimDevices: Plugins] Announce: Smart Mix plugin

2016-04-19 Thread mkkyah
mherger wrote: > > > > Crap. I don't know yet how to replace SmartMix in my own setup. I really > > became used to it :-). > > > Michael +1 I think you have created enough Smartmix addicts to make you feel guilty and find a working alternative :)

Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2016-04-01 Thread mkkyah
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

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

2016-03-20 Thread mkkyah
Thanks 505, Not only for the great plugin also for introducing 22tracks, how did I miss that! Your plugin is working like a charm for now. I will turn back with feedback soon; just wanted to thank you. mkkyah's Profile:

Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2016-02-20 Thread mkkyah
505 wrote: > 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

Re: [SlimDevices: Plugins] Announce: Smart Mix plugin

2016-01-28 Thread mkkyah
mherger wrote: > > > > That's not part of this log snippet, is it? > > > -- > > Michael No, but check this, I hope it helps: http://pastebin.com/vUCSXAgt there is also an error on information popup screen after clicking "play this mix". The list in Blender is full of tracks, but the

Re: [SlimDevices: Plugins] Announce: Smart Mix plugin

2016-01-28 Thread mkkyah
Hi Michael, Any news from Echonest? I have installed last update of Smart Mix but it didn't change the situation with Deezer. mkkyah's Profile: http://forums.slimdevices.com/member.php?userid=58652 View this thread:

Re: [SlimDevices: Plugins] Announce: Smart Mix plugin

2016-01-28 Thread mkkyah
mherger wrote: > > Any news from Echonest? I have installed last update of Smart Mix but > it > > didn't change the situation with Deezer. > > > > I'll have to plan to work around this new limitation, similar to what I > > did for Tidal. > > -- > > Michael Great news, because I don't want

Re: [SlimDevices: Plugins] Announce: Smart Mix plugin

2016-01-28 Thread mkkyah
I'm testing and clicking recipes. Here is a debug log, when playing and not playing recipes: http://pastebin.com/H9JUYU5V It's probably finding less tracks than before with some of the recipes. BTW. If I click "play this mix" in blender, it's not playing listed tracks directly, but starting it

Re: [SlimDevices: Plugins] Announce: Smart Mix plugin

2016-01-28 Thread mkkyah
mherger wrote: > > Great news, because I don't want to reward Spotify for ruining my > Smart > > Mix joy! > > Please give 1.7.4 another try. Should reach you soon. > > -- > > Michael Yes it's working with Deezer again, thanks. But there are some problems; All my recipes are working almost as

Re: [SlimDevices: Plugins] Max2Play Webinterface for Mediaclients (Audioplayer, Squeezeserver, Airplay, XBMC)

2016-01-06 Thread mkkyah
Nojelc wrote: > Can anyone help with getting an Odroid/Max2Play set up working with a > VPN router? I want VPN to improve security, but also to access > geo-blocked content via Kodi. > > I purchased my router a DSL-AC68U because I wanted to get all devices on > the network to operate over VPN.

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

2015-12-13 Thread mkkyah
First of all thanks for the great effort. I have tested the plugin with only DASH selected from settings. LMS 7.8.1 - 1446451964. on Odroid U3 Max2Play. bbciplayer: Dash is working. Not as smooth as hls, but working. It needs sometimes a few clicks to play and skip forward is sometimes working,

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

2015-12-13 Thread mkkyah
bpa wrote: > I suspect your proxy may be causing problems as Latest by Station/ BBC > jazz through Extra work OK for me. > > Can you enable logging plugin.bbciplayer.dash to DEBUG and test by > playing a BBC Jazz stream. Proxy disabled for test, now listen again streams are coming as 96kbps

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

2015-12-13 Thread mkkyah
bpa wrote: > Only get 320kbs if you are in the UK - 96k max if outside the UK. BBC > have said HTML5/DASH has extra anti VPN measures - not sure if bluff or > not.. > > The Clare Teal program plays OK for me outside the UK. Your log shows > problem at BBC end - not wanting to reply to your

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

2015-12-13 Thread mkkyah
bpa wrote: > In the log > > Code: > > > [15-12-14 02:15:30.6273] Plugins::BBCiPlayerExtra::ExtraPlayableParser::parse (29) DASH has been disabled - choose RTMP > > > > > Please check settings of BBCiPlayerExtra. It looks like in Extra >

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

2015-12-13 Thread mkkyah
> Are you in the UK or not ? > I'm using a proxy for other purposes, so you can consider as in the uk, because BBC is forwarded, too. > What do you mean by skip forward - are you playing listen again ? If so > what program and what timing ? How did you start the program through > BBCiPlayer to

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

2015-12-13 Thread mkkyah
mkkyah wrote: > all done, same again, this time try Cerys Matthew's Jazz pioneers, log > file: http://pastebin.com/d5sXunMx bpa, somehow DASH in iplayerextra settings got disabled, now it's playing. Cache db delete and reboot must have

[SlimDevices: Plugins] Beatport plugin?

2015-10-18 Thread mkkyah
Hi, I have visited Beatport after a long time and it seemed different than I remember. You can listen to full streams, add tracks to your playlists, listen to other playlists, like songs and buy them if you want. They have an api, although I don't know if it's enough. You can use their service

Re: [SlimDevices: Plugins] Max2Play Webinterface for Mediaclients (Audioplayer, Squeezeserver, Airplay, XBMC)

2015-08-22 Thread mkkyah
@flysurfer There is a problem with Auido output of Kodi. It happens once in a while (4 times at least), I tried several squeezelite-Kodi start/stop/play same time options but couldn't find any trigger. Sometimes Kodi works normal but there is no audio. (squeezelite is not effected) --Only cure is

Re: [SlimDevices: Plugins] Max2Play Webinterface for Mediaclients (Audioplayer, Squeezeserver, Airplay, XBMC)

2015-08-18 Thread mkkyah
flysurfer wrote: @mkkyah: OK - solved it thanks to your help! Problem with Kodi start was related to the equalizer configuration that gets activated when you check the use USB-Soundcard option. All you have to do is: update to latest beta, uncheck the checkbox of USB-Soundcard, save, check

Re: [SlimDevices: Plugins] Max2Play Webinterface for Mediaclients (Audioplayer, Squeezeserver, Airplay, XBMC)

2015-08-17 Thread mkkyah
@flysurfer, I think I have narrowed the NOT successful start of Isengard to Audio output for sure. I have Hardkernel usb-Dac for squeezelite and HDMI connection for Kodi. -- On a clean installed image upgraded to Beta-150817; I have installed your Isengard deb. Kodi had starting issue again,

Re: [SlimDevices: Plugins] Max2Play Webinterface for Mediaclients (Audioplayer, Squeezeserver, Airplay, XBMC)

2015-08-14 Thread mkkyah
mkkyah wrote: Ok, last update2beta brought the information part: -Trying to launch ... NOT successful Click here to show detailed information sudo: unable to resolve host OdroidLMS Stopping Shairport /sbin/start-stop-daemon: warning: failed to kill 1837: No such process sudo: unable

Re: [SlimDevices: Plugins] Max2Play Webinterface for Mediaclients (Audioplayer, Squeezeserver, Airplay, XBMC)

2015-08-14 Thread mkkyah
@slackhead I have played with some test installations and tried Set fixed LAN IP-Address option, its definitely working without problems. Maybe you have an ip conflict or router setting to check. mkkyah's Profile:

Re: [SlimDevices: Plugins] Max2Play Webinterface for Mediaclients (Audioplayer, Squeezeserver, Airplay, XBMC)

2015-08-14 Thread mkkyah
There is only a poll for feature requests on the web page, so I try it from here: --A backup and transfer settings option. If possible, including all Kodi And LMS backup folders automatically. --An advanced compile latest Kodi automatically option, which can compile and install from latest

Re: [SlimDevices: Plugins] Max2Play Webinterface for Mediaclients (Audioplayer, Squeezeserver, Airplay, XBMC)

2015-08-13 Thread mkkyah
if this helps, this is the kodi.log after an unsuccessful start attempt: 14:03:30 T:3036807168 NOTICE: special://profile/ is mapped to: special://masterprofile/ 14:03:30 T:3036807168 NOTICE: --- 14:03:30 T:3036807168 NOTICE:

Re: [SlimDevices: Plugins] Max2Play Webinterface for Mediaclients (Audioplayer, Squeezeserver, Airplay, XBMC)

2015-08-13 Thread mkkyah
flysurfer wrote: @mkkyah: Thanks for your feedback! I double checked it, and I forgot to add one command to the update script... didn't test this on a new image :(. Now it should work with the latest beta (from today). You may now also try your own build of kodi. I also added an error

Re: [SlimDevices: Plugins] Max2Play Webinterface for Mediaclients (Audioplayer, Squeezeserver, Airplay, XBMC)

2015-08-13 Thread mkkyah
slackhead wrote: Have you checked the Kodi logs? I've had similar problems with XBMC / Kodi on other devices and the logs are usually very helpful at pointing to the issue. It seems like related with Isengard build and Max2Play upgrade system. I think I'm going to wait a solution from

Re: [SlimDevices: Plugins] Max2Play Webinterface for Mediaclients (Audioplayer, Squeezeserver, Airplay, XBMC)

2015-08-13 Thread mkkyah
slackhead wrote: How do I do this? I've done an update to Max2Play via the web page but it remains on 2.16 and the new Kodi will not install. I am using a U3. Also, how do I set a static IP address? Every reboot my router is assigning a new IP. Again I've tried using the 'Set fixed

Re: [SlimDevices: Plugins] Max2Play Webinterface for Mediaclients (Audioplayer, Squeezeserver, Airplay, XBMC)

2015-08-13 Thread mkkyah
flysurfer wrote: @mkkyah: your logfile looks ok - at least it contains no errors. Please press the update button on the settings page again - it should tell you the reason why Kodi doesn't start, if you have the latest beta (the version number at header of the webinterface stays the same

Re: [SlimDevices: Plugins] Max2Play Webinterface for Mediaclients (Audioplayer, Squeezeserver, Airplay, XBMC)

2015-08-12 Thread mkkyah
Flysurfer, I have upgraded Max2Play to Beta-150812 and used your Isengard deb. Installation went fine, but Kodi launch is NOT successful. Memeka's 13.2 deb is installing and launching. mkkyah's Profile:

Re: [SlimDevices: Plugins] Max2Play Webinterface for Mediaclients (Audioplayer, Squeezeserver, Airplay, XBMC)

2015-08-12 Thread mkkyah
flysurfer wrote: Hi mkkyah, I created a new version of Kodi (version 15, Isengard), that can be easily installed on the KODI-tab of the Max2Play Web Interface. Just copy and paste the link into the update input field: http://cdn.max2play.com/xbmc_15.0.91-1_armhf.deb Before you can do

Re: [SlimDevices: Plugins] Max2Play Webinterface for Mediaclients (Audioplayer, Squeezeserver, Airplay, XBMC)

2015-08-11 Thread mkkyah
Hi Flysurfer, Will we get a new version of Kodi for U3 soon? mkkyah's Profile: http://forums.slimdevices.com/member.php?userid=58652 View this thread: http://forums.slimdevices.com/showthread.php?t=101856

Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2015-05-13 Thread mkkyah
pippin wrote: WTF? Time to switch to a different ISP! pippin, can you help me one last time with this issue: I'm trying to forward soundcloud requests of LMS to a proxy. I have added soundcloud.com; sndcdn.com; api.soundcloud.com to my dnsmasq list. Web browser is working but LMS needs more I

Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2015-05-12 Thread mkkyah
pippin wrote: I don't think so, I've got PlayHLS running as well. Will have another look at those logs later Pippin thanks so far for your interest, but don't waste your time, I found that my isp restrictred soundcloud!!! I hate this. I hope you improve Deezer ickstream plugin soon instead:o

Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2015-05-12 Thread mkkyah
pippin wrote: OK, that's indeed not the SSL problem, looks more like an account issue. Could you pm me your ickStream user ID? Pm is sent. Please note, it's a new clean LMS 7.8 nightly installation with old prefs folder restored. But the issue was same befor new installation.

Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2015-05-12 Thread mkkyah
pippin wrote: Hm, a bit weird. The request looks OK on the ickStream side, no errors. The URI it returns is OK, too, and plays fine on my setup. Do you do any weird transcoding on your side? No transcoding or special settings. But I did installed Playhls before now uninstalled after new

Re: [SlimDevices: Plugins] Max2Play Webinterface for Mediaclients (Audioplayer, Squeezeserver, Airplay, XBMC)

2015-05-12 Thread mkkyah
mkkyah wrote: Hi flysurfer, I have done a clean install of the new version on U3, seems good. But I have a problem with Youtube and Genesis addons: --Play a hd stream from youtube or Genesis addons. (search Mother's Day Apologies Monologue with Reese Witherspoon - SNL on Youtube, choose hd

Re: [SlimDevices: Plugins] Max2Play Webinterface for Mediaclients (Audioplayer, Squeezeserver, Airplay, XBMC)

2015-05-12 Thread mkkyah
I have installed LMS7.9 nightly with the new M2P,then restored my old prefs folder. Settings came with success but plugins are not installing/updating after several restarts of LMS. It says updates available, I tick them and apply/restart; it stays same after restart. I had to install 7.8

Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2015-05-12 Thread mkkyah
Both squeezecloud and ickstream plugins no more playing the tracks. Did I ruined something on my system or is this true for everybody? mkkyah's Profile: http://forums.slimdevices.com/member.php?userid=58652 View this

Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2015-05-12 Thread mkkyah
pippin wrote: Does this apply to all or only certain tracks? SoundCloud streams some tracks (pretty randomly, depends on the server they are on) through SSL and LMS doesn't support that. We are working on a solution for ickStream but it's a bit tricky due to all the redirections SC does.

Re: [SlimDevices: Plugins] Max2Play Webinterface for Mediaclients (Audioplayer, Squeezeserver, Airplay, XBMC)

2015-05-11 Thread mkkyah
Hi flysurfer, I have done a clean install of the new version on U3, seems good. But I have a problem with Youtube and Genesis addons: --Play a hd stream from youtube or Genesis addons. (search Mother's Day Apologies Monologue with Reese Witherspoon - SNL on Youtube, choose hd, it's freezing on

Re: [SlimDevices: Plugins] Max2Play Webinterface for Mediaclients (Audioplayer, Squeezeserver, Airplay, XBMC)

2015-05-06 Thread mkkyah
Hi flysurfer, Is there any news for the Kodi Helix (U3) release soon? I'm also checking Hardkernel forum, but it seems that we are still stucked with 13.2. BTW 13.2 is still working well, I'm just hoping for fixes of minor problems.

Re: [SlimDevices: Plugins] Announce: Smart Mix plugin

2015-04-08 Thread mkkyah
mherger wrote: I have found this in logs (I don't know if it's related): -[15-03-28 13:00:04.2053] Slim::Control::Request::notify (2084) Error: Failed notify: Undefined subroutine Plugins::SmartMix::Plugin::getMixablePropertiesFromTrack called at

Re: [SlimDevices: Plugins] Announce: Smart Mix plugin

2015-03-28 Thread mkkyah
Hi Michael, Probably this issue started after upgrading to 1.6.5, but I'm not sure: I chose one of my saved recipes, Smartmix adds 3-5 tracks from local and Deezer as expected but after that no more tracks are added to playlist. This is also happening if I choose smartmix options from context

Re: [SlimDevices: Plugins] Announce: Smart Mix plugin

2015-02-18 Thread mkkyah
mherger wrote: - delete cached.db from the cache folder ? There's something funky going on when the plugin tries to report tracks which have been played before. It's reporting some invalid values, which cause errors in the request handling. -- Michael Hi Michael, I

Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2015-01-24 Thread mkkyah
bpa wrote: Since the streams are WMA - once BBCiPlayer sets them up - it is standard WMA. BBCiPlayer plugin has nothing to do with playing WMA stream - BBC station goes straight from BBC to player unless you are transcoding. Are you transcoding WMA on the server or playing natively on the

Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2015-01-24 Thread mkkyah
Triode wrote: This should now be available as a normal plugin update rather than via my test repo. Please post feedback - I'm sure the BBC will change again soon, so we will need to track them... I can confirm that bbciplayer now plays aac streams instead of wma of same shows. This also

Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2015-01-23 Thread mkkyah
Hi, I have 2 Picoreplayers (squeezelite v1.7.1) and one max2play (squeezelite v.1.8-dev). Everything is playing well and synced, but only BBCiplayer on demand streams(wma) can't sync. I mean Picoreplayers are both synced, but max2play starts synced with others then loses it. Even BBC live

Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2014-12-12 Thread mkkyah
505 wrote: 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

Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2014-12-12 Thread mkkyah
pippin wrote: If you also want to play playlists you might want to give the ickStream open beta a try. We also support SoundCloud and while we are (like the SqueezeCloud plugin) we still have some issues with some tracks (working on it), playlists do work. Actually the playlist given in my

Re: [SlimDevices: Plugins] Max2Play Webinterface for Mediaclients (Audioplayer, Squeezeserver, Airplay, XBMC)

2014-12-06 Thread mkkyah
doctor_big wrote: Progress! I have sound! However it won't pass a 24/96 signal, and it sounds a bit flat. I suspect that it may be resampling the signal. I read elsewhere that hw:0,0 disables resampling, but it won't play anything with that parameter -- dead silent. Still, I'm much

Re: [SlimDevices: Plugins] Max2Play Webinterface for Mediaclients (Audioplayer, Squeezeserver, Airplay, XBMC)

2014-12-05 Thread mkkyah
doctor_big wrote: Anyone out there have some info on settings to use with a USB dac? Thanks Jason doctor_big, I couldn't track your other posts and history of your problems, so please ignore if it's not related to your problem, but I'm using -n PlayerName -m XX:XX:XX:XX:XX:XX -a 80:4 -o

Re: [SlimDevices: Plugins] Max2Play Webinterface for Mediaclients (Audioplayer, Squeezeserver, Airplay, XBMC)

2014-12-05 Thread mkkyah
@flysurfer I had a not so important problem and may be that I've found a solution, wanted to let you know. After leaving my odroid a while, sometimes XBMC home menu screen was corrupted with some doubling images, lines and a mouse pointer appearing.System was responsive and I could reboot system

  1   2   >