• 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
Blade86's Avatar
#492 - Blade86 - 39w ago
Reply
WTF, we need EXIT2MULTIMAN !!!

Who needs exit 2 xmb, since you can do it via ps button -.-

vvvkos's Avatar
#491 - vvvkos - 39w ago
Reply
Can you add the option album art to be visible during music listening, or if there is any how can I enable it?

PS3 News's Avatar
#490 - PS3 News - 39w ago
Reply
Following up on the Version 4.0 release, today PlayStation 3 homebrew developer Andreas Oman has updated the Showtime PS3 Media Player Testing Build to version 4.1.100 with the changes outlined below.

Download: https://www.lonelycoder.com/doozer/buildmaster/download/3504 / https://www.lonelycoder.com/doozer/buildmaster/download/3505 / https://www.lonelycoder.com/doozer/buildmaster/download/3503 / https://github.com/andoma/showtime

4.1.99

Add support for setting custom movie titles directly from the item popup menu

Fixes #1213

4.1.98

Add an action in settings->general to clear the entire metadb item table.

Safeguarded with a popup as it is a non-revocable action.

Fixes #1218

4.1.95

ps3: When seeking using L2/R2, rescale seek delta based on duration of feature

In principle this make it so that the user can always seek from begining to end in ~2 seconds regardless of how long the currently playing media is.

4.1.92

Add Exit and Standby as items in the page popup menu

Fixes #1042
Fixes #1184

4.1.84

Only reset screensaver timer if movie is actually playing

Fixes #1022
Fixes #1115

4.1.76

Add support for plugins that can replace certain parts of the UI

4.1.68

Add support for categorization of plugins

When browsing available plugins they will appear under a category instead of a single long list

4.1.50

TMDB: Let user choose which language to use for TMDB

Also lets user choose if to display the original title or translated title

4.1.26

Don't set resume time for videos if current position < one minute

This makes sure the user does not accidentally lose the resume position if restarting the video from beginning by mistake

4.1.25

Let 'mark as seen' create entry in item table if it does not exist

Fixes #1175

4.1.20

Improve Showtime's response time to play/pause events

Fixes #1180


More PlayStation 3 News...

gitaristerbaik's Avatar
#489 - gitaristerbaik - 42w ago
Reply
i will wait for a later version

cursorsauce's Avatar
#488 - cursorsauce - 42w ago
Reply
Will we EVER be able to build a video playlist?

Thanks for your continued work on this.

Page 8 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
Sony Officially Unveils PlayStation 4 at E3 2013 PS4 Press Conference! - 30m ago

Brlala's Avatar
Quote PS4 killed jailbreak. People are not going to upload a 100GB game nor download a 100GB game even so, a 2TB HDD can hold max 10-20games...
By Brlala with
 40 Comments »
Video: Kingdom Hearts III PS4 is Coming to PlayStation 4, Trailer - 31m ago

Brlala's Avatar
Quote Kingdom hearts series made me broke, i'm now eating bread at the corner of the street. seriously, they skipped ps3!...
By Brlala with
 1 Comment »
Final Fantasy XIV: A Realm Reborn Coming to PlayStation 4, E3 Trailer - 33m ago

Brlala's Avatar
Quote All the great games being released on PS4, sigh :'(...
By Brlala with
 1 Comment »
Video: Final Fantasy XV is Coming to PS4, Watch the E3 2013 Trailer - 34m ago

Brlala's Avatar
Quote The only concern is that it's not on PS3 ...
By Brlala with
 3 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