CLMLSchema.ini Driver File Contents (PowerCinema_v4_0_1611.zip)

<!--interface : CL_ML_MediaLibrary {
    CL_ML_SqliteStorage          s_main;
    CL_ML_SqliteStorage          s_global;
    CL_ML_SqliteStorage          s_blob;
    CL_ML_MetakitStorage         s_binary;
    CL_ML_SqliteStorage          s_audio;
    CL_ML_SqliteStorage          s_video;
    CL_ML_SqliteStorage          s_image;
    CL_ML_SqliteStorage          s_tv;
//    CL_ML_SwishESearchEngine     e_search_engine;
    CL_ML_Agent                  a_agent;
    CL_ML_Server                 s_server;
    CL_ML_MP3Reader              m_id3_reader;
    CL_ML_WMFReader              m_wmf_reader;
    CL_ML_IntegerAttribute       AspectRatioX;
    CL_ML_IntegerAttribute       AspectRatioY;
    CL_ML_MultiTextAttribute     Author;
    CL_ML_TextAttribute          Creator;
    CL_ML_TextAttribute          Copyright;
    CL_ML_TextAttribute          Description;
    CL_ML_TextAttribute          Duration;
    CL_ML_IntegerAttribute       Is_Protected;
    CL_ML_TextAttribute          Title;
    CL_ML_TextAttribute          AlbumArtist;
    CL_ML_TextAttribute          AlbumCoverURL;
    CL_ML_TextAttribute          AlbumTitle;
    CL_ML_TextAttribute          Comments;
    CL_ML_IntegerAttribute       DateTaken;
    CL_ML_MultiTextAttribute     Genre;
    CL_ML_IntegerAttribute       GenreID;
    CL_ML_TextAttribute          Lyrics;
    CL_ML_TextAttribute          StationName;
    CL_ML_TextAttribute          OriginalChannel;
    CL_ML_IntegerAttribute       BroadcastDateTime;
    CL_ML_IntegerAttribute       BroadcastDuration;
    CL_ML_TextAttribute          Producer;
    CL_ML_TextAttribute          Publisher;
    CL_ML_TextAttribute          SubTitle;
    CL_ML_IntegerAttribute       Track;
    CL_ML_IntegerAttribute       FrameRate;
    CL_ML_IntegerAttribute       Height;
    CL_ML_IntegerAttribute       Width;
    CL_ML_TextAttribute          Year;
    CL_ML_TextAttribute          FileSize;
    CL_ML_MultiTextAttribute     FileType;
    CL_ML_TextAttribute          FileExtension;
    CL_ML_IntegerAttribute       PlayCount;
    CL_ML_IntegerAttribute       LastPlay;
    CL_ML_IntegerAttribute       UserRating;
    CL_ML_DateAttribute          Date;
    CL_ML_TextAttribute          Provider;
    CL_ML_IntegerAttribute       StartTime;
    CL_ML_IntegerAttribute       EndTime;
    CL_ML_IntegerAttribute       ShowID;
    CL_ML_IntegerAttribute       Channel;
    CL_ML_IntegerAttribute       Sequel;
    CL_ML_IntegerAttribute       StarRating;
    CL_ML_IntegerAttribute       Is_PrimeTime;
    CL_ML_IntegerAttribute       Is_Monochrome;
    CL_ML_IntegerAttribute       Is_Bilingual;
    CL_ML_IntegerAttribute       Is_Encrypted;
    CL_ML_IntegerAttribute       Is_BlindProgram;
    CL_ML_IntegerAttribute       Is_LiveProgram;
    CL_ML_IntegerAttribute       Is_RepeatProgram;
    CL_ML_IntegerAttribute       Is_Subtitle;
    CL_ML_IntegerAttribute       Is_Dolby;
    CL_ML_IntegerAttribute       Is_WideScreen;
    CL_ML_IntegerAttribute       Is_HD;
    CL_ML_IntegerAttribute       Is_Recommendation;
    CL_ML_MultiTextAttribute     Category;
    CL_ML_MultiTextAttribute     Language;
    CL_ML_MultiTextAttribute     Presenter;
    CL_ML_MultiTextAttribute     StudioGuest;
    CL_ML_MultiTextAttribute     Director;
    CL_ML_MultiTextAttribute     Actor;
    CL_ML_TextAttribute          EpisodeTitle;
    CL_ML_TextAttribute          Topic;
    CL_ML_TextAttribute          LongInfo;
    CL_ML_TextAttribute          ShortInfo;
    CL_ML_TextAttribute          TVRating;
    CL_ML_TextAttribute          AudioMode;
    CL_ML_TextAttribute          NetworkType;
    CL_ML_TextAttribute          Country;
    CL_ML_BinaryAttribute        Image;
    CL_ML_TextAttribute          ChannelNumber;
    CL_ML_IntegerAttribute       CNICodeType;
    CL_ML_IntegerAttribute       CNICode0;
    CL_ML_IntegerAttribute       CNICode1;
    CL_ML_IntegerAttribute       CNICode2;
    CL_ML_IntegerAttribute       CNICode3;
    CL_ML_TextAttribute          ChannelName;
    CL_ML_IntegerAttribute       IsEPGProvider;
    CL_ML_TextAttribute          Make;
    CL_ML_TextAttribute          Model;
    CL_ML_TextAttribute          GPSInfo;
    CL_ML_FloatAttribute         BrightnessValue;
    CL_ML_FloatAttribute         SubjectDistance;
    CL_ML_IntegerAttribute       LastUpdateTime;
    CL_ML_TextAttribute          ConnectCountry;
    CL_ML_TextAttribute          ConnectPackage;
    CL_ML_IntegerAttribute       ConnectKeyType;
    CL_ML_TextAttribute          ImagePath;
    CL_ML_TextAttribute          ImagePath2;
    CL_ML_BinaryAttribute        MetaData;
    CL_ML_TextAttribute          TextMetaData;
    CL_ML_TextAttribute          Index1;
    CL_ML_TextAttribute          Index2;
    CL_ML_TextAttribute          Index3;
    CL_ML_TextAttribute          Index4;
    CL_ML_TextAttribute          ServiceName;
    CL_ML_IntegerAttribute       ProviderChannel;
    
    function init() {
        s_main.open              ("CLML_MAIN");
        s_global.open            ("CLML_GLOBAL");
        s_blob.open              ("CLML_BLOB");
        s_binary.open            ("CLML_BINARY");
        s_audio.open             ("CLML_AUDIO");
        s_video.open             ("CLML_VIDEO");
        s_image.open             ("CLML_IMAGE");
        s_tv.open                ("CLML_TV");
        setio                    (s_main);
//        e_search_engine.setio    (s_main);
        AspectRatioX.setio       (s_video);
        AspectRatioY.setio       (s_video);
        Author.setio             (s_main);
        Creator.setio            (s_main);
        Copyright.setio          (s_main);
        Description.setio        (s_main);
        Duration.setio           (s_global);
        Is_Protected.setio       (s_global);
        Title.setio              (s_main);
        AlbumArtist.setio        (s_main);
        AlbumCoverURL.setio      (s_audio);
        AlbumTitle.setio         (s_main);
        Comments.setio           (s_global);
        DateTaken.setio          (s_global);
        Genre.setio              (s_main);
        GenreID.setio            (s_audio);
        Lyrics.setio             (s_global);
        StationName.setio        (s_main);
        OriginalChannel.setio    (s_main);
        BroadcastDateTime.setio  (s_audio);
        BroadcastDuration.setio  (s_audio);
        Producer.setio           (s_main);
        Publisher.setio          (s_main);
        SubTitle.setio           (s_main);
        Track.setio              (s_audio);
        FrameRate.setio          (s_video);
        Height.setio             (s_image);
        Width.setio              (s_image);
        Year.setio               (s_audio);
        FileSize.setio           (s_global);
        FileType.setio           (s_main);
        FileExtension.setio      (s_global);
        PlayCount.setio          (s_global);
        LastPlay.setio           (s_global);
        UserRating.setio         (s_global);
        Date.setio               (s_global);
        Provider.setio           (s_main);
        StartTime.setio          (s_tv);
        EndTime.setio            (s_tv);
        ShowID.setio             (s_tv);
        Channel.setio            (s_tv);
        Sequel.setio             (s_tv);
        StarRating.setio         (s_tv);
        Is_PrimeTime.setio       (s_tv);
        Is_Monochrome.setio      (s_tv);
        Is_Bilingual.setio       (s_tv);
        Is_Encrypted.setio       (s_tv);
        Is_BlindProgram.setio    (s_tv);
        Is_LiveProgram.setio     (s_tv);
        Is_RepeatProgram.setio   (s_tv);
        Is_Subtitle.setio        (s_tv);
        Is_Dolby.setio           (s_tv);
        Is_WideScreen.setio      (s_tv);
        Is_HD.setio              (s_tv);
        Is_Recommendation.setio  (s_tv);
        Category.setio           (s_main);
        Language.setio           (s_tv);
        Presenter.setio          (s_main);
        StudioGuest.setio        (s_tv);
        Director.setio           (s_main);
        Actor.setio              (s_main);
        EpisodeTitle.setio       (s_main);
        Topic.setio              (s_main);
        LongInfo.setio           (s_tv);
        ShortInfo.setio          (s_main);
        TVRating.setio           (s_tv);
        AudioMode.setio          (s_tv);
        NetworkType.setio        (s_tv);
        Country.setio            (s_main);
        Image.setio              (s_binary);
        MetaData.setio       	 (s_binary);
        TextMetaData.setio     	 (s_blob);
        ChannelNumber.setio      (s_tv);
        CNICodeType.setio        (s_tv);
        CNICode0.setio           (s_tv);
        CNICode1.setio           (s_tv);
        CNICode2.setio           (s_tv);
        CNICode3.setio           (s_tv);
        ChannelName.setio        (s_main);
        IsEPGProvider.setio      (s_tv);
        Make.setio               (s_main);
        Model.setio              (s_image);
        GPSInfo.setio            (s_image);
        BrightnessValue.setio    (s_image);
        SubjectDistance.setio    (s_image);
	LastUpdateTime.setio     (s_tv);
        ConnectCountry.setio     (s_tv);
        ConnectPackage.setio     (s_tv);
        ConnectKeyType.setio     (s_tv);
        ImagePath.setio          (s_tv);
        ImagePath2.setio         (s_tv);
        Index1.setio             (s_tv);
        Index1.setvisible        (false);
        Index2.setio             (s_tv);
        Index2.setvisible        (false);
        Index3.setio             (s_tv);
        Index3.setvisible        (false);
        Index4.setio             (s_tv);
        Index4.setvisible        (false);
        ServiceName.setio        (s_tv);
        ProviderChannel.setio	 (s_tv);
        setreader                ("mp3", m_id3_reader);
        setreader                ("mp2", m_id3_reader);
        setreader                ("mp1", m_id3_reader);
        setreader                ("aac", m_id3_reader);
        setreader                ("wav", m_wmf_reader);
        setreader                ("snd", m_wmf_reader);
        setreader                ("au", m_wmf_reader);
        setreader                ("aifc", m_wmf_reader);
        setreader                ("aiff", m_wmf_reader);
        setreader                ("wma", m_wmf_reader);
        setreader                ("cda", m_wmf_reader);
        setreader                ("asf", m_wmf_reader);
        setreader                ("wm", m_wmf_reader);
        setreader                ("mpeg", m_wmf_reader);
        setreader                ("mpg", m_wmf_reader);
        setreader                ("m1v", m_wmf_reader);
        setreader                ("mp2", m_wmf_reader);
        setreader                ("avi", m_wmf_reader);
        setreader                ("wmv", m_wmf_reader);
        setreader                ("asf", m_wmf_reader);
        m_id3_reader.map         ("ALBUM", AlbumTitle);
        m_id3_reader.map         ("LEADARTIST", AlbumArtist);
        m_id3_reader.map         ("COMMENT", Description);
        m_id3_reader.map         ("TITLE", Title);
        m_id3_reader.map         ("YEAR", Year);
        m_id3_reader.map         ("GENRE", Genre);
        m_wmf_reader.map         ("Author", Author);
        m_wmf_reader.map         ("Description", Description);
        m_wmf_reader.map         ("Duration", Duration);
        m_wmf_reader.map         ("Is_Protected", Is_Protected);
        m_wmf_reader.map         ("Title", Title);
        m_wmf_reader.map         ("WM/AlbumArtist", AlbumArtist);
        m_wmf_reader.map         ("WM/AlbumCoverURL", AlbumCoverURL);
        m_wmf_reader.map         ("WM/AlbumTitle", AlbumTitle);
        m_wmf_reader.map         ("WM/EncodingTime", DateTaken);
        m_wmf_reader.map         ("WM/Genre", Genre);
        m_wmf_reader.map         ("WM/GenreID", GenreID);
        m_wmf_reader.map         ("WM/Lyrics", Lyrics);
        m_wmf_reader.map         ("WM/MediaStationName", StationName);
        m_wmf_reader.map         ("WM/Producer", Producer);
        m_wmf_reader.map         ("WM/Publisher", Publisher);
        m_wmf_reader.map         ("WM/RadioStationName", RadioStationName);
        m_wmf_reader.map         ("WM/SubTitleDescription", SubTitleDescription);
        m_wmf_reader.map         ("WM/TrackNumber", Track);
        m_wmf_reader.map         ("WM/Year", Year);
        m_wmf_reader.map         ("AspectRatioX", AspectRatioX);
        m_wmf_reader.map         ("AspectRatioY", AspectRatioY);
        m_wmf_reader.map         ("WM/VedioFrameRate", FrameRate);
        m_wmf_reader.map         ("WM/VedioHeight", Height);
        m_wmf_reader.map         ("WM/VedioWidth", Width);
        a_agent.map              ("res-size", FileSize);
        a_agent.map              ("res-duration", Duration);
        a_agent.map              ("title", Title);
        a_agent.map              ("creator", AlbumArtist);
        a_agent.map              ("artist", AlbumArtist);
        a_agent.map              ("actor", Actor);
        a_agent.map              ("author", Author);
        a_agent.map              ("producer", Producer);
        a_agent.map              ("director", Director);
        a_agent.map              ("publisher", Publisher);
        a_agent.map              ("genre", Genre);
        a_agent.map              ("album", AlbumTitle);
        a_agent.map              ("lyrics", Lyrics);
        a_agent.map              ("description", Description);
        a_agent.map              ("long-description", LongInfo);
        a_agent.map              ("rating", UserRating);
        a_agent.map              ("rights", Copyright);
        a_agent.map              ("date", Date);
        a_agent.map              ("language", Language);
        a_agent.map              ("radio-station-id", StationName);
        a_agent.map              ("channel-nr", Channel);
        a_agent.map              ("start-time", StartTime);
        a_agent.map              ("end-time", EndTime);
        a_agent.debug            ();
        s_server.map             ("res-size", FileSize);
        s_server.map             ("res-duration", Duration);
        s_server.map             ("title", Title);
        s_server.map             ("creator", Creator);
        s_server.map             ("artist", AlbumArtist);
        s_server.map             ("actor", Actor);
        s_server.map             ("author", Author);
        s_server.map             ("producer", Producer);
        s_server.map             ("director", Director);
        s_server.map             ("publisher", Publisher);
        s_server.map             ("genre", Genre);
        s_server.map             ("album", AlbumTitle);
        s_server.map             ("lyrics", Lyrics);
        s_server.map             ("description", Description);
        s_server.map             ("long-description", LongInfo);
        s_server.map             ("rating", UserRating);
        s_server.map             ("rights", Copyright);
        s_server.map             ("date", Date);
        s_server.map             ("language", Language);
        s_server.map             ("radio-station-id", StationName);
        s_server.map             ("channel-nr", Channel);
        s_server.map             ("start-time", StartTime);
        s_server.map             ("end-time", EndTime);
        MountUPnPDevices         ();
    }
}
Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web1, load: 0.94