aboutsummaryrefslogtreecommitdiff
path: root/xbmc/NfoFile.h
AgeCommit message (Expand)Author
2022-10-17[addons] Avoid to include addons/addoninfo/AddonType.h in headers.Kai Sommerfeld
2022-10-17[addons] Make enum ADDON::TYPE an enum class ADDON::AddonType.Kai Sommerfeld
2022-10-06[addons] Remove unneeded includes from 'addons' header files (forward-declare...Kai Sommerfeld
2020-10-30[clang-tidy] performance-unnecessary-value-paramRechi
2019-07-09[format] fix include orderRechi
2019-03-02[cleanup] remove include guardsRechi
2018-07-27[xbmc] Update copyright year spanh.udo
2018-07-27[xbmc] Team XBMC -> Team Kodih.udo
2018-07-27[xbmc] GPL-2.0-or-later SPDX license identifierh.udo
2018-07-03[modernize][xbmc] use default member initializersRechi
2018-06-12[xbmc] pragma once positionh.udo
2018-01-24A mass change from xbmc.org to kodi.tv.Stig-Ørjan Smelror
2017-12-20add ffmpeg tag loader and use this for mkv and mp4 filesnotspiff
2017-12-20added: a base video tag loader classnotspiff
2017-12-20move and rename CNfoFile::NFOResultnotspiff
2016-08-08Add possibility to get information from both .nfo and scraperSimon Frei
2015-05-23[app] Cleanup includes.ace20022
2015-01-07[stdstring] get rid of CStdString in xbmc/Arne Morten Kvarving
2014-12-16Revert "rename xbmc folder to src"Rainer Hochecker
2014-12-15rename xbmc folder to srcFneufneu
2014-10-10NfoFile: do a range check before extracting a sub-stringmontellese
2014-08-05Includes: Remove unnecessary includes.ace20022
2014-08-05Includes: Replace includes with "sub-includes" if possible.ace20022
2014-07-14[stdstring] get rid of CStdString in addons/Arne Morten Kvarving
2014-07-02CNfoFile: replace unchecked file loading with "LoadFile()", replace char* buf...Karlson2k
2014-03-08[nfo] remove unused variableJonathan Marshall
2013-11-05Remove hacks and workarounds for XML encodingKarlson2k
2013-10-24XBMCTinyXML::Parse: refactoring: remove unused parameter; call function with ...Karlson2k
2013-09-19CharsetConverter: rename stringCharsetToUtf8 to be in-line with othersKarlson2k
2013-07-25[cosmetics] update copyright headersM. Kaijser
2013-05-17Remove unneeded or outdated _MSC_VER macro #ifsKarlson2k
2013-02-09[cosmetics] update date in GPL headerMartijn Kaijser
2012-09-09update date in GPL headermontellese
2012-09-09fix address line in GPL headersmontellese
2012-09-03Merge pull request #1286 from vdrfan/utf8-nfoMatthias Kortstiege
2012-09-01Fix use of uninitialized member in NfoFile.hKyle Hill
2012-08-15fixed: check for valid utf-8 when importing nfo files (closes #13247)vdrfan
2012-07-10Fix for CNfoFile is looking only for same language scrapers as default scrape...Evgeny Grin
2012-05-03Use system implementation of tinyxml instead of internal implementation.Andres Mejia
2012-01-24cosmetics + doxy, renaming variables to be consistent with what they do, and ...Jonathan Marshall
2011-09-01fixed: always prefix fanart/thumbs from mixed nfos.spiff
2011-08-04Revert "Use system tinyxml library by default except on OSX and Windows."Andres Mejia
2011-08-03Use system tinyxml library by default except on OSX and Windows.Andres Mejia
2011-06-09Scraper abstraction: provide an encapsulation.David Robins
2011-06-09Move construction/destruction inline.David Robins
2011-06-09Make m_size a local variable.David Robins
2010-10-08fixed: #10461 - Scraper language fallback mechanism is brokenvdrfan
2010-07-16fixed: nfo files were partially broken for videos, and completely broken for ...spiff_
2010-06-17changed: refactor. add a function to call the scraper instead of copying all ...spiff_
2010-05-28cleanup: reduce the use of CONTENT_TYPEjmarshallnz