• Home
  • Downloads
  • EBOOT Fixes
  • Forums
  • New Posts
  • Register
    • Welcome, Register Now! 
    • Premium VIP Membership
    • PS3 Sticky
      • PS3 CFW & MFW
      • PS3 Debug Firmware
      • PS3 Decrypted PSN Links for CFW
      • PS3 Downloads
      • PS3 EBOOT.BIN Original File Links
      • PS3 Firmware
      • PS3 Game Releases List
      • PS3 Guides & Tutorials
      • PS3 Hacking Guides and Tutorials
      • PS3 Hacks & JailBreak
      • PS3 Help & Support
      • PS3 JailBreak Game Compatibility List
      • PS3 JB2 / True Blue (TB) Game Links
      • PS3 multiMAN Updates
      • PS3 Resources
      • PS3 Reviews
      • PS3 Save Files Repository
      • PS3 Themes
      • PS3 Trophies List
      • PS3 Videos
      • PS Vita Trophies List
    • Quick Links
      • Affiliates
      • Contact Us
      • FAQ
      • Post News
      • Site Rules
      • Tag Cloud
 

Showtime PS3 Media Player WebMedia Plugin v1.0 is Released

Category: PS3 Hacks & JailBreak  By: PS3 News - (psx-scene.com)
Tags: showtime ps3 media player showtime webmedia plugin andreus ps3 ps3 hacks

75w ago - Last week the previous Showtime PS3 Media Player plugins were updated, and today andreus has released a WebMedia plugin that supports reading RSS, Imagecast, Podcast, Videocast and live TV or radio streams followed by version 1.1.

Download: Showtime WebMedia Plugin v1.0 for PS3 / Showtime WebMedia Plugin v1.1 for PS3 / XML File Maker / GIT

Below are more details from ReadMe File, as follows: WebMedia plugin for Showtime is a free Internet source media reader. Can read RSS feeds, Imagecast, Podcast, Videocast, Live TV and Live Radio (rtmp).

I build this plugin for my own use because I wanted more than current Showtime plugins can give. The purpose of this plugin is to have the possibility to read free media sources available in the Internet.

I thanks Andreas Oman for this wonderful application that is Showtime and for all the plugin documentation. I also thanks facanferff and NP for their excellent plugins.

IMPORTANT: WebMedia only works with Showtime v3.3.328+. (Update: andreus has now confirmed it also works in older versions as well).

Release notes

1.1: Update version

  • Two new types added: Web Resource: For direct links to media content and Web Folder: For direct links to web folders (accepts HTTP/SMB folders)
  • Allows to use thestreamdb.com links as sources
  • Resolved several bugs in RSS feed reading
  • Sources example file with new images for themes
  • New logo (all credits go to Girish)
  • Several minor improvements

1.0: Initial version

  • Read RSS feeds (RSS, Imagecast, Podcast and Videocast)
  • Read Live TV and Live Radio (rtmp)
  • Settings for choose if want to aggregate sources
  • By publisher
  • By theme
  • By country (242 countries by default)
  • By type (6 types by default)
  • Read up to four XML data filesfrom HTTP or SMB
  • Just need one XML. Just need one URL. No need for a HTTP folder.
  • You can choose parental control level (1 to 9) for each source
  • You can choose if each source is your favorite
  • Extremely flexible, for each source, you can have a simple xml with title and link or a more complex xml with title, link, thumbnail, themes, publisher, country, type, parental control and if is your favorite
  • Some debug settings

Installing

WebMedia, in the future, will be available directly from Showtime plugin repository.

Meanwhile if you want to install it on your PS3 you have 2 options:

1. Copy the webmedia.zip file to a USB pen drive, open Showtime, go to the USB pen drive icon and run webmedia.zip file
2. Copy the webmedia.zip file to using a file or FTP manager:

Showtime plugin path: /dev_hdd0/game/HTSS00003/USRDIR/settings/installedplugins/

