Ultimate PSPTube v1.9


File Name UltimatePSPTube1.9.rar
File Type RAR
Developer JK108
Operating System PSP
File Size 5.91 MB
Created 02/09/2009
Updated 02/09/2009
Downloads 188375 times
Download time  
Modem: 15 min
ISDN: 6 min
DSL: 0 min 32 sec
CABLE: 0 min 24 sec
T1: 0 min 12 sec

Ultimate PSPTube v1.9
Rating: 4.23/5.00
Rated by: 412 users
Rate it:
Please scroll down for the download button and more file information.

Download!
File Description
from JK108:

Here it is. Ultimate PSPTube 1.9. A modification of PSPTube which allows you to watch videos on your PSP. There are 35 sites included. Below is the readme which includes how to change the site order, disable certain sites and a small troubleshooting section.


Ultimate PSPTube 1.9
--------------------

Scripts & Various Features - JK108
Original Program - SofiyaCat
Main Theme - Psimxc
Optional Theme - Salvy

This is a modification for PSPTube which aims to deliver a fully working video
streamer to the PSP with as little trouble as possible. The original PSPTube was
created by SofiyaCat. All scripts and various other features were created by JK108.
The main theme for Ultimate PSPTube was created by Psimxc. The optional theme was
created by Salvy. If there are any problems with the program please let me know
on the PSPHacks or MaxConsole forums and I will do my best to fix them.


Sites Included
--------------
-CrunchyRoll
-Current
-Dailymotion
-Google Video
-Guba
-LiveLeak
-MegaPorn
-MegaVideo
-MetaCafe
-MuchoSucko
-MySpace Videos
-MyVideo
-NothingToxic
-Pornhub
-RedTube
-Revision3
-Shufuni
-Spike
-StageVu
-StreetFire
-ThatVideoSite
-TheTend
-TNAFlix
-Tube8
-TubeIso
-Tudou
-VBox7
-Veoh
-VidMax
-Vimeo
-Wanktube
-xHamster
-XVideos
-YouTube
-Yuvutu


Known Issues
------------
-Videos don't save to favourites for Veoh, Guba, Yuvutu and xHamster
-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
-Thumbnails don't show for MegaVideo and MegaPorn to stop the search from being slow


Installation
------------
Delete any old version of Ultimate PSPTube that is already on your PSP and then simply copy the folder
"Ultimate PSPTube" into the directory "PSP/GAME" on your PSP. 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.


Special Searches
----------------

Certain sites allow you to perform special searches. Below are the sites that allow special searches and
an explanation of what each special search does. Special searches are not case sensitive.

Youtube:
--------
!popular - Returns the most popular videos as the search results
!viewed - Returns the most viewed videos as the search results
!hd - Returns HD videos as the search results
!featured - Returns the featured videos as the search results
!rising - Returns the most rising videos as the search results
!discussed - Returns the most discussed videos as the search results
!recent - Returns the most recent videos as the search results
!responded - Returns the most responded videos as the search results
!favourited - Returns the top favourited videos as the search results
!rated - Returns the top rated videos as the search results

Some of these special YouTube searches also allow you to determine the time period of the results. You can
do this by adding any of these to the end of the search:
today
thisweek
thismonth
alltime

Here are some examples:
!rated alltime - Returns the most rated videos af all time as the search results
!viewed thisweek - Returns the most viewed videos this week as the search results
!popular thismonth - Returns the most popular videos this month as the search results
!favourited today - Returns the most favourited videos today as the search results

TNAFlix:
--------
!current - Returns currently being watched as the search results
!recent - Returns the most recent videos as the search results
!viewed - Returns the most viewed videos as the search results
!rated - Returns the most rated videos as the search results
!15min - Returns videos that are over 15 minutes long as the search results

MetaCafe:
--------
!popular - Returns the most popular videos as the search results
!rated - Returns the most rated videos as the search results
!viewed - Returns the most viewed videos as the search results
!rising - Returns the most rising videos as the search results


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",
"Yuvutu",
"Pornhub",
"MuchoSucko",
"Dailymotion",
"Revision3",
"LiveLeak",
"MegaVideo",
"TubeIso",
"Spike",
"StageVu",
"Guba",
"NothingToxic",
"StreetFire",
"VidMax",
"MegaPorn",
"MyVideo",
"VBox7",
"Tudou",
"Current",
"Vimeo",
"TheTend",
"ThatVideoSite",
"MySpace Videos",
"Veoh",
"Google Video",
"xHamster",
"Wanktube",
"RedTube",
"Tube8",
"XVideos",
"Shufuni",
];

