Announcement

Collapse
No announcement yet.

SSODS 4 released

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • Originally posted by pinkdot
    Anyone having any luck installing the 7.9 nightly in ssodsmod? I'm getting the message ' unknown squeezesever version'. It looks like ssods is checking the lms version.
    It seems that something is broken in the routines.sh to find the verion number of slimserver.pl. I'm not an sed expert but this line isn't working anymore:

    Code:
    sed -n 's/^[^#]*\$VERSION[ \t]*=[ \t]*'"'"'\([012345678\.]*\)'"'"'[ \t]*;/\1/p' ${SSBIN} 2>/dev/null

    Comment


    • Originally posted by Zucht
      It seems that something is broken in the routines.sh to find the verion number of slimserver.pl. I'm not an sed expert but this line isn't working anymore:

      Code:
      sed -n 's/^[^#]*\$VERSION[ \t]*=[ \t]*'"'"'\([012345678\.]*\)'"'"'[ \t]*;/\1/p' ${SSBIN} 2>/dev/null
      Thanks, for the hint! Changed the line to:

      Code:
      sed -n 's/^[^#]*\$VERSION[ \t]*=[ \t]*'"'"'\([0123456789\.]*\)'"'"'[ \t]*;/\1/p' ${SSBIN} 2>/dev/null
      (just added the 9)

      Working again!

      Comment


      • @Zucht do you still have the ssods mod package for i686? You posted this before but the link is dead. Would be very helpfull. Thx
        Last edited by pinkdot; 2014-06-10, 21:58.

        Comment


        • SSODS on Android Linux chroot

          Hi,
          I'm trying to run LMS on an Android device (Odroid 3), using Linux Deploy app and Debian wheezy image.
          I have explained "why" here: http://forums.slimdevices.com/showth...d-Linux-chroot

          It actually worked well, performance is very good, but I had to compile LMS from scratch and it takes time. So I remembered old friend SSODS, which I use on Qnap.

          I have successfully installed ssodsmod and LMS 7.8.1 in 5-10 minutes time, but LMS is not starting. Server log is only showing "ssctrl Starting SqueezeboxServer 7.8.1-1401187905." and staying like that.

          - installed with root user
          - I have created user:ssods and group:ssods with "groupadd ssods" and "useradd -g ssods ssods"
          - installed LMS versions between 7.6.0-7.9.0
          - tried also flipflips unmodded ssods 4.14 with 7.6.0

          any help?

          Comment


          • Installing SSODS on Synology ds212+

            Hi

            I've been following this thread and I understand that I will need SSODSmod 4.14 eabi to allow me to install v7.8 of lms on my ds212+, but I wondered if there are any installation instructions anywhere for both ssods and the install of lms after that? Not sure how to go about the actual installation...

            Thanks in advance...

            Will
            - 4 x Logitech Squeezebox Radio's
            - 1 x Logitech UE Smart Radio converted to Squeezebox
            - 1 x Logitech Squeezebox Touch running through Marantz NR1506
            - RPi2 running PiCorePlayer
            - Windows 10 PC running SqueezePlay
            - Synology DS212+ NAS running LMS 7.9, Pinkdot Upgrade

            Comment


            • Originally posted by willsy
              Hi

              I've been following this thread and I understand that I will need SSODSmod 4.14 eabi to allow me to install v7.8 of lms on my ds212+, but I wondered if there are any installation instructions anywhere for both ssods and the install of lms after that? Not sure how to go about the actual installation...

              Thanks in advance...

              Will
              Installation instructions can be found here: http://oinkzwurgl.org/ssods_installation

              SSODSmod with eabi here: http://forums.slimdevices.com/showth...l=1#post745875

              Comment


              • Though specifically written for Synology Diskstations, this post is a setup guide for 'starters'
                Squeezebox Server 7.9.1 (Pinkdot build) *** Squeezebox family: 3x Radio (Black-White-Red) / 2x Touch / 2x Controller / Android App / SqueezePlay *** AKG K240-DF headphone
                Synology DS415play - DSM 6.x *** Denon PMA1500ae (analog)*** Kef iQ7 S.E *** Xbox One X 4K Blu-ray player *** Squeeze Control (UWP app for Windows 10 and Xbox One X)

                Comment


                • Thanks so much guys, I'll take a look there. Much appreciated
                  - 4 x Logitech Squeezebox Radio's
                  - 1 x Logitech UE Smart Radio converted to Squeezebox
                  - 1 x Logitech Squeezebox Touch running through Marantz NR1506
                  - RPi2 running PiCorePlayer
                  - Windows 10 PC running SqueezePlay
                  - Synology DS212+ NAS running LMS 7.9, Pinkdot Upgrade

                  Comment


                  • Lms 7.9

                    Hi,
                    I am uisng x86 NAS, is there support of LMS ver 7.9 on x86 Synology NAS? Because I want to have support of DSD playback.
                    Thanks in advance.

                    Comment


                    • Originally posted by obee
                      Hi,
                      I am uisng x86 NAS, is there support of LMS ver 7.9 on x86 Synology NAS? Because I want to have support of DSD playback.
                      Thanks in advance.
                      +1 - but with a QorIQ chipset.

                      /Claus

                      Comment


                      • For qoriq you find the mods in this post:

                        Comment


                        • Originally posted by pinkdot
                          Thanks, for the hint! Changed the line to:

                          Code:
                          sed -n 's/^[^#]*\$VERSION[ \t]*=[ \t]*'"'"'\([0123456789\.]*\)'"'"'[ \t]*;/\1/p' ${SSBIN} 2>/dev/null
                          (just added the 9)

                          Working again!
                          Nice; thanks for that, working again as you say

                          Comment


                          • Originally posted by local.bin
                            Nice; thanks for that, working again as you say
                            Yes, but ... the upgrade function fails almosr evrytime.
                            Backup the folder 'Prefs'. Uninstall theLMS, install the new nightly, restore the 'Prefs' folder, start LMS.

                            Comment


                            • Originally posted by pinkdot
                              Yes, but ... the upgrade function fails almosr evrytime.
                              Backup the folder 'Prefs'. Uninstall theLMS, install the new nightly, restore the 'Prefs' folder, start LMS.
                              OK thanks.

                              I'm having the issue that my plugins won't update, so I'm not fully working yet anyway.

                              Thanks for the extra info though.

                              Comment


                              • Originally posted by local.bin
                                OK thanks.

                                I'm having the issue that my plugins won't update, so I'm not fully working yet anyway.

                                Thanks for the extra info though.
                                Sorry, forgot to mention that too. Yes, I my casecSmartmix and Music Artist Information kept asking to be updated. Left the nightlies for what they are for the moment and returned to 7.8.

                                I will report this to Michel Herger. Do know if this is SSODS related or due to the nightlies.

                                Comment

                                Working...
                                X
                                😀
                                🥰
                                🤢
                                😎
                                😡
                                👍
                                👎