PDA

View Full Version : [OLD] Ultimate PSPTube 1.6



AdamRav
December 21st, 2008, 19:32
All Thanks Go To JK108 For Taking His Own Time Making Scripts For Us To Use

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


Ultimate PSPTube 1.6
--------------------

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
-Dailymotion
-Google Video
-Guba
-LiveLeak
-MetaCafe
-MuchoSucko
-MySpace Videos
-MyVideo
-NothingToxic
-Pornhub
-RedTube
-Shufuni
-StageVu
-ThatVideoSite
-TNAFlix
-Tube8
-TubeIso
-Tudou
-VBox7
-Veoh
-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


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.


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",
"LiveLeak",
"TubeIso",
"StageVu",
"Guba",
"NothingToxic",
"MyVideo",
"VBox7",
"Tudou",
"ThatVideoSite",
"MySpace Videos",
"Veoh",
"Google Video",
"xHamster",
"Wanktube",
"RedTube",
"Tube8",
"XVideos",
"Shufuni",
];

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",
"Yuvutu",
"Pornhub",
"MuchoSucko",
"LiveLeak",
"TubeIso",
"StageVu",
//"Guba",
"NothingToxic",
"MyVideo",
"VBox7",
"Tudou",
"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.


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
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/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/RedTube.js
Ultimate PSPTube/system/sites/Shufuni.js
Ultimate PSPTube/system/sites/StageVu.js
Ultimate PSPTube/system/sites/ThatVideoSite.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/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


Changelog
---------

1.6
-Yuvutu is now included
-xHamster is now included
-Fixed a bug in YouTube where the thumbnail and title would display incorrectly for some results
-Fixed the VBox7 script so the videos now work again
-Made a few changes to how the description text is handled

1.5
-RedTube is now included
-StageVu is now included
-ThatVideoSite is now included
-An optional theme is now included
-MyVideo script is fixed after it stopped working because the site changed
-Google Video script is fixed after it stopped working because the site changed
-Fixed a bug in Veoh where some searches would return no results when they should do
-Fixed a bug in CrunchyRoll where the thumbnails weren't showing as the site changed
-Fixed a bug in YouTube where it would only show the first few thumbnails due to site changes
-Fixed a bug in YouTube while high quality is enabled where videos wouldn't load
if there wasn't a high quality version due to changes to the YouTube site

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

1.3
-MetaCafe is now included
-XVideos is now included
-Tudou is now included
-Pornhub is now included
-YouTubeHQ is now included
-Family filter for Veoh is now an option in the config
-YouTube bug fixed where it comes to the end of results on the first page
-Google Video script is fixed after it stopped working because they changed the way
the video length was displayed on their site

1.2
-LiveLeak is now included
-VBox7 is now included
-Small improvements to video descriptions

1.1
-NothingToxic is now included
-Tube8 is now included
-Hyperlinks in descriptions are now replaced with their text
Example: "<a href="http://www.somesite.com">Here</a>" becomes "Here"
-HTML Image tags are now removed from descriptions
Example: "<img src="http://www.somesite.com/someimage.gif">" is removed
-Small bug fixes

1.0
-Original Release

Enjoy

Download and Give Feedback Via Comments

FlamesnBlazes
December 21st, 2008, 20:49
Thx for the quick upload, couldn't get this nywhere else.

firemaster#1
December 21st, 2008, 20:53
still no rewind :(

Buddy4point0
December 21st, 2008, 21:03
I can never get this to work.

AdamRav
December 21st, 2008, 23:41
I can never get this to work.

Why, what happens?

Mr. Greed
December 22nd, 2008, 00:47
awesome update
thanks :):):)

Lucario94
December 22nd, 2008, 13:02
Can i somehow change select button to another button? I need this becouse my PSP's select button is not working. Or maybie there is another way to change sites?

jonyjack38
December 23rd, 2008, 01:44
thanks for all :)

PS: first message since January 2007 when i was registered :p