As you can see, the order of the sites 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",
"Yuvutu",
"Pornhub",
"MuchoSucko",
"Revision3",
"LiveLeak",
"MegaVideo",
"TubeIso",
"Spike",
"StageVu",
//"Guba",
"NothingToxic",
"StreetFire",
"VidMax",
"MegaPorn",
"MyVideo",
"VBox7",
"Tudou",
"Current",
"Vimeo",
"TheTend",
"ThatVideoSite",
"MySpace Videos",
"Google Video",
"xHamster",
"Wanktube",
"RedTube",
"Tube8",
"XVideos",
"Shufuni",
];

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.


Adult Filter
------------
This will disable all adult sites when it is turned on. You can turn the adult filter
on or off by editing the config.js file found in root folder of Ultimate PSPTube. Below is the
section that you would need to edit.

//Adult Filter
//Turn this on to disable all adult sites and content
//0: Off
//1: On
PSPTube.AdultFilter = 0;

In the example above, the adult filter is turned off because it is set to 0. If you set
it to 1, the adult filter would be turned on. Please note that when adult filter is turned on,
Veoh family filter will also be turned on automatically. Adult filter is turned off by default.


Veoh Family Filter
------------------
You can turn Veoh family filter on or off by editing 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. It is turned off by default.


YouTube High Quality
--------------------
You can turn YouTube high quality on or off by editing 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 = 0;

In the example above, YouTube high quality is turned off because it is set to 0. If you set
it to 1, YouTube high quality would be turned on. It is turned off by default. When it is
turned on, the high quality video will be displayed instead of the normal
quality video if it is available.


File & Folder Structure
-----------------------
Optional Theme/EBOOT.PBP
Optional Theme/Preview.jpg
Optional Theme/Readme.txt
Ultimate PSPTube/favorites
Ultimate PSPTube/system/sites/CrunchyRoll.js
Ultimate PSPTube/system/sites/Current.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/MegaPorn.js
Ultimate PSPTube/system/sites/MegaVideo.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/RedTube.js
Ultimate PSPTube/system/sites/Revision3.js
Ultimate PSPTube/system/sites/Shufuni.js
Ultimate PSPTube/system/sites/Spike.js
Ultimate PSPTube/system/sites/StageVu.js
Ultimate PSPTube/system/sites/StreetFire.js
Ultimate PSPTube/system/sites/ThatVideoSite.js
Ultimate PSPTube/system/sites/TheTend.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/VidMax.js
Ultimate PSPTube/system/sites/Vimeo.js
Ultimate PSPTube/system/sites/Wanktube.js
Ultimate PSPTube/system/sites/xHamster.js
Ultimate PSPTube/system/sites/XVideos.js
Ultimate PSPTube/system/sites/YouTube.js
Ultimate PSPTube/system/sites/Yuvutu.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


Troubleshooting
---------------
Q. I can start the game but it just stays at a black screen.
A. Make sure you are using the latest kernel mode and not the 1.50 kernel mode. You can
change the kernel mode in the recovery menu which can be accessed by holding R1 when
you turn on your PSP.

Q. I can't start the game because it says the data is corrupted.
A. Ultimate PSPTube requires custom firmware to run. I can confirm that it works from version
3.90 M33 upwards. I haven't tested any lower firmware versions although they may still work.


Changelog
---------

1.9
-StreetFire is now included
-Current is now included
-Fixed the TNAFlix script after the site changed slightly
-Fixed a bug in YouTube which caused some searches to display no results
-Fixed a bug in YouTube which caused it to only show the first page for some countries
-xHamster script is fixed after the videos stopped working
-Fixed a bug in Muchosucko that caused some videos not to work
-Fixed a bug in Muchosucko that caused it to only show the first page
-Fixed a bug in Pornhub that caused it to only show the first page



 

