~ubuntu-branches/ubuntu/lucid/mythplugins/lucid

« back to all changes in this revision

Viewing changes to mythvideo/mythvideo/editmetadata.h

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello
  • Date: 2009-09-08 23:35:10 UTC
  • mfrom: (1.1.27 upstream)
  • Revision ID: james.westby@ubuntu.com-20090908233510-uvcvmvbn73khqark
Tags: 0.22.0~trunk21742-0ubuntu1
* New upstream checkout (r21742)
* debian/rules, debian/mythvideo.cron.daily:
  - Install jamu cron job
* debian/control:
  - Depends on python-imdbpy for mythvideo's new jamu cron job.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
    void FindBanner();
56
56
    void FindFanart();
57
57
    void FindScreenshot();
 
58
    void FindTrailer();
58
59
    void NewCategoryPopup();
59
60
    void AddCategory(QString category);
60
61
    void SetCoverArt(QString file);
61
62
    void SetBanner(QString file);
62
63
    void SetFanart(QString file);
63
64
    void SetScreenshot(QString file);
 
65
    void SetTrailer(QString file);
64
66
 
65
67
  private:
66
68