Showtime (Multiman version) plugin path: /dev_hdd0/game/BLES80608/USRDIR/st_settings/installedplugins/

Configuring

LOCALIZATION OF SOURCES XML FILE

webMedia reads the sources XML file for adding the media sources.

By default, and only for example purposes, the path of this file is inside the zip of the plugin localizated in Showtime directory (see "Installing").

You can unzip the plugin, change the "sources.xml" file and, when your done, zip the plugin again and put it in showtime.

Please note that this only works in unoffical Showtime versions. (see readFile in github.com/andoma/showtime/blob/master/docs/plugins.md)

You can also change the localization of this file file by putting HTTP or SMB paths in the plugin settings.

Examples:

  • SMB: smb://192.168.1.10/webmedia/sources.xml
  • HTTP: http://192.168.1.10/webmedia/sources.xml
  • HTTP: http://pastehtml.com/view/bfsgjamdn.html
  • HTTP: http://pastebin.com/raw.php?i=WDVC940d

Creating sources XML file

Just use the "webmedia-xml-maker.html" file localizated inside the zip of the plugin.

Editing "sources.xml" file

Just use the "webmedia-xml-maker.html" file localizated inside the zip of the plugin for creating a news xml file and then add the new tags to your old xml file.

Live TV and Live Radio RTMPs

webMedia, like watchTV plugin (by facanferff), can read rtmp links for Live TV and Live Radio.

If you want to see more about rtmp links read the excellent tutorial made by facanferff.

Other

You can use "[WEBMEDIA]" for indicating a local path inside the plugin file. There is a folder "resources" inside the plugin zip file which contains a subfolder for each group. You can use it.

Known issues/Questions/FAQ (with Showtime v3.3.328)

PROBLEM

In PS3, I want to change the localization of the xml file but showtime doesn't let me enter text.

The problem is that Showtime doesn't have a virtual keyboard. This is a Showtime problem. There is several issues registered:

  • https://www.lonelycoder.com/redmine/issues/2
  • https://www.lonelycoder.com/redmine/issues/680
  • https://www.lonelycoder.com/redmine/issues/687

Workaround: You have 2 options:

1. Connect a USB keyboard to your PS3, then, in showtime, go to webMedia plugin settings and manualy add your HTTP/SMB URL
2. Use a FTP filemanger and manualy change the configuration file
of the plugin. This file is in:

Showtime: /dev_hdd0/game/HTSS00003/USRDIR/settings/settings/plugins/webmedia

Showtime (Multiman version): /dev_hdd0/game/BLES80608/USRDIR/st_settings/settings/plugins/webmedia

Just add/change the line "xmllocalization": "xxxxxxxxxxx",

PROBLEM

It takes very time to show the sources.

If you enable probe timeout, webMedia probes the sources before displaying it, there is a setting for configuring the probe timeout. But this is not having any effect. This is a Showtime problem. There is an issue registed. Timeout not working https://www.lonelycoder.com/redmine/issues/778

PROBLEM

I accepted the ToS, but when I restart Showtime it appear again.

The problem is that Showtime can't save to disk realtime setting change. This is a Showtime problem. There is an issue registed. Save a setting in real time https://www.lonelycoder.com/redmine/issues/780

Workaround: You can force it in the plugin settings.

PROBLEM

I want to use an ATOM feed that webMedia does not read. webMedia doesn't read Atom feeds

Workaround: Use a Web site to convert it in real time

Ex:

  • http://devtacular.com/utilities/atomtorss/
  • http://atom2rss.appspot.com/


PROBLEM

I want to open the RSS feed item link in the browser.

Showtime doesn't support this.






Stay tuned for more PS3 Hacks and PS3 CFW news, follow us on Twitter and be sure to drop by the PS3 Hacks and PS3 Custom Firmware Forums for the latest PlayStation 3 scene updates and homebrew releases!

Comments 527 Comments - Go to Forum Thread »

Errors

The following errors occurred with your submission

Okay