Become a Member of QJ.Net!

If you want your comments to go live without waiting for moderation, you need to be logged in. Being logged in has its benefits:
  • Logged in members do not wait for their comments to be approved.
So why wait? Create an account or login now! It's easy, quick, and free.

To get started, use the LOGIN boxes, or the REGISTER link at the top right!

Add comment

Security code
Refresh


















































































Welcome to QJ.Net!

If you want your comments to go live without waiting for moderation, you need to be logged in. Being logged in has its benefits:
  • Logged in members do not wait for their comments to be approved.
So why wait? Create an account or login now! It's easy, quick, and free.

To get started, use the LOGIN boxes, or the REGISTER link below!



Want to learn more about the team who brings you the QJ news?

Read about them now!


 Username: 
 Password:

HOT FLASH GAMES

Mario Islands

Offroaders

Tribulation

Elemental Defense 2 TD

Power Rangers Super ATV

Ultra Racing Diesel

RSS Feeds Follow us on Twitter Find us on Facebook


HOT GAMING NEWS TOPICS


POPULAR GAMING NEWS SEARCHES

snes9xtylmecm 091011 | wow cataclysm | es9x euphoria | lua reader for psp | ipad rpg game | kingdom | master keys | psp inastaller | inazuma eleven ita | privacy policy | psp mod firmware | guitar smith track | installing a patch for game | red call | homebrews for ds | psp game boy emulato | motogp | snes psp | tribal fusion | nfl 2007 patch | obsidian | ebbot | mstk psp | xgen pndor | jump super stars | cementerio | extractor | jailbreak | debug | emulador n64 para | sticks | dualshock 3 driver | rockband 10 years | how jailbreak | icheat ds | gbarom | custom psx psp | raving rabbids | rsx | cfw prometheus | homebrew browser | custon firmware | monster hunter tri wii | reza666 | snes usb | yabause sega saturn | remotejoy4irs | paint for psp | emu easy | manila to palawan | jelly car | facebook app psp | vag wav | rf logo emblem | hidden folder | hackers | psx game id | gameboy to psp | how to download psp 2000 game | xlink kaipsp plugin | psp game downloads | the chosen well of s | cxmb psp | usb version fake psp | hen | dosbox easy navigator | textplus hack | loco roco 2 | pand | free texting for psp | ds diag | fba emulator psp | the legend of dragoo | psp lte | red ps3 lights | nanodesktop | call of duty modern | psp soundboard | hannah montana | snes9x ty | acedictionary | ds home brew | prometheus psp 1000 | guitar hero ps3 | epub reader for psp | xflah | finalf fantasy | sv4p8p | hbl 109 | torchlight | psp 1000 firmware | medal honor psp | psp 3400 | facebook hacker | gta vice city eboot2iso | outrun | naruto ultimate ninja heros 2 | ps3 debug firmware | ps3 mfw builder | ace combat psp | psp battery percenta | piracy in a nutshell | gta 3 ipad | upgrade psp cfw | tom clancy | wii dvd | pmp vlc media | psp helps | psp jpeg | gpsp games | psp emulator sdk | 390 ofw | seks izli | using ps3 controller | pfp firmware | faceboo | downloads psp | nyk kojima | tvu player for psp | wii updater | pmp video player | cladun | gracz 54 macaddresschanger | psp iso app | lockthefolder | gamboy psp | apprentice minus ds | emulators for wii | tipster rar | rhythm | url | pspopsloader | cartoonnetwork | block cascade | latest ctf | ion drum | psp mario games | video ngewe semi | again eye of providence | socom 3 | samurai shodown ant | rin sleep mode | hexen psp | pspinstaller | spot | tekken 7 | psp hot spot app | psp vice | pspgen | demul | psp controller for p | gpsp mod 20090703 | psps plugins | simple turn | gta liberty city stories | loasder | puzzle maniak | rai | spsident | risk homebrew psp | ps3 demo unit firmware | daedalusx64 games | dynamic acuity | psp ftdp | jpsp psp | sms quike search onh | daedalusx64 | psp isotool | remote skin template | psp go email | pokemon ruby | liv tv | psp cfw theme | esr ps2 | ps2 emulator latest |