Go Back   Themers Club : Computers , Mobiles and Web Development Themes > Multi Forums sections > Video Games Zone > PSP Zone

PSP Zone All about Sony Playstation Portable : Games , applications , Themes , SKins and support & Tutorial s for all PSP problems

 
 
Thread Tools Display Modes
  #1  
Old 12-07-2008, 02:50 PM
steaner's Avatar
steaner steaner is offline
Super Moderator
 
Join Date: Apr 2008
Posts: 4,071
Rep Power: 23
steaner is on a distinguished road
Default Ultimate PSPTube - v1.4 Released!

[Only Registered users can see links . Click Here To Register...]

IF your under 18 or 21 depending on the law in your state/Country don't use this app for adult content!



Here it is. Ultimate PSPtube 1.4. A modification of PSPTube which allows you to watch videos on your PSP.
There are 21 sites included. Below is the readme which includes how to change the site order and disable certain sites.


Sites Included
--------------
-CrunchyRoll
-Dailymotion
-Google Video
-Guba
-LiveLeak
-MetaCafe
-MuchoSucko
-MySpace Videos
-MyVideo
-NothingToxic
-Pornhub
-Shufuni
-TNAFlix
-Tube8
-TubeIso
-Tudou
-VBox7
-Veoh
-Wanktube
-XVideos
-YouTube


Known Issues
------------
-Videos don't save to favourites for Veoh and Guba
-Longer videos in Veoh dont load because they use a format that PSPTube doesn't support
-Shufuni shows the first page of results for all pages
-There are various issues with the quality of the videos for many sites because they use a non supported format


Installation
------------
Simply copy the folder "Ultimate PSPTube" into the directory "PSP/GAME" on your PSP, overwriting any
older version. There should now be the folder "PSP/GAME/Ultimate PSPTube". Thats all you need to do.


Controls
--------
While Not Playing Video:
Select - Changes the selected site which is displayed in the top left corner.
X - Play the selected video.
O - Search for videos on the selected site.
Triangle - Brings up the menu where you can save to favourites, add to playlist etc.
Square - Switches the view. Either search results, video playback or split.
L Trigger - Previous page of results.
R Trigger - Next page of results.

While Playing Video:
O - Stops the video returns to search results.
Square - Switches the view. Either search results, video playback or split.
Triangle - Hides the time display. Press again to hide video playback and then press again to show all.
Select - Change the video playback size.
Start - Pauses the video. Press again to resume.
Left Arrow - Slows down the playback speed.
Right Arrow - Speeds up the playback speed.


How To Change The Site Order & Disable Certain Sites
----------------------------------------------------
Ultimate PSPTube has a feature allowing you to change the order that the sites are
displayed in as well as selecting what sites you actually want to display. To change
the site order or stop sites from being displayed, you need to edit the config.js file
found in root folder of Ultimate PSPTube. Below is an example of the section that
contains the site order and what sites to display.

//Order Of Sites
//To not use a site just comment the line out
var site_order = [
"YouTube",
"TNAFlix",
"CrunchyRoll",
"MetaCafe",
"Wanktube",
"Pornhub",
"MuchoSucko",
"Dailymotion",
"LiveLeak",
"TubeIso",
"Guba",
"NothingToxic",
"MyVideo",
"VBox7",
"Tudou",
"MySpace Videos",
"Veoh",
"Google Video",
"Shufuni",
"Tube8",
"XVideos",
];

As you can see the order in the example above goes YouTube, then TNAFlix, then
CrunchyRoll, etc. If you want to change the site order all you have to do is switch the
lines around. If you want to disable a site you can put // in front of the line
containing that site. Below is another example with a few changes.

//Order Of Sites
//To not use a site just comment the line out
var site_order = [
"YouTube",
"Dailymotion",
"Veoh",
//"TNAFlix",
"CrunchyRoll",
"MetaCafe",
"Wanktube",
"Pornhub",
"MuchoSucko",
"LiveLeak",
"TubeIso",
//"Guba",
"NothingToxic",
"MyVideo",
"VBox7",
"Tudou",
"MySpace Videos",
"Google Video",
"Shufuni",
"Tube8",
"XVideos",
];

