[confirm] Music Visualisation Not Working (1 Viewer)

HomeY

Test Group
  • Team MediaPortal
  • February 23, 2008
    6,418
    4,717
    51
    ::1
    Home Country
    Netherlands Netherlands
    Pulse 1.02 - c:/Program Files (x86)/Team MediaPortal/MediaPortal/MusicPlayer/plugins/visualizations/Sonique/Pulse
    I must have been blind ;) I couldn't see it in the list (probably was looking for a capital P :cautious:) but found it now ;)

    According to your logs pulse should have been started properly:
    Code:
    [2014-07-12 13:24:41,078] [Log    ] [MPMain   ] [INFO ] - BASS: Creating visualization...
    [2014-07-12 13:24:41,081] [Log    ] [MPMain   ] [INFO ] - Visualization Manager: Closing current visualization plugin...
    [2014-07-12 13:24:41,082] [Log    ] [MPMain   ] [INFO ] - Visualization Manager: Visualization plugin close not required - nothing loaded
    [2014-07-12 13:24:41,082] [Log    ] [MPMain   ] [INFO ] - Visualization Manager: Creating new Sonique visualization...
    [2014-07-12 13:24:41,085] [Log    ] [MPMain   ] [INFO ] - Visualization Manager: Initializing pulse v1.02 visualization...
    [2014-07-12 13:24:41,098] [Log    ] [MPMain   ] [INFO ] - GUIMusicPlaylist: Default Playlist loaded
    [2014-07-12 13:24:41,131] [Log    ] [MPMain   ] [DEBUG] - BASS: Create visualization succeeded
    The problem with the visualizations is that i can't figure out if the correct vis is started, since i don't have names of the visualization shown.
    When i set pulse to be the default, this is what i see:
    VisualizationPulse..JPG
    But no clue if that's really pulse (but my logs show the same as yours).

    So i started testing several Bass visualizations, since those display the name on the bottom, and every time i enable fullscreen vis (after changing the default vis in config), it starts with the correct visualization. This confirms it's working for BASS visualizations at least, so maybe the Sonique vis isn't 100% correct, and therefor fails?

    But... if you both are 100% sure this worked prior to 1.7.1 then we have might regression from a change longer ago. :(
     

    JimCatMP

    Documentation Group
  • Team MediaPortal
  • April 1, 2010
    654
    285
    Leeds
    Home Country
    United Kingdom United Kingdom
    I'm fairly sure - sorry, that is a good as the grey matter gets these days - sorry Homey:)

    It's certainly the case from my other testing only Sonique is impacted and it's not just the specific visualization - I've set it to others within the Sonique set and same.

    Work around is to copy the Sonique vis directory you want to start to ZZZZ, then it will start correctly - which if fine IF you always want same one, otherwise it's a bit of bugger:).

    Cheers - J.
     

    hwahrmann

    Development Group
  • Team MediaPortal
  • September 15, 2004
    4,630
    2,462
    Vienna, Austria
    Home Country
    Austria Austria
    Hi,
    i was in contact with BassFan and the reason for the cober not to be shown is in this change:
    https://github.com/MediaPortal/MediaPortal-1/commit/55167ae3b3787a1533117ccc369c65db2de4111a

    Because of the Flickering the window size was set to 1 pixel

    the logic needs to be changed to checkl, if Viz or Cover should be shown.
    something like this:

    if cover is to be shown then
    VizWindow.Size = new Size(_VideoWidth, _VideoHeight);
    else
    VizWindow.Size = new Size(1, 1);

    i am just a few hours away from leaving to my 3 weeks vacation and was just coming back to check a last time the threads.
    Won't have time to fix it now, but will do so, when coming back from vacation in August, if no one else looked into it in the meantime.

    regards,

    Helmut
     

    HomeY

    Test Group
  • Team MediaPortal
  • February 23, 2008
    6,418
    4,717
    51
    ::1
    Home Country
    Netherlands Netherlands
    TNX hwahrmann ;)

    I think we need to make this whole visualization stuff a plugin asap. It's been a troubled story for months now.
     

    sleepycol

    Portal Pro
    June 2, 2006
    540
    39
    Home Country
    United Kingdom United Kingdom
    Hi hwahrmann,

    Do you know if there is a quick fix I can try?

    Cheers,
    Colin
     

    sleepycol

    Portal Pro
    June 2, 2006
    540
    39
    Home Country
    United Kingdom United Kingdom
    Hi,

    Just installed 1.9pre and this issue is not resolved. Exactly the same issues.

    Cheers,
    Colin

    Edit: Sorry, didn't think logs were needed as I reported same issue in original post, with logs. Anyway here they are from a recent open, go to music, play song, go to now playing, press fullscreen, exit. Note that wrong vis is used and no cover art is preset in small preview area in now playing. This used to cycle between vis and cover art as explained earlier. Also wrong vis when I go to full screen.
     
    Last edited:

    sleepycol

    Portal Pro
    June 2, 2006
    540
    39
    Home Country
    United Kingdom United Kingdom
    @colin

    check Update.rar Archive..

    cover art is preset in small preview area in now playing.
    your must have the coverart inside playing file.

    View attachment 154333 View attachment 154334

    Sonique rabbit hole doesn't work
    use for Rabbit Hole 1.0 the new one 1.1
    and delete the old Version.

    Patch based on Master
    *Update several tuningdetails
    bye


    Hi,
    @colin

    check Update.rar Archive..

    cover art is preset in small preview area in now playing.
    your must have the coverart inside playing file.

    View attachment 154333 View attachment 154334

    Sonique rabbit hole doesn't work
    use for Rabbit Hole 1.0 the new one 1.1
    and delete the old Version.

    Patch based on Master
    *Update several tuningdetails
    bye


    Hi,

    Thanks for update. I've used the rabbit hole V1.1 and replaced the MP system files with the ones you attached. Do I need to do anything with the patch?

    These files have improved things slightly, in that when I go to fullscreen vis, it now plays the correct rabbit hole vis. However, I still have nothing displayed in the mini preview window. Neither cover art or vis. Just the generic audio logo. This always used to cycle between vis and cover art. Please could this feature be returned? I have not changed my music collection or ever had each file having an album art. I've only ever had a folder.jpg in each album directory and this has always worked before. The option circled in the screengrab shows that MP should display vis in now playing. This cycled between vis and album art when selected. Its not doing any of these at the moment.

    EDIT: What's interesting is that when I exit now playing and go back into it, the vis appears in the mini preview in now playing. So it seems its an issue when first entering now playing. However it still does not cycle between vis and album art.


    Cheers,
    Colin
     

    Attachments

    • Capture.PNG
      Capture.PNG
      40.4 KB
    Last edited:

    Users who are viewing this thread

    Similar threads

    MP1 MP2 Not working! DE
    O Frabjous Joy! That seems to have done the trick. Thank you so much for your help and advice, CyberSimian. I hadn't thought of deleting the various folders, but I'll bear that in mind for any future disasters. Now I can record King & Conqueror on Sunday! Cheers Ralph
    O Frabjous Joy! That seems to have done the trick. Thank you so much for your help and advice, CyberSimian. I hadn't thought of...
    I've been running MediaPortal on my PC for several years, but the most recent update "MediaPortal 1.38 Release " does...
    Replies
    5
    Views
    2K
    I don't know about MP2 but as you said you tried MP1 too, how is the MP music config ? MP(1) will only use LAV if you select "Internal DirectShow player" as music output, but then you lose gapless playback. If you you don't have multichannel music you can choose WASAPI as the output and set the number of speakers to stereo. I have...
    I don't know about MP2 but as you said you tried MP1 too, how is the MP music config ? MP(1) will only use LAV if you select...
    Not sure if this a a bug/config/settings problem. I am running a media portal 2.5 server with 2.41 client but it seems I get the...
    Replies
    1
    Views
    650
    I compliment you on the thoroughness of your investigations. (y) Unfortunately, I don't have any ideas what the problem might be. :( Perhaps someone else will post with some suggestions. :unsure: -- from CyberSimian in the UK
    I compliment you on the thoroughness of your investigations. (y) Unfortunately, I don't have any ideas what the problem might be...
    Would appreciate it if someone could solve (or point me in the right direction to resolve) this issue. I have “MultiSeat”...
    Replies
    4
    Views
    1K
    4.5 is really old. I'm not sure 4.5.5 even is a version that actually existed. You should be able to install .NET Framework 4.8.0 on Windows 7 SP1
    4.5 is really old. I'm not sure 4.5.5 even is a version that actually existed. You should be able to install .NET Framework 4.8.0...
    My TV PC is more a cast-off on older hardware (a 'Quiet PC' i5 4690, 16GB ram, 2xSSD 1xHDD, system graphics), mainly as a cheap way...
    Replies
    5
    Views
    2K
    Reading through your code, I can see it's more than a couple steps above my paygrade. :cry:
    Reading through your code, I can see it's more than a couple steps above my paygrade. :cry:
    I used to run the TVService under the "NT Service\TVService" account to follow least privileges principal (not exposing my whole...
    Replies
    3
    Views
    2K
    Top Bottom