Jacek Jendrzej
9fabec05f0
ytparser: fix not supported HTTP
...
Origin commit data
------------------
Commit: b4c0a08946
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2019-05-28 (Tue, 28 May 2019)
2019-05-28 21:05:22 +02:00
GetAway
95603d488d
mb.cpp: fix locale for YT
...
Origin commit data
------------------
Commit: 8fc2a511da
Author: GetAway <get-away@t-online.de >
Date: 2018-10-16 (Tue, 16 Oct 2018)
2018-10-16 23:57:28 +02:00
Stefan Seyfried
c9d4fdd9cc
remove "using namespace std" from header files
...
"using namespace std" in headers is considered bad practice, so move it
either into the respective cpp files or (for files which have lots of
other std::xxx usage anyway) just write it out explicitly.
Looking at the headers and the affected cpp files, one can actually see
why it is bad practice, as it's spreading very far ;-)
Origin commit data
------------------
Commit: 0d9139054a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2017-10-01 (Sun, 01 Oct 2017)
2017-10-02 13:43:57 +02:00
Stefan Seyfried
d41f19b667
add comments to suppres -Wimplicit-fallthrough warnings
...
Origin commit data
------------------
Commit: 971f3703a6
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2017-09-23 (Sat, 23 Sep 2017)
2017-09-26 12:41:05 +02:00
Michael Liebmann
0f8396bcaa
Use parseJsonFromString() for parsing json data in
...
- CMoviePlayerGui::luaGetUrl()
- CTimerList::RemoteBoxChanExists()
- CTimerList::RemoteBoxTimerList()
- CTimerList::paintItem()
- cTmdb::GetMovieDetails()
- cYTFeedParser::parseFeedJSON()
- cYTFeedParser::parseFeedDetailsJSON()
Origin commit data
------------------
Commit: 25ae929523
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2017-09-19 (Tue, 19 Sep 2017)
Origin message was:
------------------
Use parseJsonFromString() for parsing json data in
- CMoviePlayerGui::luaGetUrl()
- CTimerList::RemoteBoxChanExists()
- CTimerList::RemoteBoxTimerList()
- CTimerList::paintItem()
- cTmdb::GetMovieDetails()
- cYTFeedParser::parseFeedJSON()
- cYTFeedParser::parseFeedDetailsJSON()
2017-09-19 23:20:39 +02:00
Thilo Graf
75c7b9c6f4
CMovieBrowser/cYTFeedParser: implement signals from CProgressSignals
...
Origin commit data
------------------
Commit: 8c6a47ee3a
Author: Thilo Graf <dbt@novatux.de >
Date: 2017-03-06 (Mon, 06 Mar 2017)
2017-03-06 21:26:26 +01:00
Thilo Graf
e662a4fa4e
cYTFeedParser: add signal OnLoadVideoInfo
...
Required for visualized progress display.
Origin commit data
------------------
Commit: 0aa261d911
Author: Thilo Graf <dbt@novatux.de >
Date: 2017-02-13 (Mon, 13 Feb 2017)
2017-02-13 10:03:38 +01:00
Jacek Jendrzej
c30af8edf8
some inits
...
Origin commit data
------------------
Commit: f4f351e9ba
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2017-01-30 (Mon, 30 Jan 2017)
2017-01-30 17:22:41 +01:00
Michael Liebmann
ef7d4cea1f
cYTFeedParser: Add feed duration
...
Origin commit data
------------------
Commit: 6b628d9a8d
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2015-06-06 (Sat, 06 Jun 2015)
2015-06-06 16:17:41 +02:00
[CST] Focus
d08d39825f
system/ytparser.cpp: allow to define youtube dev id at compile time
...
Origin commit data
------------------
Commit: dc59c092ad
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2015-06-02 (Tue, 02 Jun 2015)
2015-06-02 10:52:12 +03:00
FlatTV
19a69bab6b
ytparser: fix youtube playback; change to APIv3
...
Origin commit data
------------------
Commit: acf3453fcd
Author: FlatTV <FlatTV@gmx.de >
Date: 2015-06-01 (Mon, 01 Jun 2015)
Origin message was:
------------------
- ytparser: fix youtube playback; change to APIv3
2015-06-01 12:36:15 +02:00
Jacek Jendrzej
787fc5ebda
add pugixml
...
Origin commit data
------------------
Commit: 422c91d117
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2015-04-27 (Mon, 27 Apr 2015)
2015-04-28 10:12:23 +02:00
Jacek Jendrzej
3f53a4b636
xmlinterface use const char instand char
...
Origin commit data
------------------
Commit: 8227a01592
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2015-03-20 (Fri, 20 Mar 2015)
2015-03-20 12:05:22 +01:00
Jacek Jendrzej
6ff2c1b6bd
use empty to check string
...
Origin commit data
------------------
Commit: 2b5e7b5ba3
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2015-01-09 (Fri, 09 Jan 2015)
2015-01-09 17:15:11 +01:00
[CST] Focus
76156d69df
fixes for system/ytcache.cpp cherry-picks
...
Origin commit data
------------------
Commit: 8fa560509c
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2014-09-24 (Wed, 24 Sep 2014)
2014-09-24 19:50:35 +04:00
FlatTV
e02294baa9
system/ytparser: no need to append signature
...
Origin commit data
------------------
Commit: 4198971638
Author: FlatTV <FlatTV@gmx.de >
Date: 2014-03-09 (Sun, 09 Mar 2014)
2014-09-24 19:50:35 +04:00
martii
cb84dceef7
gui/moviebrowser: add gui options for yt/nk cache directories
...
Conflicts:
src/gui/moviebrowser.cpp
src/system/nkparser.cpp
src/system/nkparser.h
Origin commit data
------------------
Commit: fd1ba8df97
Author: martii <m4rtii@gmx.de >
Date: 2013-11-17 (Sun, 17 Nov 2013)
2014-09-24 19:50:35 +04:00
martii
eb85bf0ad3
overload access(2)
...
Conflicts:
src/driver/pictureviewer/pictureviewer.cpp
src/gui/components/cc_item_picture.cpp
src/gui/movieplayer.cpp
src/gui/osdlang_setup.cpp
src/neutrino.cpp
src/nhttpd/tuxboxapi/coolstream/neutrinoapi.cpp
src/nhttpd/yhttpd.cpp
src/system/helpers.h
src/system/setting_helpers.cpp
Origin commit data
------------------
Commit: 81ca577fb8
Author: martii <m4rtii@gmx.de >
Date: 2013-06-30 (Sun, 30 Jun 2013)
2014-09-24 19:50:35 +04:00
martii
bb800bccce
add http proxy support for yt
...
Conflicts:
src/gui/proxyserver_setup.cpp
src/neutrino.cpp
src/system/httptool.cpp
src/system/settings.h
Origin commit data
------------------
Commit: 58124802ce
Author: martii <m4rtii@gmx.de >
Date: 2013-06-16 (Sun, 16 Jun 2013)
2014-09-24 19:50:35 +04:00
martii
bd08373008
yt: use cached tumbnail, if available
...
Origin commit data
------------------
Commit: 2b236ea1c8
Author: martii <m4rtii@gmx.de >
Date: 2013-06-14 (Fri, 14 Jun 2013)
2014-09-24 19:50:35 +04:00
martii
3f36f76364
add gui support for experimental yt caching code
...
Conflicts:
data/locale/deutsch.locale
data/locale/english.locale
src/gui/moviebrowser.cpp
src/system/locals.h
src/system/locals_intern.h
Origin commit data
------------------
Commit: 7fac02ba45
Author: martii <m4rtii@gmx.de >
Date: 2013-06-13 (Thu, 13 Jun 2013)
2014-09-24 19:50:35 +04:00
martii
f717d3598f
experimental yt cache (currently no gui integration)
...
Conflicts:
src/gui/moviebrowser.cpp
src/gui/movieinfo.cpp
src/system/Makefile.am
Origin commit data
------------------
Commit: 70e5e66327
Author: martii <m4rtii@gmx.de >
Date: 2013-06-12 (Wed, 12 Jun 2013)
2014-09-24 19:50:34 +04:00
FlatTV
e40867a4f0
cYTFeedParser: Fix decodeVideoInfo()
...
Origin commit data
------------------
Commit: c161760670
Author: FlatTV <FlatTV@gmx.de >
Date: 2014-03-02 (Sun, 02 Mar 2014)
2014-03-02 12:58:41 +01:00
martii
5a253bcaec
gui/moviebrowser, system/ytparser: Google dropped most YouTube feeds. Limit code to what's left.
...
Origin commit data
------------------
Commit: eda90ac834
Author: martii <m4rtii@gmx.de >
Date: 2013-11-23 (Sat, 23 Nov 2013)
2014-01-04 16:59:11 +01:00
martii
9f5b067928
yt: make search order selectable
...
Origin commit data
------------------
Commit: fd5f9f118d
Author: martii <m4rtii@gmx.de >
Date: 2013-10-06 (Sun, 06 Oct 2013)
2013-11-13 16:04:30 +01:00
Stefan Seyfried
6a22ad7f2f
ytparser: fix wrong-type compiler warnings
...
Origin commit data
------------------
Commit: 0fc3aa2ae8
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2013-11-10 (Sun, 10 Nov 2013)
2013-11-13 10:38:48 +01:00
martii
b05e551c6b
yt: revert to original quality selection order)
...
Origin commit data
------------------
Commit: b90497fc69
Author: martii <m4rtii@gmx.de >
Date: 2013-06-10 (Mon, 10 Jun 2013)
2013-06-20 16:07:59 +04:00
martii
460f07946d
yt: speed up retrieving feed data by starting multiple (up to 8, default is 4) http transfers in parallel
...
Origin commit data
------------------
Commit: 8836a15a42
Author: martii <m4rtii@gmx.de >
Date: 2013-06-09 (Sun, 09 Jun 2013)
2013-06-20 16:07:59 +04:00
martii
9d007363bf
ytparser: create CURL object in constructor
...
Origin commit data
------------------
Commit: dd7ff427f7
Author: martii <m4rtii@gmx.de >
Date: 2013-06-09 (Sun, 09 Jun 2013)
2013-06-20 16:07:59 +04:00
martii
416ab07620
ytparser/moviebrowser: add option for selecting prefered quality
...
Origin commit data
------------------
Commit: e01e96c1ac
Author: martii <m4rtii@gmx.de >
Date: 2013-06-09 (Sun, 09 Jun 2013)
2013-06-20 16:07:59 +04:00
martii
eaf1e4e924
ytparser: re-use exiting curl connection for bulk transfers
...
Origin commit data
------------------
Commit: 0e6848d7d9
Author: martii <m4rtii@gmx.de >
Date: 2013-06-09 (Sun, 09 Jun 2013)
2013-06-20 16:07:59 +04:00
martii
c561ef0a20
ytparser: prefer 720p (due to 1080p playback problems with ffmpeg/eplayer3/spark, and I'm not even sure which of those is at fault)
...
Origin commit data
------------------
Commit: eb00181c52
Author: martii <m4rtii@gmx.de >
Date: 2013-06-08 (Sat, 08 Jun 2013)
2013-06-20 16:07:59 +04:00
martii
3800094e4e
yt: need to encode search string
...
Origin commit data
------------------
Commit: 50e953cf27
Author: martii <m4rtii@gmx.de >
Date: 2013-06-09 (Sun, 09 Jun 2013)
2013-06-13 01:36:03 +02:00
Jacek Jendrzej
18d5da8212
fix compil warrnings
...
Origin commit data
------------------
Commit: 6e171cc9f2
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2013-06-02 (Sun, 02 Jun 2013)
Origin message was:
------------------
-fix compil warrnings
2013-06-02 13:39:10 +02:00
Jacek Jendrzej
200602a008
fix compil warrnings
...
Origin commit data
------------------
Commit: 0940f4a767
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2013-06-02 (Sun, 02 Jun 2013)
Origin message was:
------------------
-fix compil warrnings
2013-06-02 13:14:33 +02:00
[CST] Focus
f6c5ee5524
system/ytparser.cpp: try to fix category, if more than one present
...
Origin commit data
------------------
Commit: f4a07e730e
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2013-05-30 (Thu, 30 May 2013)
2013-05-30 09:57:13 +04:00
[CST] Focus
40ee4910ad
add youtube feeds parser
...
Origin commit data
------------------
Commit: 3e88fb4ab3
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2013-05-29 (Wed, 29 May 2013)
2013-05-29 18:08:34 +04:00