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

2022-09-18 Thread Wirrunna
mamema wrote: > just for the records, the musicip for linux has version 1.8ish and has > problems with high res files. The 1.9ish version doesn't have this, but > was only released on windows. So i created a linux docker with wine and > the windows version of musicip. It's in the docker hub.

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

2022-02-07 Thread goharbourview123
Thanks so much for doing this - got it working on a RPi4 with Bullseye 64-bit Raspberry Pi OS. Setup was a breeze, took less than 5 minutes. goharbourview123's Profile:

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

2022-01-16 Thread Orange
Thank you very much for this smart solution. Running on following system: RPi4 8GB GeeekPi DeskPi Pro V2 Case SSD 1TB DietPi v8.0.2 Bullseye Kernel 5.10.63-v8+ ZFS 2.0.3 LMS 8.2.0 Works like a charm. Thanks again. Stay healthy.

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] ANNOUNCE: MusicIP container for ARM based systems - first release.

2021-12-28 Thread bakker_be
CypherMK wrote: > > 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

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 cpd73
sparkyuk wrote: > That's a good point, the path to your music files must be the same in > both LMS and MusicIP. If you use SugarCube, or my fork of the LMS 'MIP DSTM mixer' (https://github.com/CDrummond/lms-mipmixer), these will convert paths to/from LMS - allowing these to be different. I

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

2021-12-28 Thread sparkyuk
That's a good point, the path to your music files must be the same in both LMS and MusicIP. I'm not familiar with OSMC but whatever the path to your music is in the LMS Settings -> Basic Settings -> Media Folders page should also be used in the MusicIP container. Note that this is the second

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 slartibartfast
CypherMK wrote: > Music is added. Now let's see if I can get this to work with LMS...Sounds > promising. Sent from my Pixel 3a using Tapatalk slartibartfast's Profile:

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] ANNOUNCE: MusicIP container for ARM based systems - first release.

2021-12-27 Thread sparkyuk
> So I went to 192.168.1.29:10002, added /mnt/MUSIC to 'enter root folder of music' and pressed 'add music'. Nothing happens Your docker run command is mapping /mnt/MUSIC to /music inside the container so you would have to use /music as the path "Add Music" from.

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] ANNOUNCE: MusicIP container for ARM based systems - first release.

2021-06-08 Thread pepeq
Thanks Mark for your very useful Docker-image! I run it as headless MusicMagicServer on an Odroid-N2 with Armbian-Debian Buster together with LMS 8.2.x. Here is may way what I did to run MusicIP with LMS successfully, maybe it will help some others: I analyzed (created the MusicIP

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

2021-03-25 Thread frankd
sparkyuk wrote: > As part of the process of moving from an old x86 LMS server to an ARM > based one I've been trying to find a way to get MusicIP running on the > new system. I'm using an Odroid N2 running Ubuntu which uses 64 bit > (aarch64) architecture and I haven't been able to get the

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

2021-03-25 Thread sparkyuk
As part of the process of moving from an old x86 LMS server to an ARM based one I've been trying to find a way to get MusicIP running on the new system. I'm using an Odroid N2 running Ubuntu which uses 64 bit (aarch64) architecture and I haven't been able to get the steps detailed in the