ACDC4Life21
December 23rd, 2008, 17:49
I loaded the file onto my PSP, but it says that it is corrupted data and it will not play. Any ideas on how to fix it would be much appreciated:D

needmoresugar777
December 24th, 2008, 11:01
Thanks for the application. I'm d/l ing right now.

ChazZeromus
December 26th, 2008, 16:42
Hey does anyone have problems with this where loading it seems fine but the application just blacks out?

ACDC4Life21
December 27th, 2008, 03:12
I was reading some of the other bullitins under old versions of PSPTube, and it was mentioning that i needed custom firmware. can someone explain what that is?

metal_prisioner
December 28th, 2008, 02:34
Nice update, lots of new pages but there is a little problem, This version donīt load my saved videos and they woked fine in the last version, not complaining I just do this to you to know, thanks anyway. BTW the saved videos were saved with this version not with the past version.

LaithBSoul
December 28th, 2008, 07:55
there is a problem when you pause the video the loading stops could you fix that please also if you could add a rewind feature
and i'd like to suggest 2 video site you should add if possible 1st imeem 2nd megavideo

thank you for your time in the this project jk108, we all appreciate this homebrew app

D0ug91
December 28th, 2008, 16:51
I'm having the same problem, whenever I load any version of PSPtube (I've tried them all, let me tell ya) -- All I get is a black screen. At this point it is supposed to try to connect to a Wifi, but it doesn't do anything. It just hangs... Any ideas?

I'm running 5.00 M33-4

-Doug

D0ug91
December 28th, 2008, 17:23
I'm having the same problem, whenever I load any version of PSPtube (I've tried them all, let me tell ya) -- All I get is a black screen. At this point it is supposed to try to connect to a Wifi, but it doesn't do anything. It just hangs... Any ideas?

I'm running 5.00 M33-4

-Doug

I have found the solution to my own problem, and anyone else with a similar one. You must install to the "\PSP\GAME5XX" folder if you are running 5.00, or conversely if you're still on 4.00 "\PSP\GAME4XX".

Thanks anyway, anyone who is reading this.

yaya76
January 30th, 2009, 20:33
good

yaya76
January 30th, 2009, 20:33
cool

XxJDxX
February 8th, 2009, 19:05
i my psp says is imposible to run the game cant you help me ??

AzureSkeith
April 27th, 2009, 22:10
can someone help me out some sites work but others wont run the video or load it for that matter like youtube for instance

AdamRav
April 28th, 2009, 01:36
can someone help me out some sites work but others wont run the video or load it for that matter like youtube for instance

Theres a new version out mate

its Ultimate PSPTube 2.0

that version has the scripts fixed

seomaster
May 9th, 2009, 12:27
HI

there is a problem when you pause the video the loading stops could you fix that please also if you could add a rewind feature
and i'd like to suggest 2 video site you should add if possible 1st imeem 2nd megavideo

thank you for your time in the this project jk108, we all appreciate this homebrew app and i thank u it is really great.....


Staffing service (http://www.staffingpower.com)

Seo master (http://www.sentersoftech.com)http://sentersoftech.com/senter/happy.gif

Unknown_016
June 21st, 2009, 01:41
help me because of the rar..
it doesnt work
it says find save and open
what do i do...
how do i put it on my psp???

saifurw12
July 12th, 2009, 20:33
nicee!!

486dx
January 17th, 2010, 04:56
Is this still in development? pleaseeeee can someone fix my psp tube :!

thankssss youtube videos wont search and about 6 out of the list of sites will work... I think there all going down :(

Im still using 5.00 m33-6 -- because D AX was the best and not upgrading my FAT psp

Shrygue
January 17th, 2010, 20:51
This doesn't work as Youbube changed its scripts a few months ago. Since its a server side issue, you have to use another updated version. As of now, try using Go Tube 1.1 (http://www.dcemu.co.uk/vbulletin/showthread.php?t=282200).


Thread closed