My apologies doskabouter...should learn to read the credits
Fixed!
My apologies doskabouter...should learn to read the credits
DefaultWide skin shows length of clip and airdate. You'll have to ask your skin designer if it does not.[/QUOTE
Thank yoiu I have post a Issue on the streamedMp Homepage. If anybody else like to have the Airdate in the StreamedMp Skin can vote for the isssue and star it. So we get an updates Skin faster.
Issue 534 - streamedmp - Support the Airdate and length of a Clip in OnlineVideos - StreamedMP Skin for MediaPortal - Google Project Hosting
I added a new GuiProperty to OnlineVideos that will show the number of current downloads and can be used anywhere in the skin. In the Default skins, I added an imagebutton that leads directly to the CurrentDownloads (but not back to where you came from). Anyway with this feature you don't need to go to CurrentDownloads as you'll always see how many are currently runninng.
All you have to do now is wait for the next version
Some sites give possibility to keep not only a videocontent but also an audiocontent in a separate mp3/wma files and other losless formats, FLAC for example.
Is it possible to play an audiocontent presented on these sites in current version of plugin?
<item key="videoListRegEx"><![CDATA[<a\shref="(?<VideoUrl>http\://www\.empflix\.com/videos/[^"]+)"\s*title="(?<Title>[^"]+)"[^>]*>\s*
<img\s*src="/images/blank.gif"\s*data-src="\s*(?<ImageUrl>http\://[^"]+)"[^>]*>\s*
(?:(?!<p\sclass="length").)*\s*
<p\sclass="length">(?<Duration>[^<]*)</p>]]></item>
<item key="videoListRegEx"><![CDATA[<a\shref="(?<VideoUrl>[^"]*)"\sclass='hRotator'\s*>\s*<img\ssrc='(?<ImageUrl>[^']*)'\swidth='160'\sheight='120'\salt="(?<Title>[^"]*)"/>\s*<img[^>]*>\s*<u>.*?</u>\s*</a>\s*<div\sclass="moduleFeaturedDetails">Runtime:\s(?<Duration>[^<]*)<BR>[^<]*</div>]]></item>
<item key="nextPageRegEx"><![CDATA[<a\shref='(?<url>[^']*)'\sclass='last'>Next</a>]]></item>