Announcement

Collapse
No announcement yet.

Announce: Material Skin

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • #46
    Originally posted by kidstypike
    I think this is the case for all of us.
    Surely a fix for this should be a priority?
    Ummm... Actually getting things working is a priority. This update issue is a known issue, as is stated multiple times already. I've never written a plugin before, so I have no idea what the issue is. I've asked many times, and have implemented the requested changes - and still LMS thinks there is an update when there is not...
    Material debug: 1. Launch via http: //SERVER:9000/material/?debug=json (Use http: //SERVER:9000/material/?debug=json,cometd to also see update messages, e.g. play queue) 2. Open browser's developer tools 3. Open console tab in developer tools 4. REQ/RESP messages sent to/from LMS will be logged here.

    Comment


    • #47
      Originally posted by cpd73
      Ummm... Actually getting things working is a priority. This update issue is a known issue, as is stated multiple times already. I've never written a plugin before, so I have no idea what the issue is. I've asked many times, and have implemented the requested changes - and still LMS thinks there is an update when there is not...
      Yes, I think we all know this, and if we could help you, we would
      Server - LMS 8.4.0 RPi4B 4GB/NanoSound ONE case/pCP 8.1.0 - 75K library, playlists & LMS cache on Sata SSD (ntfs)

      Lounge - DAC32 - AudioEngine B2
      Office - RPi 3B+/HiFiBerry DAC HAT/RPi screen - Edifier D12
      Bedroom - Echo Show 8

      Spares - 1xSB Touch, 1xSB3, 4xRPi, AVI DM5 speakers

      Comment


      • #48
        Announce: Material Skin

        >> I think this is the case for all of us.
        >> Surely a fix for this should be a priority?

        >
        > Ummm... Actually getting things working is a priority. This update issue
        > is a known issue, as is stated multiple times already. I've never
        > written a plugin before, so I have no idea what the issue is. I've asked
        > many times, and have implemented the requested changes - and still LMS
        > thinks there is an update when there is not...

        There's a pull request in your repository ;-)

        --
        --

        Michael
        Michael

        "It doesn't work - what shall I do?" - "Please check your server.log and/or scanner.log file!"
        (LMS: Settings/Information)

        Comment


        • #49
          Originally posted by bakker_be
          I do seem to have a different issue though: my LMS keeps telling me that a new version of "Material Skin" is available and I need to restart LMS to install it.
          Is there a chance it has something to do with the fact that looking at the pluginsite
          The plugin isntn enabled [_] instead of [X] ?
          Or is it just me, where the plugin runs but didnt show as enabled?

          Anyway nice work thanks for sharing ;-)

          Comment


          • #50
            if its not only me with the "looks inactive" plugin..

            That are my changes to the install.xml - now its "enabled"
            Code:
            <?xml version='1.0' standalone='yes'?>
            <extensions>
              <id>478c0d2a-a83b-41e8-88c0-f04f8c9cff85</id>
              <module>Plugins::MaterialSkin::Plugin</module>
              <description>PLUGIN_MATERIAL_SKIN</description>
              <creator>Craig Drummond</creator>
              <version>0.0.5</version>
              <defaultState>enabled</defaultState>
              <homepageURL>https://github.com/CDrummond/lms-material</homepageURL>
              <targetApplication>
                <minVersion>7.9.0</minVersion>
                <maxVersion>*</maxVersion>
                <id>SlimServer</id>
              </targetApplication>
              <name>MATERIAL_SKIN</name>
            </extensions>
            but for sure it was just me and my lms

            Comment


            • #51
              Possibly a coincidence, but since installing the Material skin, something is randomly resetting players volume to zero.
              Anyone else seeing this?

              I don't sync players, I don't use Group players, I don't use Spotty/Spotify.

              Ta.
              Server - LMS 8.4.0 RPi4B 4GB/NanoSound ONE case/pCP 8.1.0 - 75K library, playlists & LMS cache on Sata SSD (ntfs)

              Lounge - DAC32 - AudioEngine B2
              Office - RPi 3B+/HiFiBerry DAC HAT/RPi screen - Edifier D12
              Bedroom - Echo Show 8

              Spares - 1xSB Touch, 1xSB3, 4xRPi, AVI DM5 speakers

              Comment


              • #52
                Originally posted by DJanGo
                if its not only me with the "looks inactive" plugin..

                That are my changes to the install.xml - now its "enabled"
                Code:
                <?xml version='1.0' standalone='yes'?>
                <extensions>
                  <id>478c0d2a-a83b-41e8-88c0-f04f8c9cff85</id>
                  <module>Plugins::MaterialSkin::Plugin</module>
                  <description>PLUGIN_MATERIAL_SKIN</description>
                  <creator>Craig Drummond</creator>
                  <version>0.0.5</version>
                  <defaultState>enabled</defaultState>
                  <homepageURL>https://github.com/CDrummond/lms-material</homepageURL>
                  <targetApplication>
                    <minVersion>7.9.0</minVersion>
                    <maxVersion>*</maxVersion>
                    <id>SlimServer</id>
                  </targetApplication>
                  <name>MATERIAL_SKIN</name>
                </extensions>
                but for sure it was just me and my lms
                Did you try what Michael suggested in his pull request first? You seem to have removed an extra line above the one he removed.

                Sent from my SM-G900F using Tapatalk
                Living Room: Touch or Squeezelite (Pi3B) > Topping E30 > Audiolab 8000A > Monitor Audio S5 + BK200-XLS DF
                Bedroom: Radio
                Bathroom: Radio

                Comment


                • #53
                  Originally posted by kidstypike
                  Possibly a coincidence, but since installing the Material skin, something is randomly resetting players volume to zero.
                  Anyone else seeing this?

                  I don't sync players, I don't use Group players, I don't use Spotty/Spotify.

                  Ta.
                  Same issue here, I do use Spotty sometimes btw, but this must be related to the usage of the Material skin.
                  Living Room: RPI2+HifiBerry DAC+ Pro & piCorePlayer
                  Attic: RPI2+HifiBerry DAC+ RCA & piCorePlayer
                  Other rooms: 6x SB Radio
                  LMS: Version 8.3.0 on Xubuntu 22.04LTS

                  Comment


                  • #54
                    I love this skin and would like to use it on my domotics touchscreen, but this can only use internet explorer.
                    IE only gives me a blank screen, also on my W10 box... any solutions ?

                    Comment


                    • #55
                      Originally posted by DJanGo
                      if its not only me with the "looks inactive" plugin..

                      That are my changes to the install.xml - now its "enabled"
                      Code:
                      <?xml version='1.0' standalone='yes'?>
                      <extensions>
                        <id>478c0d2a-a83b-41e8-88c0-f04f8c9cff85</id>
                        <module>Plugins::MaterialSkin::Plugin</module>
                        <description>PLUGIN_MATERIAL_SKIN</description>
                        <creator>Craig Drummond</creator>
                        <version>0.0.5</version>
                        <defaultState>enabled</defaultState>
                        <homepageURL>https://github.com/CDrummond/lms-material</homepageURL>
                        <targetApplication>
                          <minVersion>7.9.0</minVersion>
                          <maxVersion>*</maxVersion>
                          <id>SlimServer</id>
                        </targetApplication>
                        <name>MATERIAL_SKIN</name>
                      </extensions>
                      but for sure it was just me and my lms
                      I am trying to get this to work by just disabling the removed lines in the install.xml file. After restarting LMS there is no change to the state of the plugin, it is still not enabled. If I tick the box to update and restart LMS the modified file is overwritten.
                      How do I get the plugin to install using the modified file?
                      Living Room: Touch or Squeezelite (Pi3B) > Topping E30 > Audiolab 8000A > Monitor Audio S5 + BK200-XLS DF
                      Bedroom: Radio
                      Bathroom: Radio

                      Comment


                      • #56
                        Originally posted by slartibartfast
                        I am trying to get this to work by just disabling the removed lines in the install.xml file. After restarting LMS there is no change to the state of the plugin, it is still not enabled. If I tick the box to update and restart LMS the modified file is overwritten.
                        How do I get the plugin to install using the modified file?
                        Never mind. Disabling lines by using # does not work in xml files. Deleting only the "enforce" line as per Michaels pull request does the trick.
                        Living Room: Touch or Squeezelite (Pi3B) > Topping E30 > Audiolab 8000A > Monitor Audio S5 + BK200-XLS DF
                        Bedroom: Radio
                        Bathroom: Radio

                        Comment


                        • #57
                          Originally posted by geertv
                          I love this skin and would like to use it on my domotics touchscreen, but this can only use internet explorer.
                          IE only gives me a blank screen, also on my W10 box... any solutions ?
                          IE is not a fully html 5 compliant so it won’t be possible
                          Jim



                          VB2.4 storage QNAP TS419p (NFS)
                          Living Room Joggler & Pi4/Khadas -> Onkyo TXNR686 -> Celestion F20s
                          Office Joggler & Pi3 -> Denon RCD N8 -> Celestion F10s
                          Dining Room SB Radio
                          Bedroom (Bedside) Pi Zero+DAC ->ToppingTP21 ->AKG Headphones
                          Bedroom (TV) & Bathroom SB Touch ->Denon AVR ->Mordaunt Short M10s + Kef ceiling speakers
                          Guest Room Joggler > Topping Amp -> Wharfedale Modus Cubes

                          Comment


                          • #58
                            A low prio feature request

                            Still enjoying the Skin a lot - it has all features, I need as a "LMS-remote".
                            The only thing missing in my use case is a way to get to the "player sleep" menue.

                            Surely a low-prio Item, but it would be a nice feature down the road.

                            Thanks again - as others mentioned already: Best mobile skin approach I see around!
                            LMS 8.x on RasPi4 (running along with OMV and AdGuard)
                            Player: 5 x Squeezebox Classic, Slimp3, SqueezeAmp
                            2nd System: PiCorePlayer (and LMS) on Pi Zero

                            Comment


                            • #59
                              Originally posted by slartibartfast
                              Never mind. Disabling lines by using # does not work in xml files. Deleting only the "enforce" line as per Michaels pull request does the trick.
                              I also tried to remove that line, but after restart it comes back. Did you only delete it in /cahce/Installedplugins/plugins ?
                              In the D/L zip the line is still there...

                              Comment


                              • #60
                                Originally posted by geertv
                                I also tried to remove that line, but after restart it comes back. Did you only delete it in /cahce/Installedplugins/plugins ?
                                In the D/L zip the line is still there...
                                Yes in my case /var/lib/squeezeboxserver/InstalledPlugins/Plugins/MaterialSkin.
                                After I restarted LMS the plugin was enabled. If you try to update the plugin the file will be replaced (until Michael's pull request is actioned)
                                Living Room: Touch or Squeezelite (Pi3B) > Topping E30 > Audiolab 8000A > Monitor Audio S5 + BK200-XLS DF
                                Bedroom: Radio
                                Bathroom: Radio

                                Comment

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