mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
neutrino clean up: Streaming settings removed
- from all locales,
locales.h,
locales_intern.h
- usage of settings in
filebrowser.cpp,
movieplayer.cpp,
neutrino.cpp,
neutrino.h,
neutrino_menue.cpp,
setting_helpers.cpp,
setting_helpers.h,
settings.h
There is no reason to keep dead features,
but if we need streaming settings sometime in future again,
then we can dig out it.
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1076 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: bf20bb63b8
Author: Thilo Graf <dbt@novatux.de>
Date: 2011-01-28 (Fri, 28 Jan 2011)
Origin message was:
------------------
*neutrino clean up: Streaming settings removed
- from all locales,
locales.h,
locales_intern.h
- usage of settings in
filebrowser.cpp,
movieplayer.cpp,
neutrino.cpp,
neutrino.h,
neutrino_menue.cpp,
setting_helpers.cpp,
setting_helpers.h,
settings.h
There is no reason to keep dead features,
but if we need streaming settings sometime in future again,
then we can dig out it.
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1076 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -837,10 +837,7 @@ bool CFileBrowser::exec(const char * const dirname)
|
||||
m_baseurl = base;
|
||||
} else
|
||||
#endif
|
||||
{
|
||||
m_baseurl = "http://" + g_settings.streaming_server_ip + ':'
|
||||
+ g_settings.streaming_server_port + "/requests/browse.xml?dir=";
|
||||
}
|
||||
|
||||
name = dirname;
|
||||
std::replace(name.begin(), name.end(), '\\', '/');
|
||||
|
||||
|
Reference in New Issue
Block a user