Re: [SlimDevices: Plugins] [Announce] Ratings Light

2022-03-17 Thread CypherMK
I'm checking this plugin now as a replacement of Trackstat. Looks good so far. What I miss is this: 10 star rating. I've set it to allow half star ratings, so there is a workaround, but 10 stars is more logical in my opinion. I also used trackstat to track when a song is last played, so I

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

2022-03-05 Thread CypherMK
And sometimes the lag is gone. So it must be loading something when I press the button. CypherMK's Profile: http://forums.slimdevices.com/member.php?userid=62798 View this thread:

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

2022-03-05 Thread CypherMK
This was the easiest way to share, but the lag is also there in the webbrowser. CypherMK's Profile: http://forums.slimdevices.com/member.php?userid=62798 View this thread:

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

2022-03-05 Thread CypherMK
mherger wrote: > > So does anyone know what to do about it? > > I think all the hints I'd give already have been given. But let's start > > over: please post your MAI settings. As mentioned before the performance > > depends on how you've configured MAI. If you haven't enabled display of >

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

2022-03-05 Thread CypherMK
mherger wrote: > > So does anyone know what to do about it? > > I think all the hints I'd give already have been given. But let's start > > over: please post your MAI settings. As mentioned before the performance > > depends on how you've configured MAI. If you haven't enabled display of >

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

2022-02-27 Thread CypherMK
CypherMK wrote: > I'm using this plugin for a while now, but it slows down the browsing > through LMS considerably. So when I press M on the web interface or use > the 3 stripes in SqueezeCTRL, it can take a while for that sub menu to > load. > > What can I do to speed th

Re: [SlimDevices: Plugins] ANNOUNCE: MusicIP container for ARM based systems - first release.

2021-12-28 Thread CypherMK
Not using spicefly. But I can set the path in the docker how I want it, so it's all good. changed it to /mnt/MUSIC like I had it in my old situation. Now I just need to install some plugins and settings and we're all good.

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2021-12-28 Thread CypherMK
Now have the docker method working. Less steps and it works. CypherMK's Profile: http://forums.slimdevices.com/member.php?userid=62798 View this thread: http://forums.slimdevices.com/showthread.php?t=106958

Re: [SlimDevices: Plugins] ANNOUNCE: MusicIP container for ARM based systems - first release.

2021-12-28 Thread CypherMK
And.it works! Changing the path did the trick. This is so much easier then the other method. Just a few steps and your good to go. Thanks for making this method work! CypherMK's Profile:

Re: [SlimDevices: Plugins] ANNOUNCE: MusicIP container for ARM based systems - first release.

2021-12-28 Thread CypherMK
Code: docker run -d --name=musicip --platform=armhf -e PUID=1000 -e PGID=1000 -e TZ=Europe/London -p 10002:10002 -v /music:/music:ro -v /home/osmc/MusicIP/MusicMagicMixer:/config --restart unless-stopped mwalters68/musicip-arm I'm trying to

Re: [SlimDevices: Plugins] ANNOUNCE: MusicIP container for ARM based systems - first release.

2021-12-28 Thread CypherMK
So everything is scanned. MusicIP import was successful. But I can't create a MusicIP mix. Tried restarting LMS, but that made no difference. Any ideas on how to proceed? CypherMK's Profile:

Re: [SlimDevices: Plugins] ANNOUNCE: MusicIP container for ARM based systems - first release.

2021-12-27 Thread CypherMK
slartibartfast wrote: > Sounds promising. > > Sent from my Pixel 3a using Tapatalk I'm now scanning in LMS, so let's see tomorrow. CypherMK's Profile: http://forums.slimdevices.com/member.php?userid=62798 View this

Re: [SlimDevices: Plugins] ANNOUNCE: MusicIP container for ARM based systems - first release.

