Pandora Plugin not advancing to the next song (2 Viewers)

hwahrmann

Development Group
  • Team MediaPortal
  • September 15, 2004
    4,630
    2,462
    Vienna, Austria
    Home Country
    Austria Austria
    There shouldn't be anything like cross-fade in this case.
    BASS is notified that a song ended and will fire a respective message, which is consumed by the Pandora Plugin, which then starts playback of the next song.

    So from our point there is no skipping.

    maybe the logs show something?
     

    Cam

    Portal Pro
    February 28, 2012
    360
    97
    63
    Georgia
    Home Country
    United States of America United States of America
    Here are some logs and a Music setting pic
     

    Attachments

    • Pandora 1.jpg
      Pandora 1.jpg
      281.7 KB

    mm1352000

    Retired Team Member
  • Premium Supporter
  • September 1, 2008
    21,544
    8,236
    Home Country
    New Zealand New Zealand
    The plugin detects skipping based on this condition:
    https://github.com/kwill1429/pandor...rce/MediaPortalPlugin/GUI/MusicBoxGUI.cs#L172
    Code:
    bool isSkip = PlayingRadio && !ignoreSkip;

    ignoreSkip has and is always going to be false in this case, so the change in behaviour seems most likely to be as a result of a change in the "PlayingRadio" part of the condition. The code for that property is:
    https://github.com/kwill1429/pandor...urce/MediaPortalPlugin/GUI/MusicBoxGUI.cs#L23
    Code:
    private bool PlayingRadio { get { return g_Player.Playing && Core.MusicBox.CurrentSong != null && g_Player.CurrentFile == Core.MusicBox.CurrentSong.AudioURL; } }

    I would guess that the issue is that g_Player.Playing is still true and/or g_Player.CurrentFile is not set null before OnPlaybackEnded() is invoked... and it may not have been that way in the past.
     

    Cam

    Portal Pro
    February 28, 2012
    360
    97
    63
    Georgia
    Home Country
    United States of America United States of America
    Weird?:unsure:
    On another computer it is working just fine, up to about 6 in a row, want logs for this computer?

    Well it stoppped after about 8
     
    Last edited:

    Cam

    Portal Pro
    February 28, 2012
    360
    97
    63
    Georgia
    Home Country
    United States of America United States of America
    you are very polite![DOUBLEPOST=1463872957][/DOUBLEPOST]Hold your horses wrong logs sorry, here are the current ones
     

    Attachments

    • Pandora 2.jpg
      Pandora 2.jpg
      427.7 KB

    Cam

    Portal Pro
    February 28, 2012
    360
    97
    63
    Georgia
    Home Country
    United States of America United States of America
    Do you think this can be fixed?
    This plug-in is a great addition to mediaportal for music, the sound quality is excellent.

    Thanks
     

    mm1352000

    Retired Team Member
  • Premium Supporter
  • September 1, 2008
    21,544
    8,236
    Home Country
    New Zealand New Zealand
    As usual, I'm not able to fix this. I can identify the probable source of issues in the code sometimes, but my knowledge of how MediaPortal's player - and in particular: the music player - should work is non-existent. @hwahrmann is the person you need.
     

    Users who are viewing this thread

    Similar threads

    I switched back to MePo 1 some time ago, and havent really used it that much. But i wanted to watch some old movies stored as ISO file. Virtuel Clone drive is installed, and it can mount the ISO file. However when i try to select it from MePo i only get an error that i cannot mount it. [2026-06-07 14:56:35,994] [Error ] [MPMain ]...
    I switched back to MePo 1 some time ago, and havent really used it that much. But i wanted to watch some old movies stored as ISO...
    I switched back to MePo 1 some time ago, and havent really used it that much. But i wanted to watch some old movies stored as ISO...
    Replies
    0
    Views
    369
    Got a reply from SD ... "Looks like your last successful download was on 5/23. On 5/24 for some reason we received 194 connections between 10:54 and 11:05 triggering a denial of service attack ban. The logs show it was lifted on 5/25, but I still see the entry in iptables. I reset fail2ban and hopefully you're working again." Weird...
    Got a reply from SD ... "Looks like your last successful download was on 5/23. On 5/24 for some reason we received 194...
    I'm using MediaPortal 1.38.1 x64 and have an SD-DD lineup account. In the last week, I have not been able to update my EPG, and...
    Replies
    3
    Views
    442
    If you’re planning to submit a pull request, let’s go through the list of issues and their solutions. I or someone from the team will create a Jira ticket, and for each ticket, you’ll make the changes and submit a pull request. This will be transparent and straightforward.
    If you’re planning to submit a pull request, let’s go through the list of issues and their solutions. I or someone from the team...
    I'm very glad to see that mediaportal 1 is on github, where ordinary devs with github accounts can make contributions. Please can...
    Replies
    7
    Views
    1K
    I am following the official documentation for setting up the Kodi plugin in media portal. I have got no issues with media portal, nor media portal plugin on Kodi, but with the Kodi plugin that must be installed in the media portal, as it is not getting detected. I have made a copy of the dll file into the plugins folder as found in my...
    I am following the official documentation for setting up the Kodi plugin in media portal. I have got no issues with media portal...
    I am following the official documentation for setting up the Kodi plugin in media portal. I have got no issues with media portal...
    Replies
    0
    Views
    210
    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
    804
    Top Bottom