93w ago - Today PlayStation 3 developer
facanferff has made available Showtime TV: WatchTV and GameTrailers for PS3 homebrew fans.
Download:
Showtime TV: WatchTV and GameTrailers for PS3 /
Showtime + WatchTV 3.41 PKG by
CloneD /
Guide /
GIT
To quote: With this talk and before you download Showtime + WatchTV + Channel9 + GameTrailers, you have to know how this system works.
1. Extract the folder called list from the archive to any place of your computer
2. Upload it to a website that you have or wait for a known person to you do it (the folder list must not be changed, the name should be this and only this)
3. Install the pkg provided in the package
4. Go to Showtime's Settings
5. Enable WatchTV plugin, enable too the option called "Check for new versions" (this searchs for new versions of the plugin each time you open WatchTV, it is a very useful option to enable) and below that option is one called "Remote website" there you enter the full name of your website till the folder list you uploaded to that website.
For example:
Imagine you have uploaded the full path of list folder is this:
http://www.example.com/example/list/
You have to write with a keyboard in that option the following:
http://www.example.com/example
Note: You have to include "http://" (without double quotes) for it to work otherwise you get an error
6. Go to WatchTV plugin and you should have three folders called:
- All Channels
- Genres
- Country
What's do each one?
All Channels: Searchs all the files of the list folder supported and shows every channel in it, as a big list
Genres: Here you can choose a genre, for example if you choose Entertainment, it will show you the channels included in the list-entertainment.xml file
Country: Same thing as Genres, but it will only show to you the channels of the selected country
That's it, you made it and you have WatchTV working.
For Devs and people that know XML: If you want to add your own streams to it, add the folowing lines:
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>WatchTV - List</title>
<link>http://www.github.com/facanferff/showtime</link>
<description>TV Channels</description>
<item>
<title>Name of the channel</title>
<link>rtmp link, consult: http://psx-scene.com/forums/content/tutorial-get-rtmp-links-tv-streams-others-1288/</link>
<thumbnail>link for the logo of the channel</thumbnail>
<country>two letters identifying the country of the channel (e.g.: us)</country>
</item>
</channel>
</rss>
Do you see what's between /description and /channel that's what you have to add each time you want to add a channel.
FAQ:
1. I don't want to upload the folder to a website, instead of that I have a website that uses your folder, what I have to do?
If this is your case, you may bypass steps 1 and 2, and start by installing directly the pkg, once there, in the option "Remote website" write that website as specified in step 5.
2. The genres list should have more genres, what can I do for it?
Contact me so i can add that genre.
3. The country list is incomplete it needs more countries, what can I do for it?
Contact me so i can add that country.
Finally,
facanferff is also working on a YouTube plugin for Showtime, with details as follows:
Current Features:
- Login to Youtube
- Standard feeds (complete)
- Movie Feeds (not supporting yet paid content)
- Trailer Feeds (complete)
- User Feeds (Favorites, New subscriptions, Contacts, etc.)
- Getting Video Information
- Every resolution supported (240p, 360p, 480p, 720p, 1080p)
- Search videos
- Pagination (Powerful and fast!)
- Recommendations
- Get information about user
- Search for User Profile
- Related videos (if Advanced Youtube is enabled)
- Response videos (if Advanced Youtube is enabled)
Rules for those interested in being a beta tester:
- Should use http://facanferff.co.cc in order to add bugs you may find while testing or request for features or add suggestions
- Should know where Showtime is located in /dev_hdd0 in order to install the plugin
Who needs exit 2 xmb, since you can do it via ps button -.-
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...
Thanks for your continued work on this.