Final tweaks and removal of Film::playlist().
[dcpomatic.git] / src / lib / film.h
index da1c09d2fa5739e2f209b2d9cb3bb97831ea2769..f268bc5b7c6050737c8bb5730d7db8b33ebb71c2 100644 (file)
@@ -101,8 +101,6 @@ public:
 
        std::vector<CPLSummary> cpls () const;
 
-       boost::shared_ptr<Playlist> playlist () const;
-
        int audio_frame_rate () const;
 
        uint64_t required_disk_space () const;
@@ -141,6 +139,8 @@ public:
        void make_audio_mapping_default (AudioMapping & mapping) const;
        std::vector<std::string> audio_output_names () const;
 
+       void repeat_content (ContentList, int);
+       
        /** Identifiers for the parts of our state;
            used for signalling changes.
        */
@@ -256,6 +256,7 @@ public:
        void examine_and_add_content (boost::shared_ptr<Content>);
        void add_content (boost::shared_ptr<Content>);
        void remove_content (boost::shared_ptr<Content>);
+       void remove_content (ContentList);
        void move_content_earlier (boost::shared_ptr<Content>);
        void move_content_later (boost::shared_ptr<Content>);
        void set_dcp_content_type (DCPContentType const *);