|
MythTV
0.26-pre
|
Public Types | |
| typedef VideoMetadata::genre_list | genre_list |
| typedef VideoMetadata::country_list | country_list |
| typedef VideoMetadata::cast_list | cast_list |
Public Member Functions | |
| VideoMetadataImp (const QString &filename, const QString &hash, const QString &trailer, const QString &coverfile, const QString &screenshot, const QString &banner, const QString &fanart, const QString &title, const QString &subtitle, const QString &tagline, int year, const QDate &releasedate, const QString &inetref, int collectionref, const QString &homepage, const QString &director, const QString &studio, const QString &plot, float userrating, const QString &rating, int length, int playcount, int season, int episode, const QDate &insertdate, int id, ParentalLevel::Level showlevel, int categoryID, int childID, bool browse, bool watched, const QString &playcommand, const QString &category, const genre_list &genres, const country_list &countries, const cast_list &cast, const QString &host="", bool processed=false, VideoContentType contenttype=kContentUnknown) | |
| VideoMetadataImp (MSqlQuery &query) | |
| VideoMetadataImp (const VideoMetadataImp &other) | |
| VideoMetadataImp & | operator= (const VideoMetadataImp &rhs) |
| bool | HasSortKey () const |
| const VideoMetadata::SortKey & | GetSortKey () const |
| void | SetSortKey (const VideoMetadata::SortKey &sort_key) |
| const QString & | GetPrefix () const |
| void | SetPrefix (const QString &prefix) |
| const QString & | getTitle () const |
| void | SetTitle (const QString &title) |
| const QString & | getSubtitle () const |
| void | SetSubtitle (const QString &subtitle) |
| const QString & | GetTagline () const |
| void | SetTagline (const QString &tagline) |
| const QString & | GetInetRef () const |
| void | SetInetRef (const QString &inetRef) |
| int | GetCollectionRef () const |
| void | SetCollectionRef (int collectionref) |
| const QString & | GetHomepage () const |
| void | SetHomepage (const QString &homepage) |
| const QString & | getDirector () const |
| void | SetDirector (const QString &director) |
| const QString & | getStudio () const |
| void | SetStudio (const QString &studio) |
| const QString & | getPlot () const |
| void | SetPlot (const QString &plot) |
| const QString & | GetRating () const |
| void | SetRating (const QString &rating) |
| const QString & | getPlayCommand () const |
| void | SetPlayCommand (const QString &playCommand) |
| const QString & | GetCategory () const |
| const genre_list & | getGenres () const |
| void | SetGenres (const genre_list &genres) |
| const country_list & | GetCountries () const |
| void | SetCountries (const country_list &countries) |
| const cast_list & | GetCast () const |
| void | SetCast (const cast_list &cast) |
| const QString & | GetHost () const |
| void | SetHost (const QString &host) |
| const QString & | getFilename () const |
| void | SetFilename (const QString &filename) |
| const QString & | GetHash () const |
| void | SetHash (const QString &hash) |
| const QString & | GetTrailer () const |
| void | SetTrailer (const QString &trailer) |
| const QString & | GetCoverFile () const |
| void | SetCoverFile (const QString &coverFile) |
| const QString & | GetScreenshot () const |
| void | SetScreenshot (const QString &screenshot) |
| const QString & | GetBanner () const |
| void | SetBanner (const QString &banner) |
| const QString & | GetFanart () const |
| void | SetFanart (const QString &fanart) |
| int | GetCategoryID () const |
| void | SetCategoryID (int id) |
| int | GetChildID () const |
| void | SetChildID (int childID) |
| int | getYear () const |
| void | SetYear (int year) |
| QDate | getReleaseDate () const |
| void | SetReleaseDate (QDate releasedate) |
| int | GetLength () const |
| void | SetLength (int length) |
| unsigned int | GetPlayCount () const |
| void | SetPlayCount (int playcount) |
| int | GetSeason () const |
| void | SetSeason (int season) |
| int | GetEpisode () const |
| void | SetEpisode (int episode) |
| QDate | GetInsertdate () const |
| void | SetInsertdate (QDate date) |
| ParentalLevel::Level | GetShowLevel () const |
| void | SetShowLevel (ParentalLevel::Level showLevel) |
| bool | GetBrowse () const |
| void | SetBrowse (bool browse) |
| bool | GetWatched () const |
| void | SetWatched (bool watched) |
| unsigned int | GetID () const |
| void | SetID (int id) |
| float | GetUserRating () const |
| void | SetUserRating (float userRating) |
| bool | GetProcessed () const |
| void | SetProcessed (bool processed) |
| VideoContentType | GetContentType () const |
| void | SetContentType (VideoContentType contenttype) |
| void | SaveToDatabase () |
| void | UpdateDatabase () |
| bool | DeleteFromDatabase () |
| bool | DeleteFile () |
| Deletes the file associated with a metadata entry. | |
| void | Reset () |
| bool | IsHostSet () const |
Private Member Functions | |
| void | fillCountries () |
| void | updateCountries () |
| void | fillGenres () |
| void | fillCast () |
| void | updateGenres () |
| void | updateCast () |
| bool | removeDir (const QString &dirName) |
| void | fromDBRow (MSqlQuery &query) |
| Sets metadata from a DB row. | |
| void | saveToDatabase () |
Private Attributes | |
| QString | m_title |
| QString | m_subtitle |
| QString | m_tagline |
| QString | m_inetref |
| int | m_collectionref |
| QString | m_homepage |
| QString | m_director |
| QString | m_studio |
| QString | m_plot |
| QString | m_rating |
| QString | m_playcommand |
| QString | m_category |
| genre_list | m_genres |
| country_list | m_countries |
| cast_list | m_cast |
| QString | m_filename |
| QString | m_hash |
| QString | m_trailer |
| QString | m_coverfile |
| QString | m_screenshot |
| QString | m_banner |
| QString | m_fanart |
| QString | m_host |
| int | m_categoryID |
| int | m_childID |
| int | m_year |
| QDate | m_releasedate |
| int | m_length |
| int | m_playcount |
| int | m_season |
| int | m_episode |
| QDate | m_insertdate |
| ParentalLevel::Level | m_showlevel |
| bool | m_browse |
| bool | m_watched |
| unsigned int | m_id |
| float | m_userrating |
| bool | m_processed |
| VideoContentType | m_contenttype |
| VideoMetadata::SortKey | m_sort_key |
| QString | m_prefix |
Definition at line 89 of file videometadata.cpp.
Definition at line 92 of file videometadata.cpp.
Definition at line 93 of file videometadata.cpp.
Definition at line 94 of file videometadata.cpp.
| VideoMetadataImp::VideoMetadataImp | ( | const QString & | filename, |
| const QString & | hash, | ||
| const QString & | trailer, | ||
| const QString & | coverfile, | ||
| const QString & | screenshot, | ||
| const QString & | banner, | ||
| const QString & | fanart, | ||
| const QString & | title, | ||
| const QString & | subtitle, | ||
| const QString & | tagline, | ||
| int | year, | ||
| const QDate & | releasedate, | ||
| const QString & | inetref, | ||
| int | collectionref, | ||
| const QString & | homepage, | ||
| const QString & | director, | ||
| const QString & | studio, | ||
| const QString & | plot, | ||
| float | userrating, | ||
| const QString & | rating, | ||
| int | length, | ||
| int | playcount, | ||
| int | season, | ||
| int | episode, | ||
| const QDate & | insertdate, | ||
| int | id, | ||
| ParentalLevel::Level | showlevel, | ||
| int | categoryID, | ||
| int | childID, | ||
| bool | browse, | ||
| bool | watched, | ||
| const QString & | playcommand, | ||
| const QString & | category, | ||
| const genre_list & | genres, | ||
| const country_list & | countries, | ||
| const cast_list & | cast, | ||
| const QString & | host = "", |
||
| bool | processed = false, |
||
| VideoContentType | contenttype = kContentUnknown |
||
| ) | [inline] |
Definition at line 97 of file videometadata.cpp.
| VideoMetadataImp::VideoMetadataImp | ( | MSqlQuery & | query | ) | [inline] |
Definition at line 132 of file videometadata.cpp.
| VideoMetadataImp::VideoMetadataImp | ( | const VideoMetadataImp & | other | ) | [inline] |
Definition at line 137 of file videometadata.cpp.
| VideoMetadataImp& VideoMetadataImp::operator= | ( | const VideoMetadataImp & | rhs | ) | [inline] |
Definition at line 142 of file videometadata.cpp.
| bool VideoMetadataImp::HasSortKey | ( | ) | const [inline] |
Definition at line 196 of file videometadata.cpp.
Referenced by VideoMetadata::HasSortKey().
| const VideoMetadata::SortKey& VideoMetadataImp::GetSortKey | ( | ) | const [inline] |
Definition at line 197 of file videometadata.cpp.
Referenced by VideoMetadata::GetSortKey().
| void VideoMetadataImp::SetSortKey | ( | const VideoMetadata::SortKey & | sort_key | ) | [inline] |
Definition at line 198 of file videometadata.cpp.
Referenced by VideoMetadata::SetSortKey().
| const QString& VideoMetadataImp::GetPrefix | ( | ) | const [inline] |
Definition at line 203 of file videometadata.cpp.
Referenced by VideoMetadata::GetPrefix().
| void VideoMetadataImp::SetPrefix | ( | const QString & | prefix | ) | [inline] |
Definition at line 204 of file videometadata.cpp.
Referenced by VideoMetadata::SetPrefix().
| const QString& VideoMetadataImp::getTitle | ( | ) | const [inline] |
Definition at line 206 of file videometadata.cpp.
Referenced by VideoMetadata::GetTitle().
| void VideoMetadataImp::SetTitle | ( | const QString & | title | ) | [inline] |
Definition at line 207 of file videometadata.cpp.
Referenced by VideoMetadata::SetTitle().
| const QString& VideoMetadataImp::getSubtitle | ( | ) | const [inline] |
Definition at line 214 of file videometadata.cpp.
Referenced by VideoMetadata::GetSubtitle().
| void VideoMetadataImp::SetSubtitle | ( | const QString & | subtitle | ) | [inline] |
Definition at line 215 of file videometadata.cpp.
Referenced by VideoMetadata::SetSubtitle().
| const QString& VideoMetadataImp::GetTagline | ( | ) | const [inline] |
Definition at line 217 of file videometadata.cpp.
Referenced by VideoMetadata::GetTagline().
| void VideoMetadataImp::SetTagline | ( | const QString & | tagline | ) | [inline] |
Definition at line 218 of file videometadata.cpp.
Referenced by VideoMetadata::SetTagline().
| const QString& VideoMetadataImp::GetInetRef | ( | void | ) | const [inline] |
Definition at line 220 of file videometadata.cpp.
Referenced by VideoMetadata::GetInetRef().
| void VideoMetadataImp::SetInetRef | ( | const QString & | inetRef | ) | [inline] |
Definition at line 221 of file videometadata.cpp.
Referenced by VideoMetadata::SetInetRef().
| int VideoMetadataImp::GetCollectionRef | ( | ) | const [inline] |
Definition at line 223 of file videometadata.cpp.
Referenced by VideoMetadata::GetCollectionRef().
| void VideoMetadataImp::SetCollectionRef | ( | int | collectionref | ) | [inline] |
Definition at line 224 of file videometadata.cpp.
Referenced by VideoMetadata::SetCollectionRef().
| const QString& VideoMetadataImp::GetHomepage | ( | ) | const [inline] |
Definition at line 226 of file videometadata.cpp.
Referenced by VideoMetadata::GetHomepage().
| void VideoMetadataImp::SetHomepage | ( | const QString & | homepage | ) | [inline] |
Definition at line 227 of file videometadata.cpp.
Referenced by VideoMetadata::SetHomepage().
| const QString& VideoMetadataImp::getDirector | ( | ) | const [inline] |
Definition at line 229 of file videometadata.cpp.
Referenced by VideoMetadata::GetDirector().
| void VideoMetadataImp::SetDirector | ( | const QString & | director | ) | [inline] |
Definition at line 230 of file videometadata.cpp.
Referenced by VideoMetadata::SetDirector().
| const QString& VideoMetadataImp::getStudio | ( | ) | const [inline] |
Definition at line 232 of file videometadata.cpp.
Referenced by VideoMetadata::GetStudio().
| void VideoMetadataImp::SetStudio | ( | const QString & | studio | ) | [inline] |
Definition at line 233 of file videometadata.cpp.
Referenced by VideoMetadata::SetStudio().
| const QString& VideoMetadataImp::getPlot | ( | ) | const [inline] |
Definition at line 235 of file videometadata.cpp.
Referenced by VideoMetadata::GetPlot().
| void VideoMetadataImp::SetPlot | ( | const QString & | plot | ) | [inline] |
Definition at line 236 of file videometadata.cpp.
Referenced by VideoMetadata::SetPlot().
| const QString& VideoMetadataImp::GetRating | ( | ) | const [inline] |
Definition at line 238 of file videometadata.cpp.
Referenced by VideoMetadata::GetRating().
| void VideoMetadataImp::SetRating | ( | const QString & | rating | ) | [inline] |
Definition at line 239 of file videometadata.cpp.
Referenced by VideoMetadata::SetRating().
| const QString& VideoMetadataImp::getPlayCommand | ( | ) | const [inline] |
Definition at line 241 of file videometadata.cpp.
Referenced by VideoMetadata::GetPlayCommand().
| void VideoMetadataImp::SetPlayCommand | ( | const QString & | playCommand | ) | [inline] |
Definition at line 242 of file videometadata.cpp.
Referenced by VideoMetadata::SetPlayCommand().
| const QString& VideoMetadataImp::GetCategory | ( | void | ) | const [inline] |
Definition at line 247 of file videometadata.cpp.
Referenced by VideoMetadata::GetCategory().
| const genre_list& VideoMetadataImp::getGenres | ( | ) | const [inline] |
Definition at line 250 of file videometadata.cpp.
Referenced by VideoMetadata::GetGenres().
| void VideoMetadataImp::SetGenres | ( | const genre_list & | genres | ) | [inline] |
Definition at line 251 of file videometadata.cpp.
Referenced by VideoMetadata::SetGenres().
| const country_list& VideoMetadataImp::GetCountries | ( | ) | const [inline] |
Definition at line 253 of file videometadata.cpp.
Referenced by VideoMetadata::GetCountries().
| void VideoMetadataImp::SetCountries | ( | const country_list & | countries | ) | [inline] |
Definition at line 254 of file videometadata.cpp.
Referenced by VideoMetadata::SetCountries().
| const cast_list& VideoMetadataImp::GetCast | ( | ) | const [inline] |
Definition at line 259 of file videometadata.cpp.
Referenced by VideoMetadata::GetCast().
| void VideoMetadataImp::SetCast | ( | const cast_list & | cast | ) | [inline] |
Definition at line 260 of file videometadata.cpp.
Referenced by VideoMetadata::SetCast().
| const QString& VideoMetadataImp::GetHost | ( | ) | const [inline] |
Definition at line 262 of file videometadata.cpp.
Referenced by VideoMetadata::GetHost().
| void VideoMetadataImp::SetHost | ( | const QString & | host | ) | [inline] |
Definition at line 263 of file videometadata.cpp.
Referenced by VideoMetadata::SetHost().
| const QString& VideoMetadataImp::getFilename | ( | ) | const [inline] |
Definition at line 265 of file videometadata.cpp.
Referenced by VideoMetadata::FillDataFromFilename(), and VideoMetadata::GetFilename().
| void VideoMetadataImp::SetFilename | ( | const QString & | filename | ) | [inline] |
Definition at line 266 of file videometadata.cpp.
Referenced by VideoMetadata::SetFilename().
| const QString& VideoMetadataImp::GetHash | ( | ) | const [inline] |
Definition at line 268 of file videometadata.cpp.
Referenced by VideoMetadata::GetHash().
| void VideoMetadataImp::SetHash | ( | const QString & | hash | ) | [inline] |
Definition at line 269 of file videometadata.cpp.
Referenced by VideoMetadata::SetHash().
| const QString& VideoMetadataImp::GetTrailer | ( | ) | const [inline] |
Definition at line 271 of file videometadata.cpp.
Referenced by VideoMetadata::GetTrailer().
| void VideoMetadataImp::SetTrailer | ( | const QString & | trailer | ) | [inline] |
Definition at line 272 of file videometadata.cpp.
Referenced by VideoMetadata::SetTrailer().
| const QString& VideoMetadataImp::GetCoverFile | ( | ) | const [inline] |
Definition at line 274 of file videometadata.cpp.
Referenced by VideoMetadata::GetCoverFile().
| void VideoMetadataImp::SetCoverFile | ( | const QString & | coverFile | ) | [inline] |
Definition at line 275 of file videometadata.cpp.
Referenced by VideoMetadata::SetCoverFile().
| const QString& VideoMetadataImp::GetScreenshot | ( | ) | const [inline] |
Definition at line 277 of file videometadata.cpp.
Referenced by VideoMetadata::GetScreenshot().
| void VideoMetadataImp::SetScreenshot | ( | const QString & | screenshot | ) | [inline] |
Definition at line 278 of file videometadata.cpp.
Referenced by VideoMetadata::SetScreenshot().
| const QString& VideoMetadataImp::GetBanner | ( | ) | const [inline] |
Definition at line 280 of file videometadata.cpp.
Referenced by VideoMetadata::GetBanner().
| void VideoMetadataImp::SetBanner | ( | const QString & | banner | ) | [inline] |
Definition at line 281 of file videometadata.cpp.
Referenced by VideoMetadata::SetBanner().
| const QString& VideoMetadataImp::GetFanart | ( | ) | const [inline] |
Definition at line 283 of file videometadata.cpp.
Referenced by VideoMetadata::GetFanart().
| void VideoMetadataImp::SetFanart | ( | const QString & | fanart | ) | [inline] |
Definition at line 284 of file videometadata.cpp.
Referenced by VideoMetadata::SetFanart().
| int VideoMetadataImp::GetCategoryID | ( | ) | const [inline] |
Definition at line 286 of file videometadata.cpp.
Referenced by VideoMetadata::GetCategoryID().
Definition at line 793 of file videometadata.cpp.
Referenced by VideoMetadata::SetCategoryID().
| int VideoMetadataImp::GetChildID | ( | ) | const [inline] |
Definition at line 292 of file videometadata.cpp.
Referenced by VideoMetadata::GetChildID().
| void VideoMetadataImp::SetChildID | ( | int | childID | ) | [inline] |
Definition at line 293 of file videometadata.cpp.
Referenced by VideoMetadata::SetChildID().
| int VideoMetadataImp::getYear | ( | ) | const [inline] |
Definition at line 295 of file videometadata.cpp.
Referenced by VideoMetadata::GetYear().
| void VideoMetadataImp::SetYear | ( | int | year | ) | [inline] |
Definition at line 296 of file videometadata.cpp.
Referenced by VideoMetadata::SetYear().
| QDate VideoMetadataImp::getReleaseDate | ( | ) | const [inline] |
Definition at line 298 of file videometadata.cpp.
Referenced by VideoMetadata::GetReleaseDate().
| void VideoMetadataImp::SetReleaseDate | ( | QDate | releasedate | ) | [inline] |
Definition at line 299 of file videometadata.cpp.
Referenced by VideoMetadata::SetReleaseDate().
| int VideoMetadataImp::GetLength | ( | ) | const [inline] |
Definition at line 301 of file videometadata.cpp.
Referenced by VideoMetadata::GetLength().
| void VideoMetadataImp::SetLength | ( | int | length | ) | [inline] |
Definition at line 302 of file videometadata.cpp.
Referenced by VideoMetadata::SetLength().
| unsigned int VideoMetadataImp::GetPlayCount | ( | ) | const [inline] |
Definition at line 304 of file videometadata.cpp.
Referenced by VideoMetadata::GetPlayCount().
| void VideoMetadataImp::SetPlayCount | ( | int | playcount | ) | [inline] |
Definition at line 305 of file videometadata.cpp.
Referenced by VideoMetadata::SetPlayCount().
| int VideoMetadataImp::GetSeason | ( | void | ) | const [inline] |
Definition at line 307 of file videometadata.cpp.
Referenced by VideoMetadata::GetSeason().
| void VideoMetadataImp::SetSeason | ( | int | season | ) | [inline] |
Definition at line 308 of file videometadata.cpp.
Referenced by VideoMetadata::SetSeason().
| int VideoMetadataImp::GetEpisode | ( | void | ) | const [inline] |
Definition at line 310 of file videometadata.cpp.
Referenced by VideoMetadata::GetEpisode().
| void VideoMetadataImp::SetEpisode | ( | int | episode | ) | [inline] |
Definition at line 311 of file videometadata.cpp.
Referenced by VideoMetadata::SetEpisode().
| QDate VideoMetadataImp::GetInsertdate | ( | ) | const [inline] |
Definition at line 313 of file videometadata.cpp.
Referenced by VideoMetadata::GetInsertdate().
| void VideoMetadataImp::SetInsertdate | ( | QDate | date | ) | [inline] |
Definition at line 314 of file videometadata.cpp.
Referenced by VideoMetadata::SetInsertdate().
| ParentalLevel::Level VideoMetadataImp::GetShowLevel | ( | ) | const [inline] |
Definition at line 316 of file videometadata.cpp.
Referenced by VideoMetadata::GetShowLevel().
| void VideoMetadataImp::SetShowLevel | ( | ParentalLevel::Level | showLevel | ) | [inline] |
Definition at line 317 of file videometadata.cpp.
Referenced by VideoMetadata::SetShowLevel().
| bool VideoMetadataImp::GetBrowse | ( | ) | const [inline] |
Definition at line 322 of file videometadata.cpp.
Referenced by VideoMetadata::GetBrowse().
| void VideoMetadataImp::SetBrowse | ( | bool | browse | ) | [inline] |
Definition at line 323 of file videometadata.cpp.
Referenced by VideoMetadata::SetBrowse().
| bool VideoMetadataImp::GetWatched | ( | ) | const [inline] |
Definition at line 325 of file videometadata.cpp.
Referenced by VideoMetadata::GetWatched().
| void VideoMetadataImp::SetWatched | ( | bool | watched | ) | [inline] |
Definition at line 326 of file videometadata.cpp.
Referenced by VideoMetadata::SetWatched().
| unsigned int VideoMetadataImp::GetID | ( | ) | const [inline] |
Definition at line 328 of file videometadata.cpp.
Referenced by VideoMetadata::GetID().
| void VideoMetadataImp::SetID | ( | int | id | ) | [inline] |
Definition at line 329 of file videometadata.cpp.
Referenced by VideoMetadata::SetID().
| float VideoMetadataImp::GetUserRating | ( | ) | const [inline] |
Definition at line 331 of file videometadata.cpp.
Referenced by VideoMetadata::GetUserRating().
| void VideoMetadataImp::SetUserRating | ( | float | userRating | ) | [inline] |
Definition at line 332 of file videometadata.cpp.
Referenced by VideoMetadata::SetUserRating().
| bool VideoMetadataImp::GetProcessed | ( | ) | const [inline] |
Definition at line 334 of file videometadata.cpp.
Referenced by VideoMetadata::GetProcessed().
| void VideoMetadataImp::SetProcessed | ( | bool | processed | ) | [inline] |
Definition at line 335 of file videometadata.cpp.
Referenced by VideoMetadata::SetProcessed().
| VideoContentType VideoMetadataImp::GetContentType | ( | ) | const [inline] |
Definition at line 337 of file videometadata.cpp.
Referenced by VideoMetadata::GetContentType().
| void VideoMetadataImp::SetContentType | ( | VideoContentType | contenttype | ) | [inline] |
Definition at line 338 of file videometadata.cpp.
Referenced by VideoMetadata::SetContentType().
Definition at line 759 of file videometadata.cpp.
Referenced by VideoMetadata::SaveToDatabase().
Definition at line 764 of file videometadata.cpp.
Referenced by VideoMetadata::UpdateDatabase().
Definition at line 769 of file videometadata.cpp.
Referenced by VideoMetadata::DeleteFromDatabase().
Deletes the file associated with a metadata entry.
Definition at line 446 of file videometadata.cpp.
Referenced by VideoMetadata::DeleteFile().
Definition at line 477 of file videometadata.cpp.
Referenced by VideoMetadata::Reset().
| bool VideoMetadataImp::IsHostSet | ( | ) | const |
Definition at line 496 of file videometadata.cpp.
Referenced by VideoMetadata::IsHostSet().
| void VideoMetadataImp::fillCountries | ( | ) | [private] |
Definition at line 520 of file videometadata.cpp.
| void VideoMetadataImp::updateCountries | ( | ) | [private] |
Definition at line 839 of file videometadata.cpp.
| void VideoMetadataImp::fillGenres | ( | ) | [private] |
Definition at line 501 of file videometadata.cpp.
| void VideoMetadataImp::fillCast | ( | ) | [private] |
Definition at line 539 of file videometadata.cpp.
| void VideoMetadataImp::updateGenres | ( | ) | [private] |
Definition at line 818 of file videometadata.cpp.
| void VideoMetadataImp::updateCast | ( | ) | [private] |
Definition at line 860 of file videometadata.cpp.
| bool VideoMetadataImp::removeDir | ( | const QString & | dirName | ) | [private] |
Definition at line 413 of file videometadata.cpp.
| void VideoMetadataImp::fromDBRow | ( | MSqlQuery & | query | ) | [private] |
Sets metadata from a DB row.
Definition at line 559 of file videometadata.cpp.
| void VideoMetadataImp::saveToDatabase | ( | ) | [private] |
Definition at line 614 of file videometadata.cpp.
QString VideoMetadataImp::m_title [private] |
Definition at line 364 of file videometadata.cpp.
Referenced by operator=().
QString VideoMetadataImp::m_subtitle [private] |
Definition at line 365 of file videometadata.cpp.
Referenced by operator=().
QString VideoMetadataImp::m_tagline [private] |
Definition at line 366 of file videometadata.cpp.
Referenced by operator=().
QString VideoMetadataImp::m_inetref [private] |
Definition at line 367 of file videometadata.cpp.
Referenced by operator=().
int VideoMetadataImp::m_collectionref [private] |
Definition at line 368 of file videometadata.cpp.
Referenced by operator=().
QString VideoMetadataImp::m_homepage [private] |
Definition at line 369 of file videometadata.cpp.
Referenced by operator=().
QString VideoMetadataImp::m_director [private] |
Definition at line 370 of file videometadata.cpp.
Referenced by operator=().
QString VideoMetadataImp::m_studio [private] |
Definition at line 371 of file videometadata.cpp.
Referenced by operator=().
QString VideoMetadataImp::m_plot [private] |
Definition at line 372 of file videometadata.cpp.
Referenced by operator=().
QString VideoMetadataImp::m_rating [private] |
Definition at line 373 of file videometadata.cpp.
Referenced by operator=().
QString VideoMetadataImp::m_playcommand [private] |
Definition at line 374 of file videometadata.cpp.
Referenced by operator=().
QString VideoMetadataImp::m_category [private] |
Definition at line 375 of file videometadata.cpp.
Referenced by operator=().
genre_list VideoMetadataImp::m_genres [private] |
Definition at line 376 of file videometadata.cpp.
Referenced by operator=().
country_list VideoMetadataImp::m_countries [private] |
Definition at line 377 of file videometadata.cpp.
Referenced by operator=().
cast_list VideoMetadataImp::m_cast [private] |
Definition at line 378 of file videometadata.cpp.
Referenced by operator=().
QString VideoMetadataImp::m_filename [private] |
Definition at line 379 of file videometadata.cpp.
Referenced by operator=().
QString VideoMetadataImp::m_hash [private] |
Definition at line 380 of file videometadata.cpp.
Referenced by operator=().
QString VideoMetadataImp::m_trailer [private] |
Definition at line 381 of file videometadata.cpp.
Referenced by operator=().
QString VideoMetadataImp::m_coverfile [private] |
Definition at line 382 of file videometadata.cpp.
Referenced by operator=().
QString VideoMetadataImp::m_screenshot [private] |
Definition at line 383 of file videometadata.cpp.
Referenced by operator=().
QString VideoMetadataImp::m_banner [private] |
Definition at line 384 of file videometadata.cpp.
Referenced by operator=().
QString VideoMetadataImp::m_fanart [private] |
Definition at line 385 of file videometadata.cpp.
Referenced by operator=().
QString VideoMetadataImp::m_host [private] |
Definition at line 386 of file videometadata.cpp.
Referenced by operator=().
int VideoMetadataImp::m_categoryID [private] |
Definition at line 388 of file videometadata.cpp.
Referenced by operator=().
int VideoMetadataImp::m_childID [private] |
Definition at line 389 of file videometadata.cpp.
Referenced by operator=().
int VideoMetadataImp::m_year [private] |
Definition at line 390 of file videometadata.cpp.
Referenced by operator=().
QDate VideoMetadataImp::m_releasedate [private] |
Definition at line 391 of file videometadata.cpp.
Referenced by operator=().
int VideoMetadataImp::m_length [private] |
Definition at line 392 of file videometadata.cpp.
Referenced by operator=().
int VideoMetadataImp::m_playcount [private] |
Definition at line 393 of file videometadata.cpp.
Referenced by operator=().
int VideoMetadataImp::m_season [private] |
Definition at line 394 of file videometadata.cpp.
Referenced by operator=().
int VideoMetadataImp::m_episode [private] |
Definition at line 395 of file videometadata.cpp.
Referenced by operator=().
QDate VideoMetadataImp::m_insertdate [private] |
Definition at line 396 of file videometadata.cpp.
Referenced by operator=().
Definition at line 397 of file videometadata.cpp.
Referenced by operator=().
bool VideoMetadataImp::m_browse [private] |
Definition at line 398 of file videometadata.cpp.
Referenced by operator=().
bool VideoMetadataImp::m_watched [private] |
Definition at line 399 of file videometadata.cpp.
Referenced by operator=().
unsigned int VideoMetadataImp::m_id [private] |
Definition at line 400 of file videometadata.cpp.
Referenced by operator=().
float VideoMetadataImp::m_userrating [private] |
Definition at line 401 of file videometadata.cpp.
Referenced by operator=().
bool VideoMetadataImp::m_processed [private] |
Definition at line 402 of file videometadata.cpp.
Referenced by operator=().
Definition at line 403 of file videometadata.cpp.
Referenced by operator=().
Definition at line 406 of file videometadata.cpp.
Referenced by operator=().
QString VideoMetadataImp::m_prefix [private] |
Definition at line 407 of file videometadata.cpp.
Referenced by operator=(), and Reset().
1.7.6.1