Snakeoil Forums

Full Version: Snakeoil Firmware - 1.2.6 (Gear Isolation U6)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Introduction
This is a major bug fix release. With 101 commits, 1852 additions and 1011 deletions.

Some highlights:
  • Updated installer so it will work on newer Ubuntu LTS, and Ubuntu Studio.
  • New GUI to copy media from removable storage (USB Keys, HDD/SSD)
  • New Logitech MediaServer that will work on newer distros
Basically a more stable version now. Thanks to @Snoopy8 ​​​​​​, @hkphantomgtr and others for beta testing. 

For firmware please check in the firmware section later. I think I ran out of time for now so will make the firmware post later today or sometime tomorrow.

Changelog Downloads[attachment=479]
(SHA1: b0aba0f900131c74046889508f1abbc82440dcc4)[attachment=478]
(SHA1: a219e1b37cec4fe7a994416809f1ff2503093b14)
Thank you for the update and well done.  A few minor things slipped through the cracks:
  • Dashboard showing 1.2.6 loaded successfully, but Update is not detecting correctly and saying there is a new version 1.2.6
  • Browse is missing progress screen with F12 when copy/replace Ram.  All other Browse issues in Beta have been fixed.
  • SnakeOil/Hardware : unable to delete existing process priorities (have not checked this for a while!)
(18-Aug-2022, 08:25 PM)Snoopy8 Wrote: [ -> ]Thank you for the update and well done.  A few minor things slipped through the cracks:
  • Dashboard showing 1.2.6 loaded successfully, but Update is not detecting correctly and saying there is a new version 1.2.6
Oh shit.. That can't be tested until release.. Might have to do a 1.2.6.1 to fix that.. Hopefully can do that this weekend.

(18-Aug-2022, 08:25 PM)Snoopy8 Wrote: [ -> ]
  • Browse is missing progress screen with F12 when copy/replace Ram.  All other Browse issues in Beta have been fixed.
  • Yeah, have to take that out as I can't seem to hide elements based on screenwidth any more. Will just put this in the wiki notes.

    (18-Aug-2022, 08:25 PM)Snoopy8 Wrote: [ -> ]
  • SnakeOil/Hardware : unable to delete existing process priorities (have not checked this for a while!)
  • Will also look at this and fix this in 1.2.6.1

    thanks Smile
    Installed new firmware. Library on remote (CIFS) shows as added and good but no players start. 

    Error on several browsers is the same...connection refused (from ip address of Snakeoil:8080 for all mpd ) however can connect from Ubuntu to the server in filesystem so not a server fault.
    Webpage ?   
    Have tried clearing all caches, reloading, rebooting, several browsers, clearing and resetting CIFS ....

    OK...have now got LMS running and it is scanning the library on the CIFS NAS so it is not a network or server error.....
    Just the often encountered myMPD error that prevents loading the player.....I recall there was a workaround in prior versions to fix this...anyone got a link to that ?....I can't find the thread.
    (20-Aug-2022, 12:31 PM)Bromf Wrote: [ -> ]Just the often encountered myMPD error that prevents loading the player.....I recall there was a workaround in prior versions to fix this...anyone got a link to that ?....I can't find the thread.
    myMPD errors should be fixed. However i have changed some API and I reckon the WebApp still isn't refreshed properly.

    Can you do a ALT+F5 to force a WebApp refresh and see if you still have the same problems? If yes, please generate a diagnostic file and send it to me for a look. Thanks Smile
    (20-Aug-2022, 02:28 PM)agent_kith Wrote: [ -> ]
    (20-Aug-2022, 12:31 PM)Bromf Wrote: [ -> ]Just the often encountered myMPD error that prevents loading the player.....I recall there was a workaround in prior versions to fix this...anyone got a link to that ?....I can't find the thread.
    myMPD errors should be fixed. However i have changed some API and I reckon the WebApp still isn't refreshed properly.

    Can you do a ALT+F5 to force a WebApp refresh and see if you still have the same problems? If yes, please generate a diagnostic file and send it to me for a look. Thanks Smile

    Hi kith,
    the connection error on myMPD page also happened on my PC after upgraded to 1.2.6, it happened when I updated to 1.2.2, then all other versions were fine until 1.2.6, do u need my diagnostics file?
    seafoodlover
    @seafoodlover @hkphantomgtr Can you both SSH into the computer and run this command? Then click on the restart players button and see if that fixes it? Seems it's missing some libraries.
     
    Code:
    sudo apt install libid3tag0

    If still having problems, can you run this command and show me the output?
     
    Code:
    ldd /usr/local/bin/mympd
    (18-Aug-2022, 07:18 PM)agent_kith Wrote: [ -> ]Introduction
    This is a major bug fix release. With 101 commits, 1852 additions and 1011 deletions.

    Some highlights:
    • Updated installer so it will work on newer Ubuntu LTS, and Ubuntu Studio.
    • New GUI to copy media from removable storage (USB Keys, HDD/SSD)
    • New Logitech MediaServer that will work on newer distros
    Basically a more stable version now. Thanks to @Snoopy8 ​​​​​​, @hkphantomgtr and others for beta testing. 

    For firmware please check in the firmware section later. I think I ran out of time for now so will make the firmware post later today or sometime tomorrow.

    Changelog Downloads
    (SHA1: b0aba0f900131c74046889508f1abbc82440dcc4)
    (SHA1: a219e1b37cec4fe7a994416809f1ff2503093b14)

    FYI, AK, few days ago I updated NUC (still from UbuntuStudio 20.04) with 1.2.6 FW and there is no problem to me.  This noon, I reinstalled my NUC with UbuntuStudio 22.04.1 and SO 1.2.6 installer, so far it works properly.
    (21-Aug-2022, 05:38 PM)agent_kith Wrote: [ -> ]@seafoodlover @hkphantomgtr Can you both SSH into the computer and run this command? Then click on the restart players button and see if that fixes it? Seems it's missing some libraries.
     
    Code:
    sudo apt install libid3tag

    If still having problems, can you run this command and show me the output?
     
    Code:
    ldd /usr/local/bin/mympd
    got an error

    ray@musicserver:~$ sudo apt install libid3tag
    [sudo] password for ray:
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Unable to locate package libid3tag
    ray@musicserver:~$
    (21-Aug-2022, 07:33 PM)seafoodlover Wrote: [ -> ]got an error
    My bad, try this
    Code:
    sudo apt install libid3tag0

    Have amended post to add the extra 0.
    Pages: 1 2 3