Quick Reply Quick Reply

  • Decrease Size
    Increase Size
  • Wrap [QUOTE] tags around selected text
Posting Quick Reply - Please Wait Posting Quick Reply - Please Wait
matrixreaver's Avatar
#527 - matrixreaver - 8w ago
Reply
Originally Posted by matrixreaver View Post
Quote Is it normal for most of the online movies to skip a lot when watching them on the PS3 thru say like Navi?

Can and/or will someone answer this question please?

PS3 News's Avatar
#526 - PS3 News - 9w ago
Reply
Following up on the previous update, today PlayStation 3 developer facanferff has made available a Showtime TwitchTV 1.0 HD Plug-in with details below.

To quote from his blog: After several updates to Youtube and Navi-X, facanferff brings a new plugin for the worldwide known game streaming website, TwitchTV. This new plugin lets user (or gamers) watch live streams of games in real time.

Features

• Browse for Games
• Browse for Live Streams
• Play HD live streams!

Requirements

• Showtime 4.2 and up

Installation

• In Showtime open the Plugin Central and install the plugin called TwitchTV under Video Streaming category

Special thanks

• Andoma: for creating and maintaining Showtime
• Tyrant: for beta testing the plugin

Special Note: Any issue please inform to showtime AT facanferff.net




More PlayStation 3 News...

myjunkhurts's Avatar
#525 - myjunkhurts - 10w ago
Reply
sweet update

matrixreaver's Avatar
#524 - matrixreaver - 10w ago
Reply
Is it normal for most of the online movies to skip a lot when watching them on the PS3 thru say like Navi?

PS3 News's Avatar
#523 - PS3 News - 14w ago
Reply
Not long after the last Stable 4.2 Build, today PlayStation 3 homebrew developer Andreas Oman has updated the Showtime PS3 Media Player Testing Build to version 4.3.21 followed by 4.3.41 and 4.3.207 with the changes outlined below.

Download: https://www.lonelycoder.com/doozer/buildmaster/download/7361 / https://www.lonelycoder.com/doozer/buildmaster/download/7362 / https://www.lonelycoder.com/doozer/buildmaster/download/7360 / https://www.lonelycoder.com/doozer/buildmaster/download/7608 / https://www.lonelycoder.com/doozer/buildmaster/download/7609 / https://www.lonelycoder.com/doozer/buildmaster/download/7607 / https://www.lonelycoder.com/doozer/buildmaster/download/8791 / https://github.com/andoma/showtime

4.3.30

Add multi language support to TheTVDB integration

Fixes #1544

4.3.21

Fix recent regression causing vertical lines in images on PS3

Fixes #1617

4.3.207

Fix bug making 'Refresh metdata...' option in item menu not to work at all

4.3.206

Avoid loading .mkv attachments into RAM

Instead we keep a reference to where in the MKV file the attachment is located and we can later open a slice of the mkv-file as the attachment.

This combined with the fact that freetype can open fonts from a file handle reduces the static memory use for attachments to 0 bytes

Fixes #1689 (out of memory (av error -12) with certain MKV files)

4.3.203

Initial attempt of a built-in FTP client in Showtime

To use it enter 'ftp://ip.address.of.ftpserver' in search bar or create a bookmark (much like the CIFS/SMB client)

Note that the code has only been tested against a few FTP servers so it's probably still buggy. If you find any problems and want to report please turn on "FTP logging" in settings:dev and include the logfile in ticket.

4.3.20

Add support for sorting on filename and date when browsing over UPNP

4.3.199

upnp: Include video playback URL in canonical URL

Fixes problem with UPNP servers that just give sequential numbers to directory items. If just using the URL items would be confused with other items if video are removed from the directory

Fixes #1697

4.3.196

Add Danish translation

4.3.189

Fix bug that caused "Custom search query" to disappear for video items

Fixes #1696

4.3.188

Fix a bunch of memory leaks

4.3.17

Make sure metadata scanner stops when we leave a directory

