PSP Hacks - Forums

Go Back   PSP Hacks - Forums > PSP Community > Homebrew

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 11-22-2008, 11:34 AM
JK108 JK108 is offline
PSP Smarty
 

Join Date: Nov 2008
Posts: 110
JK108 Has a Beginner Reputation
Default Ultimate PSPTube

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


Ultimate PSPTube 2.0
--------------------

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
-Kontraband
-LiveLeak
-MegaPorn
-MegaVideo
-MetaCafe
-MuchoSucko
-MySpace Videos
-MyVideo
-NothingToxic
-Pornhub
-RedTube
-Revision3
-Spike
-StageVu
-StreetFire
-TheTend
-Tube8
-TubeIso
-Tudou
-VBox7
-Veoh
-VidMax
-Vimeo
-Wank.To
-Wanktube
-xHamster
-XVideos
-YouTube


Known Issues
------------
-Videos don't save to favourites for Veoh, Guba and xHamster
-Longer videos in Veoh dont load because they use a format that PSPTube doesn't support
-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
-Some longer videos in XVideos can crash the PSP
-Videos that have been flagged on YouTube no longer work as they require an account


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

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

As you can see, the order of the sites in the example above goes YouTube, then CrunchyRoll, then
MetaCafe, 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",
"CrunchyRoll",
//"MetaCafe",
"Pornhub",
"Wank.To",
"MuchoSucko",
"Revision3",
"LiveLeak",
"MegaVideo",
"TubeIso",
"Spike",
"StageVu",
//"Guba",
"NothingToxic",
"StreetFire",
"VidMax",
"MegaPorn",
"MyVideo",
"VBox7",
"Tudou",
"Current",
"Kontraband",
"Vimeo",
"TheTend",
"MySpace Videos",
"Google Video",
"xHamster",
"Wanktube",
"RedTube",
"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 MetaCafe 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.


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/Kontraband.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/Spike.js
Ultimate PSPTube/system/sites/StageVu.js
Ultimate PSPTube/system/sites/StreetFire.js
Ultimate PSPTube/system/sites/TheTend.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/Wank.To.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/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
---------

2.0
-Kontraband is now included
-Wank.To is now included
-Fixed YouTube after the videos stopped working
-Fixed a bug in YouTube which caused it to display some searches incorrectly if they had few results
-Fixed a bug in MetaCafe which caused it to only show the first page
-Fixed a bug in Spike which caused it to only show the first page of results
-Fixed StreetFire after it stopped working
-Fixed the description in Current
-Fixed TheTend after the videos stopped working
-Fixed Google Video after the videos stopped working
-Fixed XVideos after the videos stopped working
-Had to remove the high quality feature from YouTube because fmt=6 videos have been removed from the website
-Had to remove TNAFlix because the videos now crash the PSP
-Had to remove Shufuni because the search doesn't work properly and the video URL is more secure
-Had to remove ThatVideoSite because the website no longer appears to exist
-Had to remove Yuvutu because I can no longer obtain the search results

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

1.8
-Spike is now included
-Revision3 is now included
-TheTend is now included
-Added special searches for MetaCafe
-Made small improvements to the description filter
-Fixed a bug in StageVu where the thumbnails weren't showing as the site changed
-Fixed a bug in CrunchyRoll that caused it to reach the end of results on the first page
-MuchoSucko script is fixed after the videos stopped working
-Google Video script is fixed after the videos stopped working
-MegaVideo and MegaPorn thumbnails now don't show to stop the search from being slow

1.7
-Vimeo is now included
-VidMax is now included
-MegaVideo is now included although the search is very slow
-MegaPorn is now included although the search is very slow
-The optional theme has been updated
-Added special searches for YouTube and TNAFlix
-Adult Filter is now an option in the config
-Fixed a bug in Pornhub where the videos wouldn't play due to site changes

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


If there are any problems with it please let me know and I will do my best to fix them.
You can download Ultimate PSPTube 2.0 from:
Mediafire: http://www.mediafire.com/?sharekey=4...280f6d5c658cbf
Rar Attachment on MaxConsole: http://forums.maxconsole.net/attachm...9&d=1238357648
Zip Attachment on MaxConsole: http://forums.maxconsole.net/attachm...0&d=1238357791

Site Progress List: http://jk108.100webspace.net/Site%20Progress%20List.txt

Last edited by JK108; 03-29-2009 at 04:15 PM.
Reply With Quote
  #2  
Old 11-22-2008, 12:25 PM
tony5607's Avatar
tony5607 tony5607 is offline
PSP Guru
 

