From: <kro...@us...> - 2008-03-29 19:33:21
|
Revision: 1558 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=1558&view=rev Author: kroko_koenig Date: 2008-03-29 12:33:18 -0700 (Sat, 29 Mar 2008) Log Message: ----------- samll adjustments of the labels in the vlc form Modified Paths: -------------- trunk/plugins/My Streamradio/Release/plugins/Windows/MyStreamRadio.dll trunk/plugins/My Streamradio/Source/MyStreamRadio/GUIRadio.cs trunk/plugins/My Streamradio/Source/MyStreamRadio/VideoLanControl.cs trunk/plugins/My Streamradio/Source/MyStreamRadio/obj/Debug/MyStreamRadio.dll trunk/plugins/My Streamradio/Source/MyStreamRadio/obj/Debug/MyStreamRadio.pdb trunk/plugins/My Streamradio/readme.txt Modified: trunk/plugins/My Streamradio/Release/plugins/Windows/MyStreamRadio.dll =================================================================== (Binary files differ) Modified: trunk/plugins/My Streamradio/Source/MyStreamRadio/GUIRadio.cs =================================================================== --- trunk/plugins/My Streamradio/Source/MyStreamRadio/GUIRadio.cs 2008-03-29 16:10:09 UTC (rev 1557) +++ trunk/plugins/My Streamradio/Source/MyStreamRadio/GUIRadio.cs 2008-03-29 19:33:18 UTC (rev 1558) @@ -756,7 +756,7 @@ } dt.Rows.Add(row); - } + } } catch (Exception e) { @@ -1626,7 +1626,7 @@ y = line.IndexOf(dsp_stop, x + dsp_start2.Length + 1); if (t == "") t = line.Substring(x + dsp_start2.Length, y - x - +dsp_start2.Length); - ParseLog("Method 5: found title: " + t); + ParseLog("Method 5: found title: " + t); } } } Modified: trunk/plugins/My Streamradio/Source/MyStreamRadio/VideoLanControl.cs =================================================================== --- trunk/plugins/My Streamradio/Source/MyStreamRadio/VideoLanControl.cs 2008-03-29 16:10:09 UTC (rev 1557) +++ trunk/plugins/My Streamradio/Source/MyStreamRadio/VideoLanControl.cs 2008-03-29 19:33:18 UTC (rev 1558) @@ -90,7 +90,7 @@ int h = this.Height; int w = this.Width; - int y = h / 10 * 9; + int y = h / 10 * 8; int x = h / 10 + 1; panel.Height = h / 3; @@ -134,18 +134,18 @@ lblTime.Font = new Font(lblTime.Font.Name, currentSize, lblTime.Font.Style); lblRecord.Font = new Font(lblRecord.Font.Name, currentSize, lblRecord.Font.Style); - picStation.Left = 10; + picStation.Left = 40; picStation.Top = y; - lblStation.Left = picStation.Width + 10; + lblStation.Left = picStation.Width + 40; lblStation.Top = y; - lblStation.Width = w - picStation.Width - picCountry.Width - 20; + lblStation.Width = w - picStation.Width - picCountry.Width - 80; - lblTitle.Left = picStation.Width + 10; + lblTitle.Left = picStation.Width + 40; lblTitle.Top = y + (x / 2); - lblTitle.Width = w - picStation.Width - picCountry.Width - 20; + lblTitle.Width = w - picStation.Width - picCountry.Width - 80; - picCountry.Left = w - picCountry.Width - 10; + picCountry.Left = w - picCountry.Width - 40; picCountry.Top = y; // Select display @@ -157,11 +157,11 @@ lblSelect.Top = (h / 2) - (lblSelect.Height / 2); lblSelect.Left = (w / 2) - (lblSelect.Width / 2); - lblTime.Top = 10; - lblTime.Left = w - lblTime.Width - 10; + lblTime.Top = 40; + lblTime.Left = w - lblTime.Width - 40; - lblRecord.Top = 10; - lblRecord.Left = 10; + lblRecord.Top = 40; + lblRecord.Left = 40; } Modified: trunk/plugins/My Streamradio/Source/MyStreamRadio/obj/Debug/MyStreamRadio.dll =================================================================== (Binary files differ) Modified: trunk/plugins/My Streamradio/Source/MyStreamRadio/obj/Debug/MyStreamRadio.pdb =================================================================== (Binary files differ) Modified: trunk/plugins/My Streamradio/readme.txt =================================================================== --- trunk/plugins/My Streamradio/readme.txt 2008-03-29 16:10:09 UTC (rev 1557) +++ trunk/plugins/My Streamradio/readme.txt 2008-03-29 19:33:18 UTC (rev 1558) @@ -1,7 +1,20 @@ My streamradio ------------------- -Forum +Hi there, + +I had some trouble with radio station playing tiscali streams. +Well..... here is my work arround. + +I used part from My Radio to built a stream radio. +Now radio stations like saw or radio hamburg work. + +You can use the visualisation from vlc which is configurable in the setup. The title and artist is displayed automaticly every time a change is detected (not on all streams) + +Also you can record the actual stream to disk (mp3) . The actual artist and title will be saved to the record path. So you can later on cut the mp3 ;-) + +This Version is for the 0.2.3.0 + http://forum.team-mediaportal.com/plugins-47/my-streamradio-22803/ Install vlc with the option ActiveX @@ -12,6 +25,30 @@ Setup the plugin, set the folder and set the OSD. +Keyboard R Record + X Toggle Windowed / Fullscreen + P Play / Radion on + B Stop Play + + F9 show info + +Greetz +kroko + + + +INSTALL +------- +Install vlc with the option ActiveX +Put the folder streamradio onto your hdd +Copy the skin file into the skin folder +Copy the dll into the plugins folder +Copy the VLC dll into the MP root folder + +Setup the plugin, set the folder and set the OSD. + +CONTROL +------- Keyboard R Record X Toggle Windowed / Fullscreen P Play / Radion on @@ -59,8 +96,10 @@ -Version 0.3 ------------ +Version 0.3.1 +------------- +-now possible to use vlc different visualisation +-auto fullscreen possible via setup -changed token support for Tiscali streams -new xml reader (asx not used anymore) -fixed a memory leak in the reader ! This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |