Milkdrop will not full screen when playing back internet radio stations. (1 Viewer)

ForestKlown

Portal Member
January 29, 2010
9
0
Home Country
United States of America United States of America
MediaPortal Version: 1.2.3

Description
Milkdrop Plugin will NOT full screen while playing an internet radio station via .pls or .m3u files in the regular "Music" player. The result is the same with every skin I try. Playlists pertaining to mp3 files do not have this problem.
Milkdrop only works in the small window(Reacts to the beat of the music and everything) but will not full screen.
Here is the contents of one of the .pls files that points to an internet radio station:
Code:
[playlist]
NumberOfEntries=1
File1=http://lemon.citrus3.com:8062/
Title1=FILTH.FM
Length1=-1
Version=2

Steps to Reproduce:
copy this to notepad and save with file extension ".pls" or ".m3u":
Code:
[playlist]
NumberOfEntries=1
File1=http://lemon.citrus3.com:8062/
Title1=FILTH.FM
Length1=-1
Version=2
With Milkdrop installed properly via wiki instructions...
Open with the regular "Music" player in MP.
 

helsten2

MP Donator
  • Premium Supporter
  • March 24, 2009
    98
    26
    Home Country
    Norway Norway
    Confirmed.

    I am able to get Milkdrop in fullscreen when I play music through Last.fm. However, Last.fm uses a "waiting" animation between each song and after each animation the screen stays black.
     

    Heina

    MP Donator
  • Premium Supporter
  • February 4, 2008
    166
    20
    47
    Windhoek, Namibia
    Home Country
    South Africa South Africa
    'ello

    I've played around with the source a little and can get it to work by only changing the following:


    if (!HasVideo && !IsMusic)
    {
    return false;
    }
    to

    if (!HasVideo && !IsMusic && !IsRadio)
    {
    return false;
    }
    in ShowFullScreenWindowVideoDefault() in g_player.cs

    Maybe there are some other issues that I'm not aware of - I only listen to radio streams, so maybe there are other issues when listening using a DVB or FM card.

    Maybe Scythe42 can comment on this?

    Cheerz
    Hein
     

    helsten2

    MP Donator
  • Premium Supporter
  • March 24, 2009
    98
    26
    Home Country
    Norway Norway
    I've played around with the source a little and can get it to work by only changing the following ....
    Could you post the binary file?
    I would like to try it here - I am still at V1.2.3.0
     

    Heina

    MP Donator
  • Premium Supporter
  • February 4, 2008
    166
    20
    47
    Windhoek, Namibia
    Home Country
    South Africa South Africa
    Here you go :)

    PS: the 1.2.x binaries are not tested, as I'm running 1.3.0
     

    Attachments

    • Core_1.2.x.rar
      924.2 KB
    • Core_1.3.0.rar
      978.3 KB
    Last edited:

    Users who are viewing this thread

    Top Bottom