Also fix possible crashes related to those occations
Fixes #1601

4.2

ps3: Remove "/dev_hdd0/tmp/turnoff" before shutting down system

Fixes #1594

4.1.480

Fix broken colors in VOBSUB

Fixes #1579

4.1.479

Fix regression causing crash with embedded DVD/VOBSUB tracks

Fixes #1577

4.1.477

httpclient: Fix a regression when using range queries to determine filesize

Caused problems with minidlna (possibly other servers)

Fixes #1576

4.1.470

Fix the oversized album art during music playback

4.1.456

ps3: Fix video stuttering in some high bitrate video streams

4.1.454

Fix broken date-sorting (Allow user to sort on newest or oldest first)

Fixes #1297

4.1.451

Rework subtitle scheduling

This allows us to pick subtitles that are out of sync with video stream. Also makes it possible to do negative subtitle time shifting for embedded subs

Fixes #727
Fixes #1470

4.1.445

ps3: Increase audio buffer size

Fix stuttering playback with some audio formats (APE is one)

Fixes #1451

4.1.441

Fix problem that caused picture stuttering in some movies after 20-25 minutes

Fixes #1483

4.1.427

Add support for LPCM in DVD playback

Fixes #1046

4.1.422

Add movie chapters support where supported by file formats

Chapters can be found in menu during video playback next to seek thumbnails and audio/subltitle tracks

Fixes #786

4.1.414

Fix broken seeking in FLAC files

Fixes #1435

4.1.404

Add support for subtitle plugins. This also removes the built-in support for opensubtitles. Opensubtitles is now available as a plugin. No username + password is needed as opensubtitles.org allows anonymous logins

4.1.401

The list of subtitles are now sorted based on user preferred languages

4.1.398

Fix a bug that made "Custom query" impossible to erase in the metadata editor. It would come back next time the item was scanned

4.1.397

Fix a crash that was caused by invalid markup tags in SRT files

Typically this would happen if the SRT file contained a subtitle entry with just one tag that was invalid. Now such invalid tags will be
presented as normal text instead.

Fixes #1501

4.1.394

ps3: Fix a crash on PS3 when playing AAC HEv2 files. This was caused by too small stack for the threads

Fixes #1515

4.1.387

Fix recently introduced crash in opensubtitles.org module

4.1.386

Add stretch-to-widescreen and stretch-to-fullscreen as options during video playback

Fixes #1334

4.1.383

Add support for getting metadata from thetvdb.com

4.1.382

Allow user to adjust subtitle timing �10 minuts in increments of 0.5 seconds

4.1.380

Improved support for opensubtitles.org

Showtime will now search in opensubtitles.org database using the movie title and optionally the IMDB ID if it manages to resolve that

To limit the number of returned results it will only include the subtitles that matches the languages configured in Settings -> Languages.
If no such configuration has been entered all results will be displayed.

4.1.373

ps3: Sign pkg files to work with 4.xx CFW

4.1.372

Fix some issues related to mono audio in videos

4.1.371

Use external metadata (TMDB, etc) for video title in video OSD

4.1.369

Avoid doing external metadata lookup for very short file names

4.1.321

Add support for playback of HLS (Http Live Streaming) URLs

4.1.301

Add support for user configurable fonts

To install and use a new font put the font someplace where Showtime can browse it. When clicking on the font Showtime will what you want to use the font for. Showtime will copy the font to an internal storage location. To select between installed fonts or to reset to default, go to Settings -> Look and Feel -> Fonts


More PlayStation 3 News...

Page 1 of 106 123456789›LAST »

Related PS3 News and PS3 CFW Hacks or JailBreak Articles

