New user! Experiences in migrating from Vortexbox to Snake-oil
#1
Hi all,

I just started to use snake-oil and am very happy with it!

A bit of background, I've been using a Squeezebox system for just over 10 years now. On my main system a Squeezebox 3 which was replaced by a Squeezebox Touch when these were released. For my bedroom / alarm clock I use a Squeezebox Radio. While getting used to the system I just used my iMac with some local storage. But as I wanted to run a server independently from my main computer I quickly buit a little M-ITX Atom330 based server with a 1,5 Tb hard drive. I used Vortexbox as OS to run this server.

Fast forward to now, after 6 years of nomadic life traveling the world I returned to my apartment in The Netherlands. I took my little server out of storage and it worked right away. However I wanted to try some of the new uncompressed streaming services and subscribed to the 120 day Tidal promotion (only 4 Euro!). Unfortunately the older version of LMS on my Vortexbox could not stream Tidal in flac, only mp3. That kind of defeated the purpose. And due to the old version of Vortexbox I could not upgrade LMS.
So i needed to upgrade Vortexbox by making a back-up of my music collection on an external drive, fully re-install a new version of Vortexbox, and restore the music collection. I had already been through this once on an earlier upgrade and thought that:
a) It was a bit of a hassle.
b) I didn't like the idea of working both disks hard at the same time when copying a lot data with my whole music collection between the two. Seems a unfortunate time if the disks die during this. This now more then ever with both my server disk and back-up disk being about 10 years old.

So I decided that I preferred to have my OS on a SSD disk (cheap as chips for a small one) and keep the existing Vortexbox drive with the music storage on there. This would also allow easier upgraded or changes of the OS without needing to touch the music strorage. After checking an good OS to run LMS (no need for a player) out I felt that:
> Vortexbox development, support, and community seemed less active than in the past. Also setting up a 2-disk install looked quite complicated.
> Daphile, but it seemed a rather closed system.
> The various raspberry Pi based solutions, but with an otherwise working Atom server I saw no need to change that, also understanding that the Atom330 is somewhat beefier regarding processing power.
> Snake-oil seemed to offer a good mix of active development, out-of-the-box functionality but tweakable, easily upgradable, and not too difficult to configure in a 2-disk setup.

So I have just migrated and all went pretty smoothly. Some of the hick-ups I encountered:

1) The Atom board I have in the server (Intel D945GCLF2) has issues with booting from USB. So needed to pull an old Windows XP (!) laptop from a box of old computer stuff to burn a snake-oil CD, only computer I had with an optical drive (except the Atom server itself).

2) Ensuring that the server boots up from the SSD not the harddrive with Vortexbox. That can be set quite easily in the BIOS but for my system required a monitor and keyboard to be connected.

2) Mounting the Vortexbox storage. This is an LVM partition so can't be mounted from the Snake-oil GUI. With these instructions it was quickly solved:https://www.cyberciti.biz/faq/linux-moun...n-command/

3) Sharing the mounted Vortexbox LVM partition on Samba. These instructions helped:
https://vitux.com/how-to-install-and-con...on-ubuntu/
I still have some issues with not being able to create or write on the mounted LVM partition over the network, so I probably need to work on the permissions.

4) Getting the 'Material' skin working on LMS. The solution was a newer version of LMS than the currently installed 7.9.0, so after activating Snake-oil I 'dropped' LMS 8.0 in the install interface (so cool!) and that upgraded LMS.

So, RESULT!

> I have an up to date LMS. With 8.0 the seamless integration between your Tidal collection and local music collection is really cool.
> I can stream Tidal in flac from my new Snake-oil server to my SB touch and my audio system. I love exploring music, and having a massive collection at your fingertips. Now if the Tidal plug-in would just support hi-res flac streaming in LMS.... After the Tidal trial I'm going to try Quboz and compare.
> An added benefit from using the SSD for the OS and LMS install is quicker boot times, but especially quicker searching and browsing in your music collection. Do a search in iPeng and the results including artwork pop up as you type. Didn't have that before on a spinning/platter disk.