2021-12-27 Thread CypherMK
Music is added. Now let's see if I can get this to work with LMS... CypherMK's Profile: http://forums.slimdevices.com/member.php?userid=62798 View this thread: http://forums.slimdevices.com/showthread.php?t=114235

Re: [SlimDevices: Plugins] ANNOUNCE: MusicIP container for ARM based systems - first release.

2021-12-27 Thread CypherMK
Still need to learn docker :) But I added /music, and it says: adding tracks. So far so good! Let's see what happens next... CypherMK's Profile: http://forums.slimdevices.com/member.php?userid=62798 View this thread:

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2021-12-26 Thread CypherMK
CypherMK wrote: > So this should work on a Pi4? Added a comment on the docker thead. it runs, but I can't add music. CypherMK's Profile: http://forums.slimdevices.com/member.php?userid=62798 View this thread: h

Re: [SlimDevices: Plugins] ANNOUNCE: MusicIP container for ARM based systems - first release.

2021-12-26 Thread CypherMK
I did the following on an OSMC image on a raspberry Pi 4: Code: curl -sSL https://get.docker.com | sh Code: sudo usermod osmc -aG docker exit and log in Code: docker pull

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2021-12-26 Thread CypherMK
sparkyuk wrote: > I built an arm based container with MusicIP - see > https://forums.slimdevices.com/showthread.php?114235-ANNOUNCE-MusicIP-container-for-ARM-based-systems-first-release So this should work on a Pi4?

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

2021-12-25 Thread CypherMK
slartibartfast wrote: > Maybe set the plugin logging to debug and see what appears in the server > log. > > Sent from my Pixel 3a using Tapatalk Tried that, but no info on the delay. CypherMK's Profile:

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

2021-12-25 Thread CypherMK
slartibartfast wrote: > If this only happens occasionally and is normally fast it could be that > the music storage hard drive is sleeping. Mine can take 10 seconds on > the Windows machine and 7 seconds on the Pi when the drive is sleeping > but around a second otherwise. > > Sent from my

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2021-12-24 Thread CypherMK
Wouldn't it be possible to run MusicIP in docker? That would make installation easier? But my knowledge on that is quite limited. CypherMK's Profile: http://forums.slimdevices.com/member.php?userid=62798 View this thread:

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

2021-12-23 Thread CypherMK
slartibartfast wrote: > If this only happens occasionally and is normally fast it could be that > the music storage hard drive is sleeping. Mine can take 10 seconds on > the Windows machine and 7 seconds on the Pi when the drive is sleeping > but around a second otherwise. > > Sent from my

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

2021-12-23 Thread CypherMK
slartibartfast wrote: > If this only happens occasionally and is normally fast it could be that > the music storage hard drive is sleeping. Mine can take 10 seconds on > the Windows machine and 7 seconds on the Pi when the drive is sleeping > but around a second otherwise. > > Sent from my

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

2021-12-23 Thread CypherMK
I didn't measure the delay, but it can be within a second to sometimes waiting 20 seconds. And only with that plugin. I ruled out the other plugins. CypherMK's Profile:

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

2021-12-23 Thread CypherMK
Does this plugin try to gather the info when I press the M button? CypherMK's Profile: http://forums.slimdevices.com/member.php?userid=62798 View this thread: http://forums.slimdevices.com/showthread.php?t=99537

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

2021-12-23 Thread CypherMK
slartibartfast wrote: > You could try turning off Artist pictures in the plugin settings. > > Sent from my Pixel 3a using Tapatalk I tried turning everything off, but that does not make a difference unfortunately.

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

