• 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

79w 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
StanSmith's Avatar
#507 - StanSmith - 30w ago
Reply
Thanks but there are heaps more TEST versions since that one with some nice features.

Looks like it will finally be getting volume settings, something its been needing since the start.

PS3 News's Avatar
#506 - PS3 News - 30w ago
Reply
Originally Posted by StanSmith View Post
Quote How can I get an older version of Showtime? The latest is 4.1.249 but I'm after 4.1.245 as the last removed a feature I like and use.

I don't have that version archived here, the last I have is 4.1.100 if you want I can upload that though.

FiREFLOOd's Avatar
#505 - FiREFLOOd - 30w ago
Reply
Does this homebrew work on CFW > 3.55?

StanSmith's Avatar
#504 - StanSmith - 30w ago
Reply
How can I get an older version of Showtime? The latest is 4.1.249 but I'm after 4.1.245 as the last removed a feature I like and use.

djole dubona's Avatar
#503 - djole dubona - 31w ago
Reply
hello. this is a nice app!

Page 5 of 106 «‹123456789›LAST »

Related PS3 News and PS3 CFW Hacks or JailBreak Articles

• PS3 EDAT Devklic Bruteforcer v1.0 / v1.1 By JjKkYu is Released
• MAME 0125 (Multiple Arcade Machine Emulator) for PS3 Release 1 Out
• PS3 Game List by Nullptr PlayStation 3 Homebrew App is Released
• MultiMAN v04.40.00 PS3 Server and Showtime Edition Updates Out
• ScummVM 1.6.0 PlayStation 3 Emulator Updated, +4 to Engines
• PSN Tool v1.0 and PSN Tool Creator v1.0 to Combat PSN Bans Arrive
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 OFW 4.45 is out -- be warned -- mass bricking - 6m ago

elser1's Avatar
Quote poor bugger. at least you got ps3 back i guess. i dont want my ps3 much anymore so ill wait n see what sony offers before updating to a brick.lol...
By elser1 with
 8 Comments »
PS3 OFW 4.45 is out -- be warned -- mass bricking - 10m ago

Transient's Avatar
Quote Well, here's what I've tried: - choosing System Update menu item from Safe Mode causes PS3 to lock up. Doesn't even change screens, it just locks up. ...
By Transient with
 8 Comments »
PS3 OFW 4.45 is out -- be warned -- mass bricking - 11m ago

airmaxix's Avatar
Quote sony wanted to brick all the ps3 so users can move on with ps4 maybe...lol...
By airmaxix with
 8 Comments »
PS3 OFW 4.45 is out -- be warned -- mass bricking - 28m ago

elser1's Avatar
Quote god sony are idiots.hopefully you will get a nice new theme or something wonderful like that for the inconvenience.lol maybe they will end fw updates...
By elser1 with
 8 Comments »

Latest PlayStation 3 Trophies
Dungeons & Dragons: Daggerdale: The Big Stick
Dungeons & Dragons: Daggerdale: Four of a Kind
Dungeons & Dragons: Daggerdale: Man at Arms
Dungeons & Dragons: Daggerdale: Solid Gold

Latest PlayStation Vita Trophies
Jak II (Vita): The Collectationator!
Jak II (Vita): The Collectivist
Jak II (Vita): The Collector
Jak II (Vita): Head Master

Latest PlayStation 3 Releases
Le Tour De France 2013 PS3-STRiKE - 06-18-2013
MotoGP 13 PS3-COLLATERAL - 06-17-2013
Remember Me USA PS3-ANTiDOTE - 06-17-2013
The Last of Us ASiA MULTi3 PS3-Kirin - 06-14-2013

Latest PlayStation 3 Themes
The Last of Us PS3 Theme - 06-14-2013
God Of War 3 (Unofficial V1/V2) PS3 Theme - 06-12-2013
Heavy Rain (Official) Dynamic PS3 Theme - 06-11-2013
PlayStation Classic PS3 Theme - 06-11-2013
  • Contact Us
  • -
  • PS3 News