Remaining issues:
As stated I need to sort the permissions so I can write/change in the Vortexbox storage over the network. The main issue I'm looking at is how to turn of my server. I used the 'Server Power Control' plug-in for that, but using that on Snake-oil seemed to break the system (syntax errors in sudoers) so I did a fresh Snake-oil re-install after that.

In terms of features Snake-oil seems to offer most that Vortexbox did, with the exception of the automated CD-ripper. I never used it but it makes it a great all-round music server. But I believe it is in the roadmap for Snake-oil?

Thanks for a great service!
[-] The following 4 users Like bolle's post:
  • Snoopy8, patricia1066, hkphantomgtr, agent_kith
1
Reply

#2
I wonder if LMS has the ability to call a webhook? If yes, you can just use the Snakeoil API to turn off the PC. No authentication whatsoever, pretty sure it's just a POST command to "http://ip_of_pc/system/shutdown" with no data and headers and it'll shut down the machine.

As for LVM, totally forgotten about it :D :D... I've create a issue for this and hope to implement this in a future version.
Snakeoil Operating System - Music, your way!
Reply

#3
I hope you don't mind that I'd like to suggest to use mpd instead of LMS for playback.  That may save you from those hassles and return you better sound. :shy:
[-] The following 1 user Likes hkphantomgtr's post:
  • agent_kith
Reply

#4
(22-May-2020, 09:23 AM)hkphantomgtr Wrote: I hope you don't mind that I'd like to suggest to use mpd instead of LMS for playback.  That may save you from those hassles and return you better sound. Shy

Suggestions are always welcome! But mpd is a player is it? I'm using a Squeezebox Touch for that, my Snake-oil server is purely a LMS server, I don't use it for playback.

(22-May-2020, 09:11 AM)agent_kith Wrote: I wonder if LMS has the ability to call a webhook? If yes, you can just use the Snakeoil API to turn off the PC. No authentication whatsoever, pretty sure it's just a POST command to "http://ip_of_pc/system/shutdown" with no data and headers and it'll shut down the machine.

As for LVM, totally forgotten about it Big Grin Big Grin... I've create a issue for this and hope to implement this in a future version.

Thanks, with the LVM instructions as shared it wasn't really a big issue. Of course being able to do it from the GUI would make Snake-oil more user-friendly which is never a bad thing.

I'm afraid I kind of lost you on the shutdown thing.... unfortunate that the great 'Server Power Control' plug-in is now so difficult to install. Used to be great simple plug-in. Will need to research further. That is the main functionality that I'm missing, but is not really a Snake-oil issue.
Reply

#5
(22-May-2020, 03:17 PM)bolle Wrote: I'm afraid I kind of lost you on the shutdown thing.... unfortunate that the great 'Server Power Control' plug-in is now so difficult to install. Used to be great simple plug-in. Will need to research further. That is the main functionality that I'm missing, but is not really a Snake-oil issue.
You can go to the Snakeoil WebApp, under "Systems" menu, there's a command button to shut down the server. This is not integrated into the LMS web interface, something I'll see if I can address later.
Snakeoil Operating System - Music, your way!
[-] The following 1 user Likes agent_kith's post:
  • patricia1066
Reply

#6
(23-May-2020, 08:41 AM)agent_kith Wrote:
(22-May-2020, 03:17 PM)bolle Wrote: I'm afraid I kind of lost you on the shutdown thing.... unfortunate that the great 'Server Power Control' plug-in is now so difficult to install. Used to be great simple plug-in. Will need to research further. That is the main functionality that I'm missing, but is not really a Snake-oil issue.
You can go to the Snakeoil WebApp, under "Systems" menu, there's a command button to shut down the server. This is not integrated into the LMS web interface, something I'll see if I can address later.

Thank you, I have used that already a few times.