Join Date: May 2008
Location: Location: Location: Location: Location: Location: Location: Location: Location: Location: Location:
Posts: 2,035
tony5607 is on a distinguished road
Default

Great job JK, I will sure enough try this out.

+rep.
Reply With Quote
  #3  
Old 11-22-2008, 12:55 PM
jibbz's Avatar
jibbz jibbz is offline
Senior Member
PSP Titan
 

Join Date: Jan 2007
Location: My Pirate Ship.
Posts: 4,154
jibbz is just really nicejibbz is just really nicejibbz is just really nicejibbz is just really nicejibbz is just really nice
Default

I will give this one a try later ..... Thanks
__________________

Jibbz The Pirating Pimp
Reply With Quote
  #4  
Old 11-22-2008, 01:40 PM
hellsfire's Avatar
hellsfire hellsfire is offline
PSP Newbie
 

Join Date: Feb 2007
Location: Under a Rock...
Posts: 8
hellsfire Has a Beginner Reputation
Default

Yay! Thanks for all of your hardwork and effort.

Will be trying this now ^^
__________________
Reply With Quote
  #5  
Old 11-22-2008, 01:44 PM
irishman909121 irishman909121 is offline
PSP Newbie
 

Join Date: Oct 2008
Posts: 8
irishman909121 Has a Beginner Reputation
Talking

OMG!!! never thought I see the day PSPtube got updated/redone. Thanks for all your work, I've been checkin everyday for news since you excepted the job. You should post a paypal donation page and get some $$$
Reply With Quote
  #6  
Old 11-22-2008, 02:24 PM
terrawar terrawar is offline
PSP Newbie
 

Join Date: May 2007
Posts: 9
terrawar Has a Beginner Reputation
Default

Yeah,at last!Great work,JK108!
I tried it and it looks great but I've got a problem with the Youtube script.When I type something it starts searching for about a minute and finally it doesn't find any videos.(Youtube'psp'-No video)Pls help!

EDIT:I solved the problem-it was due to my net connection.
The other scripts work perfect.Nice release!

Last edited by terrawar; 11-23-2008 at 04:31 PM.
Reply With Quote
  #7  
Old 11-22-2008, 02:34 PM
JK108 JK108 is offline
PSP Smarty
 

Join Date: Nov 2008
Posts: 110
JK108 Has a Beginner Reputation
Default

Quote:
Originally Posted by terrawar View Post
Yeah,at last!Great work,JK108!
I tried it and it looks great but I've got a problem with the Youtube script.When I type something it starts searching for about a minute and finally it doesn't find any videos.(Youtube'psp'-No video)Pls help!
The other scripts work perfect.Nice release!
Thats strange it works fine for me. Can I ask what u searched?
EDIT: oh psp lol - that works fine for me. I dont know what the problem could be, did you change anything? Maybe try changing the site order although that shouldn't make a difference.

Last edited by JK108; 11-22-2008 at 02:42 PM.
Reply With Quote
  #8  
Old 11-22-2008, 05:17 PM
tony5607's Avatar
tony5607 tony5607 is offline
PSP Guru
 

Join Date: May 2008
Location: Location: Location: Location: Location: Location: Location: Location: Location: Location: Location:
Posts: 2,035
tony5607 is on a distinguished road
Default

Quote:
Originally Posted by terrawar View Post
Yeah,at last!Great work,JK108!
I tried it and it looks great but I've got a problem with the Youtube script.When I type something it starts searching for about a minute and finally it doesn't find any videos.(Youtube'psp'-No video)Pls help!
The other scripts work perfect.Nice release!
It has to do with either your internet connection or something else.

I tried PSP in Youtube, and it worked fine for me.
Reply With Quote
  #9  
Old 11-22-2008, 07:08 PM
ajnauron ajnauron is offline
PSP Newbie
 

Join Date: Nov 2008
Posts: 21
ajnauron Has a Beginner Reputation
Default Sweet

I was waiting for this. Run in the 5.00 kernel.

Last edited by ajnauron; 11-22-2008 at 07:17 PM.
Reply With Quote
  #10  
Old 11-22-2008, 11:22 PM
mabok mabok is offline
PSP Newbie
 

Join Date: Nov 2008
Posts: 5
mabok Has a Beginner Reputation
Default

Hmm, Tube8 never include, wonder why?
But oh well, i just add it on my own. =)
Reply With Quote
Reply

 



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 -4. The time now is 04:23 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©