Announcement

Collapse
No announcement yet.

[Beta Announce] Revised Inguz DSP plugin

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • Originally posted by foxesden

    I don't really use WMA Lossless as a source myself. But I think you want something like this


    WMA Lossless
    FLAC (F, R) wmadec/flac
    FLAC (F, R) wmadec/InguzDSP
    MP3 (F, R) Disabled
    PCM (F, R) wmadec
    WMA Lossless (F, I) Disabled
    The file types are disabled from the Squeezebox Advanced Settings screen. How do I re-enable it?
    Thanks again for your help.

    Comment


    • What do you want to achieve by enabling the settings? In order to use Inguz the plugin tries to bypass the default settings, so by re-enabling you may make it less likely to work. Bit more of an explanation below.

      The drop downs allow you to select the options that you want, I think you knew that much. The tricky bit is getting those settings right as it is a bit of a dark art. You need to know what formats your player can accept and then set the mappings accordingly, I tried to get the defaults correct with the Inguz plugin, but it doesn't work in all cases.
      What I do is I download the C3PO plugin and then view the settings in C3P0 vs the player in question (NB don't enable C3PO for the player if you want to use Inguz on it as both plugins will compete to produce a config and C3P0 will win). What you can do is view the settings just played, this allows you to change the file types play a WMAL file and see the effect on the settings. It's a bit of a pain, but you will get there.

      Comment


      • trying to get this working and I see this in the log. I tried chaning the file types. When I disable Ogg Vorbis spotty doesn't work. I can see that its trying to convert to flac but it won't play. When it's enabled the music plays

        [23-02-16 23:05:00.0127] Slim::Utils::Misc::msg (1321) Warning: [23:05:00.0124] Perl.exe not found at /Slim/Utils/OS/Win32.pm line 132.
        [23-02-16 23:05:03.0683] Slim::Utils::Misc::msg (1321) Warning: [23:05:03.0681] Perl.exe not found at /Slim/Utils/OS/Win32.pm line 132.
        [23-02-16 23:05:03.8581] Slim::Utils::Misc::msg (1321) Warning: [23:05:03.8578] Perl.exe not found at /Slim/Utils/OS/Win32.pm line 132.
        [23-02-16 23:05:04.3927] Slim::Utils::Misc::msg (1321) Warning: [23:05:04.3924] Perl.exe not found at /Slim/Utils/OS/Win32.pm line 132.
        [23-02-16 23:05:08.4455] Slim::Networking::Repositories::__ANON__ (147) Failed to fetch https://raw.githubusercontent.com/Fo...in/plugin.xml: 404 Not Found
        [23-02-16 23:05:08.4459] Slim::Networking::Repositories::__ANON__ (150) https lookup failed - trying plain text http instead: https://raw.githubusercontent.com/Fo...ain/plugin.xml
        [23-02-16 23:05:34.8990] Slim::Networking::Repositories::__ANON__ (147) Failed to fetch http://raw.githubusercontent.com/Fox...in/plugin.xml: 404 Not Found​

        Comment


        • Originally posted by grimmace92
          trying to get this working and I see this in the log. I tried chaning the file types. When I disable Ogg Vorbis spotty doesn't work. I can see that its trying to convert to flac but it won't play. When it's enabled the music plays

          [23-02-16 23:05:00.0127] Slim::Utils::Misc::msg (1321) Warning: [23:05:00.0124] Perl.exe not found at /Slim/Utils/OS/Win32.pm line 132.
          [23-02-16 23:05:03.0683] Slim::Utils::Misc::msg (1321) Warning: [23:05:03.0681] Perl.exe not found at /Slim/Utils/OS/Win32.pm line 132.
          [23-02-16 23:05:03.8581] Slim::Utils::Misc::msg (1321) Warning: [23:05:03.8578] Perl.exe not found at /Slim/Utils/OS/Win32.pm line 132.
          [23-02-16 23:05:04.3927] Slim::Utils::Misc::msg (1321) Warning: [23:05:04.3924] Perl.exe not found at /Slim/Utils/OS/Win32.pm line 132.
          [23-02-16 23:05:08.4455] Slim::Networking::Repositories::__ANON__ (147) Failed to fetch https://raw.githubusercontent.com/Fo...in/plugin.xml: 404 Not Found
          [23-02-16 23:05:08.4459] Slim::Networking::Repositories::__ANON__ (150) https lookup failed - trying plain text http instead: https://raw.githubusercontent.com/Fo...ain/plugin.xml
          [23-02-16 23:05:34.8990] Slim::Networking::Repositories::__ANON__ (147) Failed to fetch http://raw.githubusercontent.com/Fox...in/plugin.xml: 404 Not Found​
          Hi - can you confirm what steps you have taken to get this installed and working?

          I am working on a replacement for Squeeze EQ so I don't have it installed at the moment, and just re-installed it now, via the plugins menu.

          I had an old custom.conf file that I needed to clean (NB this should not be a problem for most people, unless you uninstall and re-install a lot)

          The problem that most people will face is with file types and the conversion path.

          For example Spotify has it's own file type and typically people playing it will need the source converted to flac, ogg, pcm etc. in order to play it. There are some conventions that the developers established, which basically say prefer the shortest route to the desired target file type, over a longer route and some fuzzy stuff if the file type is less preferable vs a longer route.

          Unfortunately the above means that adding EQ into the mix lengthens the audio path and by default the setup gets ignored. Hence to make it work we need to play about with file types, as this would be difficult to add into the build without breaking loads of stuff.

          I have just re-enable Spotty via Inguz
          spt flc [DISABLED] * *
          flc [spotty.exe|flac|sox|InguzDSP] * d0:50:99:85:19:e9
          mp3 [DISABLED] * *
          ogg [DISABLED] * *
          pcm [DISABLED] * *

          On the file type interface (Settings->Advanced->File Types)
          It looks like this

          Click image for larger version  Name:	image.png Views:	0 Size:	8.6 KB ID:	1630592

          The top flac entry converts directly from spotty to flac, which is the preferred route, so we need to disable it - second is a duplicate. The MP3 route will be selected in preference to our DSP route as it is shorter as will the PCM so we need to disable them. Ogg Vorbis has been removed at some point, but we would want to disable it anyway. This leaves us with a 2 step conversion once to from Spotty to sox and another from Inguz to flac.

          I am sorry it is so complex, it certainly confuses me!
          Last edited by foxesden; 2023-02-17, 13:24. Reason: replaced enable with disable

          Comment


          • Originally posted by foxesden

            Hi - can you confirm what steps you have taken to get this installed and working?

            I am working on a replacement for Squeeze EQ so I don't have it installed at the moment, and just re-installed it now, via the plugins menu.

            I had an old custom.conf file that I needed to clean (NB this should not be a problem for most people, unless you uninstall and re-install a lot)

            The problem that most people will face is with file types and the conversion path.

            For example Spotify has it's own file type and typically people playing it will need the source converted to flac, ogg, pcm etc. in order to play it. There are some conventions that the developers established, which basically say prefer the shortest route to the desired target file type, over a longer route and some fuzzy stuff if the file type is less preferable vs a longer route.

            Unfortunately the above means that adding EQ into the mix lengthens the audio path and by default the setup gets ignored. Hence to make it work we need to play about with file types, as this would be difficult to add into the build without breaking loads of stuff.

            I have just re-enable Spotty via Inguz
            spt flc [DISABLED] * *
            flc [spotty.exe|flac|sox|InguzDSP] * d0:50:99:85:19:e9
            mp3 [DISABLED] * *
            ogg [DISABLED] * *
            pcm [DISABLED] * *

            On the file type interface (Settings->Advanced->File Types)
            It looks like this

            Click image for larger version Name:	image.png Views:	0 Size:	8.6 KB ID:	1630592

            The top flac entry converts directly from spotty to flac, which is the preferred route, so we need to disable it - second is a duplicate. The MP3 route will be selected in preference to our DSP route as it is shorter as will the PCM so we need to disable them. Ogg Vorbis has been removed at some point, but we would want to disable it anyway. This leaves us with a 2 step conversion once to from Spotty to sox and another from Inguz to flac.

            I am sorry it is so complex, it certainly confuses me!
            Sorry for the late response. I read through the thread and found your repo and installed that way. What do you mean you enabled Spotty via Inguz? Is that different than just enabling it through the plugin menu? I have more entries in file types then your pic shows. I assume that is becuase I have a lot of different players? If I disable ogg vorbis nothing plays. If I enable PCM music will play. Seems there is something wrong with playing flac. I can see when ogg is disablled it is trying to convert to flac but the music looks like it tries to start but after 5 secobds goes back to zero and nothing plays. See this in the log Slim::Player::Song:Open (424) Error: Couldn't create command line for spt playback for [spotify://track:6pRPoKyrZ2VNlgpvU6wwNB]

            i tried only activating one player and that shorten the list of options by a lot but still same result. Music won't play

            Click image for larger version  Name:	LMS3.jpg Views:	4 Size:	62.9 KB ID:	1630844
            Last edited by grimmace92; 2023-02-20, 04:28.

            Comment


            • I have refreshed the key settings in the Plugin repository and tried a clean install on picoreplayer. via the plugin menu. NB You need to shut down the players and restart them after install , then use the EQ setup screen (accessed on the Extras Menu). I then restart LMS for good measure) - as there is no easy to access restart button I just install/uninstall a plugin I don't use like Tidal as it is quite quick to do.

              Once this is done you can amend the file settings as above.

              Comment


              • I have been setting up a new installation. Where do I put my impulse (wav) file in Ubuntu? The old setup was /usr/share/InguzEQ/MatrixImpulses - but the filter does not show up in the Room Correction dropdown.

                Thanks foxesden - good work!

                Tony

                Comment


                • Originally posted by Wiredcharlie
                  I have been setting up a new installation. Where do I put my impulse (wav) file in Ubuntu? The old setup was /usr/share/InguzEQ/MatrixImpulses - but the filter does not show up in the Room Correction dropdown.

                  Thanks foxesden - good work!

                  Tony
                  on my Ubuntu virtual box environment it is

                  /var/lib/squeezeboxserver/prefs/InguzEQ/Impulses

                  NB should be under the squeezeboxserver/prefs as this is the recommended location

                  Comment


                  • Thanks - that was it

                    Comment

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