• Simple PS3Updates v1.6 Build 2 Final PS3 Homebrew App Updated
• Video: Super Pixel Jumper v1.2 PS3 Homebrew Game is Released
• Video: Pointman: The Akkadian Wars PS3 Homebrew Game Arrives
• PSPMinis / PS3Minis / Bite v1.5.1 Update for PS3 is Now Released
• PS3 Fan Control Utility v1.7 for PS3 CFW CEX 3.41 to 4.41 Arrives
• PSPMinis / PS3Minis / Bite v1.5 for PS3 with PSP Homebrew Support
Affiliates  NewsNow  Privacy  PS3 CFW & MFW  PS3 Hacks & JailBreak  PS3 Reviews  PS3 Videos  © 2013 PlayStation 3 News

PlayStation 3 Links

• Contact Us E-Mail
• PS3 Affiliates
• PS3 CFW & MFW
• PS3 Debug Firmware
• PS3 Decrypted PSN Links for CFW
• PS3 Downloads
• PS3 EBOOT.BIN Original File Links
• PS3 Firmware
• PS3 Game Releases List
• PS3 Guides & Tutorials
• PS3 Hacking Guides and Tutorials
• PS3 Hacks & JailBreak
• PS3 Help & Support
• PS3 JailBreak Game Compatibility List
• PS3 JB2 / True Blue (TB) Game Links
• PS3 multiMAN Updates
• PS3 News Forums
• PS3 News Site FAQ
• PS3 News Site Advertising FAQ
• PS3 News Site Posting FAQ
• PS3 News Site Privacy FAQ
• PS3 News Site Rules
• PS3 News Site Tag Cloud
• PS3 News Site Terms
• PS3 Resources
• PS3 Reviews
• PS3 Save Files Repository
• PS3 Themes
• PS3 Trophies List
• PS3 Videos
• PS Vita Trophies List

PlayStation 3 News Discussions
PS3 hacks or tweaks opinions help? - 53m ago

dyceast's Avatar
Quote " is it possible to launch games from a games folder in xmb without using multiman? " I think there are some programs out there that let yo...
By dyceast with
 1 Comment »
Cheating in COD zombie mode help? - 1h ago

dyceast's Avatar
Quote There are cheats to both Blackops 1 and 2 for Zombies, an you cant go online anyways, as you will be banned pretty d*mn fast It takes a bit to get us...
By dyceast with
 2 Comments »
Cheating in COD zombie mode help? - 3h ago

d3m0n1q733rz's Avatar
Quote You could attempt to uninstall the update and go back to 1.04, however if you're online, you won't be able to update or the cheat won't work. This al...
By d3m0n1q733rz with
 2 Comments »
Can we use it? - 3h ago

d3m0n1q733rz's Avatar
Quote I just saw this earlier: http://packetstormsecurity.com/files/121691/sony_ps3_firmware_v4.31-exec.txt In theory, we might be able to utilize it to r...
By d3m0n1q733rz with
 0 Comments »

Latest PlayStation 3 Trophies
Call of Juarez: Gunslinger: Keep At It
Call of Juarez: Gunslinger: True Story
Call of Juarez: Gunslinger: Grows In The Telling
Call of Juarez: Gunslinger: Turkey Shoot

Latest PlayStation Vita Trophies
Men's Room Mayhem: Toilet Trouble
Men's Room Mayhem: Mayhem Master
Men's Room Mayhem: Hygiene Award
Men's Room Mayhem: Sand in the Face

Latest PlayStation 3 Releases
Resident Evil Revelations PS3-ANTiDOTE - 05-19-2013
Muvluv Alternative Total Eclipse JPN PS3-HR - 05-17-2013
Skate 2 EUR PS3-Googlecus - 05-16-2013
The Walking Dead A Telltale Games Series PS3-COLLATERAL - 05-15-2013

Latest PlayStation 3 Themes
Wolverine Origins PS3 Theme - 05-19-2013
Heavy Rain (Official) Dynamic PS3 Theme - 05-09-2013
Wipeout HD Fury Dynamic PS3 Theme - 05-06-2013
Batman Arkham City Dynamic PS3 Theme - 05-04-2013
  • Contact Us
  • -
  • PS3 News