I think I might have not asked my question clearly. With 'Server Power Control' you could specify the server to turn off after a certain time of inactivity, a certain time, etc. I liked that as it would mean I would never have to worry about forgetting to turn the server off when I'm not using it for a while.
I'm looking for something to replicate that functionality.
Reply

#7
(24-May-2020, 06:38 AM)bolle Wrote: Thank you, I have used that already a few times.

I think I might have not asked my question clearly. With 'Server Power Control' you could specify the server to turn off after a certain time of inactivity, a certain time, etc. I liked that as it would mean I would never have to worry about forgetting to turn the server off when I'm not using it for a while.
I'm looking for something to replicate that functionality.
That's a great idea! Have added this to the feature list, and will hopefully implement this in 1.2.1.

Don't have a ETA yet as I'm busy IRL, and when I'm free, still trying to get the 1.2.0 ISO done and dusted. Once the ISO is out, I'll work on 1.2.1 features/fixes. And that's when this feature will be out.
Snakeoil Operating System - Music, your way!
Reply

#8
That would be awesome. The 'Server Power Control' was a LMS plug-in, so I don't know if that could be used in snake-oil.

The plug-in can still be be found on this github: https://github.com/gharris999/SrvrPowerCtrl
Reply

#9
I got the same error as pictured above when I tried to mount /dev/ubuntu-vg/ubuntu-lv/media/music in the media box
Reply

#10
(23-Mar-2022, 11:27 PM)patricia1066 Wrote: I got the same error as pictured above when I tried to mount /dev/ubuntu-vg/ubuntu-lv/media/music in the media box
sorry, mispost
Reply



Bookmarks

Possibly Related Threads…
Thread Author Replies Views Last Post
  Snake oil feedback realysm42 0 1,323 27-Nov-2017, 02:29 PM
Last Post: realysm42



Users browsing this thread:
1 Guest(s)

[-]
Our Sponsors

[-]
Welcome
You have to register before you can post on our site.

Username/Email:


Password:





[-]
Latest Threads
ZimaBoard 2x NIC, 2x SATA, 2x USB, 1x PC...
Last Post: agent_kith
26-Mar-2024 12:04 PM
» Replies: 13
» Views: 612
LMS Upgrade ?
Last Post: uglymusic
15-Mar-2024 09:14 PM
» Replies: 7
» Views: 149
Squeezebox shutdown
Last Post: TripleX
13-Mar-2024 07:34 AM
» Replies: 4
» Views: 70
MP3 Not Playing
Last Post: Coacharnold
10-Mar-2024 10:25 AM
» Replies: 3
» Views: 52
Fail to install myMPD
Last Post: hkphantomgtr
03-Mar-2024 08:45 PM
» Replies: 9
» Views: 195
Intel HFI Driver Can "Save Tons Of CPU C...
Last Post: hkphantomgtr
28-Feb-2024 09:15 PM
» Replies: 0
» Views: 41
Announcing Snakeoil Measurements 1.3.0
Last Post: agent_kith
26-Feb-2024 10:02 PM
» Replies: 94
» Views: 4137
More Problems with Squeezelite in 1.3
Last Post: Coacharnold
17-Feb-2024 09:47 PM
» Replies: 2
» Views: 69
Snakeoil Music server & Snakeoil its own...
Last Post: Snoopy8
17-Feb-2024 11:20 AM
» Replies: 8
» Views: 365
RoonBridge (64 bit only)
Last Post: scrarfussi
15-Feb-2024 08:26 PM
» Replies: 3
» Views: 4125

[-]
SnakeoilOS Mission Statement

Our mission is to create a free to use computer OS that is easy to install, intuitive to operate and play music that will connect and engage with you emotionally.

SnakeoilOS gives you the freedom to spend more time on listening, enjoying and exploring music. Wasting time on computers is now a thing of the past! Everything is constantly evolving/improving. Please check back often for updates.

If you like this project, do show your support with a small token donation. All donations collected will be used to run this website, and for purchasing new equipment for the project.


Powered By MyBB, © 2002-2024. Theme © Melroy van den Berg.