Index: eclipse/SVN/HTML/Default/tunein.html =================================================================== --- eclipse/SVN/HTML/Default/tunein.html (revision 0) +++ eclipse/SVN/HTML/Default/tunein.html (revision 0) @@ -1 +1,64 @@ +[% pagetitle = 'RADIO_TUNEIN' | string %] +[% pageicon = 'RADIO' %] +[% PROCESS pageheader.html %] +
![]() |
+ ![]() |
+ ![]() |
+
![]() |
+ + [% "HOME" | string %] + / [% 'RADIO_TUNEIN' | string %] + | ++ |
![]() |
+ ![]() |
+ + |
![]() |
+
+
+[% IF p2 %]
+ + [% 'RADIO_TUNED_IN' | string %] [% p2 %] + +[% END %] + +[% 'RADIO_TUNEIN_DESC' | string %] + + + + |
+ ![]() |
+
+ [% 'RADIO_TUNED_IN' | string %] [% p2 %] +
+[% END %] + +[% 'RADIO_TUNEIN_DESC' | string %]
+ + + +[% PROCESS pagefooter.html %] Index: eclipse/SVN/HTML/Handheld/tunein.html =================================================================== --- eclipse/SVN/HTML/Handheld/tunein.html (revision 0) +++ eclipse/SVN/HTML/Handheld/tunein.html (revision 0) @@ -1 +1,20 @@ +[% pagetitle = 'RADIO_TUNEIN' | string %] +[% PROCESS pageheader.html %] +/ [% "RADIO_TUNEIN_NOW" | string %] |
[% 'RADIO_TUNEIN_DESC' | string %]
+ + + + +[% PROCESS pagefooter.html %] Property changes on: eclipse/SVN/HTML/Handheld/tunein.html ___________________________________________________________________ Name: svn:executable + * Index: eclipse/SVN/Slim/Web/HTTP.pm =================================================================== --- eclipse/SVN/Slim/Web/HTTP.pm (revision 3958) +++ eclipse/SVN/Slim/Web/HTTP.pm (working copy) @@ -128,6 +128,7 @@ qr/^status_header\.(?:htm|xml)/ => \&Slim::Web::Pages::status_header, qr/^status\.(?:htm|xml)/ => \&Slim::Web::Pages::status, qr/^setup\.(?:htm|xml)/ => \&Slim::Web::Setup::setup_HTTP, + qr/^tunein\.(?:htm|xml)/ => \&Slim::Web::Pages::tuneIn, qr/^update_firmware\.(?:htm|xml)/ => \&Slim::Web::Pages::update_firmware, ); Index: eclipse/SVN/Slim/Web/Pages.pm =================================================================== --- eclipse/SVN/Slim/Web/Pages.pm (revision 3958) +++ eclipse/SVN/Slim/Web/Pages.pm (working copy) @@ -39,6 +39,7 @@ addLinks("browse",{'BROWSE_NEW_MUSIC' => "browsedb.html?hierarchy=age,track&level=0"}); addLinks("search", {'SEARCH' => "search.html?liveSearch=1"}); addLinks("search", {'ADVANCEDSEARCH' => "advanced_search.html"}); + addLinks("radio", {'RADIO_TUNEIN' => "tunein.html"}); addLinks("help",{'GETTING_STARTED' => "html/docs/quickstart.html"}); addLinks("help",{'PLAYER_SETUP' => "html/docs/ipconfig.html"}); addLinks("help",{'USING_REMOTE' => "html/docs/interface.html"}); @@ -1752,6 +1753,11 @@ return Slim::Web::HTTP::filltemplatefile("update_firmware.html", $params); } +sub tuneIn { + my ($client, $params) = @_; + return Slim::Web::HTTP::filltemplatefile('tunein.html', $params); +} + 1; __END__ Index: eclipse/SVN/strings.txt =================================================================== --- eclipse/SVN/strings.txt (revision 3958) +++ eclipse/SVN/strings.txt (working copy) @@ -8726,6 +8726,29 @@ JP ワイルド NO Vill +RADIO_TUNEIN + DE Manuelle Radio Einwahl + EN Radio Tune In + +RADIO_TUNEIN_NOW + DE Manuelle Radio Einwahl + EN Tune In Now + +RADIO_TUNEIN_DESC + DE Falls Sie die URL einer Internet-Radiostation bereits kennen, so können Sie diese hier eingeben und "Station wählen" drücken. Sie können die URL des Streams selber (z.B. http://62.49.59.50:8000) oder einer Playlist, die darauf verweist (z.B. http://www.hitzradio.com/hitzradio.pls), angeben. + EN If you already know the URL of the station you would like to listen to, enter it below and click on the "Tune In" button. You can enter the URL of either the radio stream itself (e.g. http://62.49.59.50:8000) or the playlist file that is pointing to the stream (e.g. http://www.hitzradio.com/hitzradio.pls). + +RADIO_TUNEIN_RADIOURL + EN Radio URL: + +RADIO_TUNEIN_CHOOSE + DE Station wählen + EN Tune In + +RADIO_TUNED_IN + DE Die folgende Station wurde angewählt: + EN Tuned into station: + HELP CZ Nápověda DE Hilfe (Englisch)