2021-12-23 Thread CypherMK
I'm using this plugin for a while now, but it slows down the browsing through LMS considerably. So when I press M on the web interface or use the 3 stripes in SqueezeCTRL, it can take a while for that sub menu to load. What can I do to speed things up?

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2021-12-05 Thread CypherMK
CypherMK wrote: > > Code: > > osmc@osmc:~$ sudo dpkg -i newpack/libc6_2.28-10+rpi1_i386.deb > Selecting previously unselected package libc6:i386. > (Reading database ... 37294 files and directories currently installed.) > Preparing to unp

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2021-12-05 Thread CypherMK
Code: osmc@osmc:~$ sudo dpkg -i newpack/libc6_2.28-10+rpi1_i386.deb Selecting previously unselected package libc6:i386. (Reading database ... 37294 files and directories currently installed.) Preparing to unpack .../libc6_2.28-10+rpi1_i386.deb ... De-configuring

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2021-12-05 Thread CypherMK
Did this, so correct version now Code: sudo apt install libc6=2.28-10 CypherMK's Profile: http://forums.slimdevices.com/member.php?userid=62798 View this thread:

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2021-12-05 Thread CypherMK
CypherMK wrote: > Also get this: > > Code: > > osmc@osmc:~$ sudo dpkg -i newpack/libc6_2.28-10+rpi1_i386.deb > (Reading database ... 37595 files and directories currently installed.) > Preparing to unpack .../libc6_2.28-10+rpi1_i386.deb ... &

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2021-12-05 Thread CypherMK
Also get this: Code: osmc@osmc:~$ sudo dpkg -i newpack/libc6_2.28-10+rpi1_i386.deb (Reading database ... 37595 files and directories currently installed.) Preparing to unpack .../libc6_2.28-10+rpi1_i386.deb ... Unpacking libc6:i386 (2.28-10+rpi1) over

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2021-12-05 Thread CypherMK
I'm trying again now on the newest OSMC image. When I do this (dpkg -s libc6:armhf), I get: Code: Package: libc6 Status: install ok installed Priority: optional Section: libs Installed-Size: 8330 Maintainer: GNU Libc Maintainers Architecture: armhf

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2021-11-20 Thread CypherMK
I repeated these steps from the tutorial, so now it starts like before. but still have the bus error. Code: cd ~ wget http://ftp.us.debian.org/debian/pool...28-10_i386.deb mkdir -p newpack oldpack/DEBIAN dpkg-deb -x libc6_2.28-10_i386.deb oldpack/ dpkg-deb -e

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2021-11-20 Thread CypherMK
The odd thing is that the file excists in that directory. CypherMK's Profile: http://forums.slimdevices.com/member.php?userid=62798 View this thread: http://forums.slimdevices.com/showthread.php?t=106958

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2021-11-20 Thread CypherMK
slartibartfast wrote: > If you run htop you can use function key F3 to search for qemu or music > and you should see it. > When you installed OSMC did you need to have a screen attached? > > Sent from my Pixel 3a using Tapatalk I just installed LMS, started it, and now I get this: Code:

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2021-11-20 Thread CypherMK
Can I see if MusicIp is started in Top? I can't find it, even if it's started. CypherMK's Profile: http://forums.slimdevices.com/member.php?userid=62798 View this thread:

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2021-11-20 Thread CypherMK
n particular as it > happens when you open the web page. > > 2 ideas CypherMK: > Did you try to open the webpage with another browser (e.g. firefox, > chrome, edge?) Maybe some strange request kills the MusicIP webserver > component? > > I guess you need to have the w

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2021-11-18 Thread CypherMK
slartibartfast wrote: > I thought I would install OSMC and try it myself. So far I have been > waiting 20 minutes and still can't connect with PuTTY. I don't have the > Pi connected to a TV so I have no idea what is going on. > > Sent from my Pixel 3a using Tapatalk I'm curious how it goes.

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2021-11-17 Thread CypherMK
slartibartfast wrote: > Apart from the bus error the same errors were noted back in 2017. > https://forums.slimdevices.com/showthread.php?p=886868 > Is the server definitely not available at port 10002? > > Sent from my Pixel 3a using Tapatalk The MusicIP server starts. When I go to MusicIP

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2021-11-17 Thread CypherMK
CypherMK wrote: > Because of a new version of Kodi, I tried to install the latest version > of OSMC. Also tried installing Musicip again, but ran into a new issue. > > When I run this command: > Code: > > /home/osmc/MusicIP/MusicMagicMixer/M

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2021-11-17 Thread CypherMK
slartibartfast wrote: > That's the one > > Sent from my Pixel 3a using Tapatalk I can see 'Music Path' in the settings, but that does not mean that Musicip could be on a different machine? CypherMK's Profile:

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2021-11-17 Thread CypherMK
slartibartfast wrote: > The mipmixer plugin has path settings so that may work as well. > > Sent from my Pixel 3a using Tapatalk You mean this one? https://github.com/CDrummond/lms-mipmixer CypherMK's Profile:

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2021-11-17 Thread CypherMK
slartibartfast wrote: > The mipmixer plugin has path settings so that may work as well. > > Sent from my Pixel 3a using Tapatalk In sugarcube I see: MusicIP Host Location. But I don't use this plugin. I usually just use Musicip with Don't stop the music. Mixes are better with that. But I

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2021-11-17 Thread CypherMK
frankd wrote: > Would be interesting to get feedback in this thread, on which systems > MusicIP is running using the approach explained in the first post. > So far I know about > > > > - Raspbian 32 bit - Ubuntu for Raspberry 32 bit - OSMC 32 bit (to be confirmed if it works with

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2021-11-17 Thread CypherMK
I was wondering. Would it be possible to have musicip running on another server then where LMS is installed? CypherMK's Profile: http://forums.slimdevices.com/member.php?userid=62798 View this thread:

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2021-11-14 Thread CypherMK
frankd wrote: > Maybe others can chime in who use OSMC - I know about some reports who > were successful in the past. > However a lot of things changed also for the OSMC image since August > 2021 - OSMC changed to Kodi Matrix and a lot of parts were adapted and > patched to account for all

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2021-11-06 Thread CypherMK
frankd wrote: > I think this is a problem with multicast and Qemu. Which Qemu version is > installed, there was a discussion about issues introduced by 4.2.0 > (https://patchwork.kernel.org/project/qemu-devel/patch/CAMx8kb2aJ2OOHx6GG9qmXOoSXdQrzQ9+fsK=jr7pm-bja4q...@mail.gmail.com/)

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2021-10-27 Thread CypherMK
HB64 wrote: > I think you are trying to run a 32 bit application on a 64 bit system, > try following command from a terminal session > sudo apt install -y lib32z1 lib32ncurses-dev Code: osmc@osmc:~$ sudo apt install -y lib32z1 lib32ncurses-dev Reading package

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2021-10-26 Thread CypherMK
Because of a new version of Kodi, I tried to install the latest version of OSMC. Also tried installing Musicip again, but ran into a new issue. When I run this command: Code: /home/osmc/MusicIP/MusicMagicMixer/MusicMagicServer start The server

Re: [SlimDevices: Plugins] Annouce: Squeeze Control, a squeezebox remote app, is now available for Android

2021-10-07 Thread CypherMK
I have to say that this app works perfect for me know. No issues anymore, and the issues that I've had were resolved. So thank you for making this app so great. CypherMK's Profile:

Re: [SlimDevices: Plugins] Annouce: Squeeze Control, a squeezebox remote app, is now available for Android

2021-06-23 Thread CypherMK
I've come around a bug. Sometimes I can't scroll the playlist up and down at all. Seems to happen when the app is running in the background for a while. Everything else works in the app. Ways to circumvent this, is to restart the app. Or if I rearrange my playlist, it also starts working again.

Re: [SlimDevices: Plugins] Annouce: Squeeze Control, a squeezebox remote app, is now available for Android

2021-06-20 Thread CypherMK
wt0 wrote: > The collapsed controls can only show controls available in the expanded > controls. Not sure if you've noticed, but in the expanded control there > is no skip backwards because you can only show a maximum of five > controls and skip backwards seem to least important. If you

Re: [SlimDevices: Plugins] Annouce: Squeeze Control, a squeezebox remote app, is now available for Android

2021-06-19 Thread CypherMK
Thanks for the last update of the app. Looks more modern now, especially with the music notification option, to bring it in the correct place. One thing about that music notification. When I swipe down on my phone, I get the notification panel. The music notification is collapsed. Only the

Re: [SlimDevices: Plugins] ARM based substitute for MusicIP?

2021-01-23 Thread CypherMK
I guess you have found this thread?https://forums.slimdevices.com/showthread.php?106958-Success-MusicIP-and-Spicefly-Sugarcube-running-on-Raspberry-Pi I'm running this on a pi 4 and works great. But I don't know about the odroid.

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2020-12-10 Thread CypherMK
slartibartfast wrote: > Any ideas why the "add music" function doesn't work. CPU goes to 100% > but very little memory is used. Refresh does the same thing. The server > is definitely running and I can generate test mixes from the alternative > webUI. > > Sent from my Pixel 3a using Tapatalk

Re: [SlimDevices: Plugins] Annouce: Squeeze Control, a squeezebox remote app, is now available for Android

2020-10-21 Thread CypherMK
wt0 wrote: > I know about this one already, but as far as I can tell it's a glitch > with the system. It even happens with the Gmail app, except in Gmail > there's no action associated with hold and drag so you don't notice it. > Instead it just won't scroll on first try. > > Sent from my

Re: [SlimDevices: Plugins] Annouce: Squeeze Control, a squeezebox remote app, is now available for Android

2020-10-21 Thread CypherMK
I have found a bug. First, have Squeeze CTRL open in the playlist view. Then lock the phone with power button. Then unlock your phone, in my case the fingerprint scanner. Then try to scroll the playlist page. This is not possible. On the second try (still in unlocked state), you will reorder the

Re: [SlimDevices: Plugins] Annouce: Squeeze Control, a squeezebox remote app, is now available for Android

2020-10-10 Thread CypherMK
wt0 wrote: > I don't use the new gesture controls, I prefer previous version that the > pixel 3 came with. > > Squeeze Ctrl haven't been made to work with the new gesture system. > Basically, apps have the option to request the system gestures be > limited to just the bottom third of the

Re: [SlimDevices: Plugins] Annouce: Squeeze Control, a squeezebox remote app, is now available for Android

2020-09-10 Thread CypherMK
wt0 wrote: > I don't use beta versions, it's my personal phone. > > As to supporting that feature, probably not. I think it automatically > does it for media apps. Squeeze Ctrl is not a media app and having it > pretend to be one can be problematic especially when used in conjunction > with SB

Re: [SlimDevices: Plugins] Annouce: Squeeze Control, a squeezebox remote app, is now available for Android

2020-09-09 Thread CypherMK
Since android 11, music apps are now shown here: https://www.google.com/amp/s/9to5google.com/2020/06/10/android-11-media-player-space-multiple-apps/amp/ Will Squeeze control support this in the future? Since you have a pixel, you probably have android 11 yourself to test ;)

Re: [SlimDevices: Plugins] Trackstat causing 100% cpu usage on Raspberry PI 4

2020-08-26 Thread CypherMK
I have a workaround for my problem. I went to trackstat settings and changed this setting: Startup refresh to no. Now startup is fine. CypherMK's Profile: http://forums.slimdevices.com/member.php?userid=62798 View this

Re: [SlimDevices: Plugins] Trackstat causing 100% cpu usage on Raspberry PI 4

2020-08-26 Thread CypherMK
Thanks. It seems there isn't a real solution then? CypherMK's Profile: http://forums.slimdevices.com/member.php?userid=62798 View this thread: http://forums.slimdevices.com/showthread.php?t=112837

[SlimDevices: Plugins] Trackstat causing 100% cpu usage on Raspberry PI 4

2020-08-26 Thread CypherMK
Hello. I'm using LMS on a Pi 4 with 4GB. When I restart LMS or I reboot my pi, LMS is using 100% cpu. This will take up to 2 hours, before LMS is responsive again. I started disabling some plugins, and found out that trackstat was causing this issue. Is this a known issue? Is there an option

Re: [SlimDevices: Plugins] Annouce: Squeeze Control, a squeezebox remote app, is now available for Android

2020-04-16 Thread CypherMK
Thanks for the reply. I'll hope you can fix the issue with gestures. About the rating system. If you look at this solution from CDrummond: https://github.com/CDrummond/lms-material He also uses 5 stars, but it is also possible to click a half star. Maybe that would be easier to implement in

Re: [SlimDevices: Plugins] Annouce: Squeeze Control, a squeezebox remote app, is now available for Android

2020-04-15 Thread CypherMK
CypherMK wrote: > Hello everybody. Hope y'all doing well. > > I have a suggestion. I was trying the trackstat plugin. And I chose to > rate my songs from 1 to 10 instead of 1 to 5. > When I enable rating on the now playing screen in Squeeze Control, it > only let's me se

Re: [SlimDevices: Plugins] Annouce: Squeeze Control, a squeezebox remote app, is now available for Android

2020-04-12 Thread CypherMK
I also have a bug to report. I use the latest version of android with the new gesture system on a Pixel 2 XL. The issue is this. Normally you can swipe lef/right to go to: home menu, now playing, playlist. When I do this: Start the app. Select my music. Then use the android back gesture from the

Re: [SlimDevices: Plugins] Annouce: Squeeze Control, a squeezebox remote app, is now available for Android

2020-04-12 Thread CypherMK
Hello everybody. Hope y'all doing well. I have a suggestion. I was trying the trackstat plugin. And I chose to rate my songs from 1 to 10 instead of 1 to 5. When I enable rating on the now playing screen in Squeeze Control, it only let's me select 1 to 5. Would it be possible to have them both?

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2020-03-14 Thread CypherMK
Thanks for the reply. It makes more sense now. CypherMK's Profile: http://forums.slimdevices.com/member.php?userid=62798 View this thread: http://forums.slimdevices.com/showthread.php?t=106958

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2020-03-11 Thread CypherMK
Hi all, I'm trying sugarcube at the moment. I have a quetion about the sugarcube mix mode. When I select standard musicip, it seems that the mixes are similar to DSTM and musicip. But what does the freestyle option do? The spicefly site wan't very clear about it. It seems more random. Does it

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2020-01-26 Thread CypherMK
To install Lms (copied the link from the page you mentioned): wget http://downloads.slimdevices.com/nightly/7.9/sc/4f7c9f49acb606a1ca56acd7525ba03857c6bd0b/logitechmediaserver_7.9.3~1579448956_all.deb Sudo dpkg -i logitechmediaserver_7.9.3~1579448956_all.deb

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2020-01-26 Thread CypherMK
To install Lms (copied the link from the page you mentioned): wget http://downloads.slimdevices.com/nightly/7.9/sc/4f7c9f49acb606a1ca56acd7525ba03857c6bd0b/logitechmediaserver_7.9.3~1579448956_all.deb Sudo dpkg -i logitechmediaserver_7.9.3~1579448956_all.deb

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2020-01-26 Thread CypherMK
Alright, got it working on a raspberry pi 4 with raspbian buster lite and squeezelite. Seems much quicker then my pi b+, but that was to be expected of course. And plenty of ram left. 4 GB is really overkill. But, I'm gonna install some more programs on it. Would it work to install Kodi

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2020-01-26 Thread CypherMK
slartibartfast wrote: > Try these instructions. > https://forums.slimdevices.com/showthread.php?p=950011 > > Sent from my Pixel 3a using Tapatalk Thanks! Found it also. Keep y'all updated CypherMK's Profile:

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2020-01-26 Thread CypherMK
frankd wrote: > I am not giving up so quickly... > > Maybe ErwinB is still motivated to try out a new libc6 package I have > created for the i386 architecture. > It is the original version with two changes in the control file inside: > I have changed the version to 2.28-10+rpi1 and I have

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2020-01-19 Thread CypherMK
Alright! Let's order! CypherMK's Profile: http://forums.slimdevices.com/member.php?userid=62798 View this thread: http://forums.slimdevices.com/showthread.php?t=106958 ___

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2020-01-19 Thread CypherMK
slartibartfast wrote: > I had issues with Max2Play where after updating the OS with > sudo apt-get update > sudo apt-get dist-upgrade > the Pi wouldn't boot. If you don't update then you are stuck with the > old kernel with the high temperatures that go with it. > I also had issues with hd-idle

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2020-01-19 Thread CypherMK
I think I'm gonna buy a pi 4. My current pi is too slow for the job. Some questions. What OS do you run on the the pi 4? NOOBS, or max2play or. And would you recommend 4 gb or is 1 gb enough? I have over 5 FLAC tracks.

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2019-12-01 Thread CypherMK
frankd wrote: > Excellent, thanks for the confirmation - thus the door is open for all > the scripting... > I guess it is time to update the first post for buster with several > confirmed installations and add this info as well... > > I still like the MusicIP approach very much as it is a

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2019-12-01 Thread CypherMK
frankd wrote: > Keep us updated. > I am also not sure at the moment if the second line is needed to update > the database with your new music. I did a full rescan with both lines of code and that worked. When I remove the last from the script it also works. So this can be deleted. I put

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2019-12-01 Thread CypherMK
frankd wrote: > I think posting a form with curl should work for scripts: > > curl -d 'root=/your_path_to_your_music/' > http://ip_of_your_server:10002/server/add > curl -d '' http://ip_of_your_server:10002/server/refresh Wow, this seems to work! Thank you! I've tried this on my phone using

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2019-11-29 Thread CypherMK
frankd wrote: > I just looked at the webform. > The relevant part seems to be : > > > enter root folder of music > > > maybe this can be used in some way? I have no clue... CypherMK's Profile:

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2019-11-27 Thread CypherMK
CypherMK wrote: > Is there a way to automatically add new musicip songs to the database of > musicip? Now I have to go to http://localhost:10002, select the location > of my music files, and press add music. > >

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2019-11-24 Thread CypherMK
Is there a way to automatically add new musicip songs to the database of musicip? Now I have to go to http://localhost:10002, select the location of my music files, and press add music. Another thing maybe some of you will like: I created some automated playlists with this python script. It

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2019-11-23 Thread CypherMK
slartibartfast wrote: > I am amazed that it works with no swapfile. If I run Top during the scan > I can watch the RAM use rise during the MusicIP import phase until the > MusicIP service ultimately quits. I wonder why yours is different. > > Sent from my SM-G900F using Tapatalk On my pi 3b+

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2019-11-22 Thread CypherMK
Import finished! Without swap file! Later today I'm gonna test if it's quick enough for daily use ;) CypherMK's Profile: http://forums.slimdevices.com/member.php?userid=62798 View this thread:

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2019-11-22 Thread CypherMK
Wow, it starts importingbut it wil take a couple of hours before it finishes. Let's see tomorrow morning what the result is. I set the timeout to 3600 :) CypherMK's Profile:

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2019-11-22 Thread CypherMK
frankd wrote: > I fear the pi 1 is simply too slow for 45k tracks and you might run into > timeouts at different places - the fact that the log tells you that it > didn't find the link may be simply a timeout issue. > One last idea: You could try to change the timouts in the MusicIP Plugin >

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2019-11-21 Thread CypherMK
frankd wrote: > So lets' try to debug this problem step by step: > When your are in your local network, use a web-browser with any computer > and enter the url http://localhost:10002/api/songs?extended *but replace > the "localhost" with the IP of the computer which runs the Music-IP > server*.

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2019-11-20 Thread CypherMK
I started this project, because my Squeezebox duet died. So I have a raspberry pi 3b+ already running with too many programs on it: Lms, musicip, homeassistant, node red, Zigbee2mqtt and qbittorrent. This all runs on a SD card with a connected hard drive for downloading, and my music is stored

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2019-11-20 Thread CypherMK
I started this project, because my Squeezebox duet died. So I have a raspberry pi 3b+ already running with too many programs on it: Lms, musicip, homeassistant, node red, zigbee2mqtt and qbittorrent. This all runs on a SD card with a connected hard drive for downloading, and my music is stored

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2019-11-20 Thread CypherMK
Took a few minutes, but that works. CypherMK's Profile: http://forums.slimdevices.com/member.php?userid=62798 View this thread: http://forums.slimdevices.com/showthread.php?t=106958

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2019-11-20 Thread CypherMK
This is from the debug scanner.log: [19-11-20 20:13:21.9030] Slim::Utils::Scanner::Local::__ANON__ (454) Rescanning changed audio files (0) [19-11-20 20:13:21.9174] Slim::Music::Import::endImporter (644) Completed Slim::Media::MediaFolderScan Scan in 13560 seconds. [19-11-20 20:13:21.9275]

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2019-11-20 Thread CypherMK
Increasing the timeout to 500 didn't make a difference. Let's debug now... CypherMK's Profile: http://forums.slimdevices.com/member.php?userid=62798 View this thread: http://forums.slimdevices.com/showthread.php?t=106958

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2019-11-20 Thread CypherMK
slartibartfast wrote: > The Pi isn't trying to validate the missing 62 tracks is it? > > Sent from my SM-G900F using Tapatalk nope CypherMK's Profile: http://forums.slimdevices.com/member.php?userid=62798 View this

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2019-11-20 Thread CypherMK
frankd wrote: > For me it looks like the Music IP server is working as a standalone and > LMS is working as a standalone, and LMS is aware of the musicIP server > and even can work with the moods, but the problem is the import > procedure. I am just guessing but maybe the LMS import script runs

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2019-11-20 Thread CypherMK
slartibartfast wrote: > Have you tried setting the MusicIP plugin logging to debug? > > Sent from my SM-G900F using Tapatalk Not yet, first I'm gonna try a few other things, then I will do that. CypherMK's Profile:

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2019-11-20 Thread CypherMK
MusicIP says this: Total songs 43,291 Mixable songs 43,229 Songs to validate 62 CypherMK's Profile: http://forums.slimdevices.com/member.php?userid=62798 View this thread:

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2019-11-20 Thread CypherMK
CypherMK wrote: > Now I'm performing a full rescan to see if that makes a difference. Rescanning and musicip import stays at 0. Bestanden/mappen detecteren: /mnt/MUSIC (48093 van 48093) Voltooien 00:12:47 Nieuwe muziekbestanden scannen: /mnt/MUSIC (44463 van 44463) Voltooien 02

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2019-11-20 Thread CypherMK
I noticed, that 'don't stop the music' adds songs from musicip. So it seems. I also compared my setup from my pi 3b+, and I noticed that the mmm.ini in the /home/osmc/MusicIP/MusicMagicMixer folder, had different rights. After changing that I could use the MusicIP mood mix within LMS. Now I'm

Re: [SlimDevices: Plugins] Success: MusicIP and Spicefly Sugarcube running on Raspberry Pi

2019-11-19 Thread CypherMK
frankd wrote: > I am not sure if your scan sees the amount of fingerprinted files > through MusicIP: Basically LMS realizes that you have musicIP running > and wants to query musicIP for the files LMS knows, not neccessarily the > files MusicIP knows. Thus some Basic Questions: > > Did you add

  1   2   3   >