Now the order of the sites in the above example goes YouTube, then Dailymotion, then
Veoh, etc. Also notice that in this example TNAFlix and Guba wouldn't be displayed in Ultimate
PSPTube because they have // in front of them.


Veoh Family Filter
------------------
You can turn Veoh family filter on or off in the config.js file found in root folder of
Ultimate PSPTube. Below is the section that you would need to edit.

//Veoh Family Filter
//0: Off
//1: On
PSPTube.VeohFamilyFilter = 0;

In the example above, Veoh family filter is turned off because it is set to 0. If you set
it to 1, Veoh family filter would be turned on.


YouTube High Quality
--------------------
You can turn YouTube high quality on or off in the config.js file found in root folder of
Ultimate PSPTube. Below is the section that you would need to edit.

//YouTube High Quality
//0: Off
//1: On
PSPTube.YouTubeHighQuality = 1;

In the example above, YouTube high quality is turned on because it is set to 1. If you set
it to 0, YouTube high quality would be turned off. It is turned off by default. When it is
turned on, the high quality video will be displayed instead of the normal
[COLOR=blue! important][COLOR=blue! important]quality [COLOR=blue! important]video[/color][/color][/color] if it is available.


File & Folder Structure
-----------------------
Ultimate PSPTube/favorites
Ultimate PSPTube/system/sites/CrunchyRoll.js
Ultimate PSPTube/system/sites/Dailymotion.js
Ultimate PSPTube/system/sites/Google Video.js
Ultimate PSPTube/system/sites/Guba.js
Ultimate PSPTube/system/sites/LiveLeak.js
Ultimate PSPTube/system/sites/MetaCafe.js
Ultimate PSPTube/system/sites/MuchoSucko.js
Ultimate PSPTube/system/sites/MySpace Videos.js
Ultimate PSPTube/system/sites/MyVideo.js
Ultimate PSPTube/system/sites/NothingToxic.js
Ultimate PSPTube/system/sites/Pornhub.js
Ultimate PSPTube/system/sites/Shufuni.js
Ultimate PSPTube/system/sites/TNAFlix.js
Ultimate PSPTube/system/sites/Tube8.js
Ultimate PSPTube/system/sites/TubeIso.js
Ultimate PSPTube/system/sites/Tudou.js
Ultimate PSPTube/system/sites/VBox7.js
Ultimate PSPTube/system/sites/Veoh.js
Ultimate PSPTube/system/sites/Wanktube.js
Ultimate PSPTube/system/sites/XVideos.js
Ultimate PSPTube/system/sites/YouTube.js
Ultimate PSPTube/system/dvemgr.prx
Ultimate PSPTube/system/mediaengine.prx
Ultimate PSPTube/system/site_man.js
Ultimate PSPTube/config.js
Ultimate PSPTube/EBOOT.PBP
Ultimate PSPTube/Readme.txt


Changelog
---------

1.4
-TubeIso is now included
-YouTube script is fixed after it stopped working because the site layout changed
-Integrated YouTubeHQ into the normal YouTube script. There is now an option in the
config to use high quality mode on YouTube when its available
-Fixed a bug in MySpace Videos where the description was sometimes incorrect
-Fixed a bug in many of my scripts where it would incorrectly display the number of
views if it was more than a million
-Fixed a bug in TNAFlix where the description wasn't displaying correctly
__________________
Download last Game of Battle Royal [Only Registered users can see links . Click Here To Register...]|Are you fan of [Only Registered users can see links . Click Here To Register...] this Horror game for you.
  #2  
Old 12-07-2008, 07:36 PM
dyl-1 dyl-1 is offline
Junior Member
 
Join Date: Dec 2008
Posts: 1
Rep Power: 0
dyl-1 is on a distinguished road
Default

merci beaucoup
 

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 10:43 PM.


Powered by vBulletin® Version 3.7.6
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.