PDA

View Full Version : Ultimate PSPTube 1.5



AdamRav
December 13th, 2008, 20:02
All Thanks Go To JK108 For Taking His Own Time Making Scripts For Us To Use

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


Ultimate PSPTube 1.5
--------------------

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
-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
------------
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",
"Wanktube",
"Pornhub",
"MuchoSucko",
"Dailymotion",
"LiveLeak",
"TubeIso",
"StageVu",
"Guba",
"NothingToxic",
"MyVideo",
"VBox7",
"Tudou",
"ThatVideoSite",
"MySpace Videos",
"Veoh",
"Google Video",
"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",
"Wanktube",
"Pornhub",
"MuchoSucko",
"LiveLeak",
"TubeIso",
"StageVu",
//"Guba",
"NothingToxic",
"MyVideo",
"VBox7",
"Tudou",
"ThatVideoSite",
"MySpace Videos",
"Google Video",
"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/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.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

Download and Give Feedback Via Comments

gamefreak199101
December 13th, 2008, 21:09
thanks alot for the update, saw on maxconsole also

shadowriffe
December 13th, 2008, 21:32
Could someone send me a configuration file with all the adult sites disabled and youtube put in high quality?

For some reason I get an error when trying to open the config.

You'd be aweeessoommmeee...

AdamRav
December 13th, 2008, 21:41
Could someone send me a configuration file with all the adult sites disabled and youtube put in high quality?

For some reason I get an error when trying to open the config.

You'd be aweeessoommmeee...

Here you go

Tesseract
December 13th, 2008, 22:19
I have a few requests on this:

- Make a drop-down menu to select the site you want to browse. Every time I hit 'Select', it tries to search for the existing search string in EVERY site I flip past. Only way to avoid this is to go so fast that I often miss the site I actually want to search.

- Add RTMP support. Hulu on the go? Yes, please. :D

Those aside, this is one of the few programs that I have installed on each of my MemSticks so I don't have to fish around for the right stick to watch streaming video. Good stuff!

shadowriffe
December 13th, 2008, 22:56
Thanks for the config, I didn't realize until after that you could open it with Notepad... I don't know why my comp wanted to use something else.

Spanishpeacock
December 14th, 2008, 02:32
This is why this site is the best. Everyone is trying to help each other and show support for those coders trying to make our lives better with their programs for PSP. I might sound like a suck-up right now, but when you find a site full of people that are actually helping each other out, you realize you've found a good website.

shadowriffe
December 14th, 2008, 03:22
Agreed this site is probably the best PSP community out there. Don't see no flamers or trollers, nosiree.

Just people looking for homebrew.

mike03$$$
December 14th, 2008, 08:34
nice

watupgroupie
December 14th, 2008, 23:31
I have a few requests on this:

- Make a drop-down menu to select the site you want to browse. Every time I hit 'Select', it tries to search for the existing search string in EVERY site I flip past. Only way to avoid this is to go so fast that I often miss the site I actually want to searchImpossible to fulfill this request. These guys are simply adding scripts and maintaining them. Sofiacat dropped development on this a long time ago. There is no source code, so changes to the program like that are impossible.

mcdougall57
December 15th, 2008, 01:10
Agreed this site is probably the best PSP community out there. Don't see no flamers or trollers, nosiree.

Just people looking for homebrew.

Completely true, except for a few exceptions and thats why I stay loyal to this site. I'm sure it used to have a lot more traffic though :S

firemaster#1
December 15th, 2008, 03:48
Can you rewind in this Im really hoping for that plz great job btw though

seksmeup
December 15th, 2008, 04:37
Rewind would be useful. Also, a bug, possibly, that when loading up videos using a longer search term, tends to freeze the PSP. Unless it's a coincidence that the longer search terms freeze the PSP, but it's something wrong with the video or site itself.

evenexchange
December 15th, 2008, 11:29
awesome thanks man keep up the good work!

bagmouse7
December 15th, 2008, 15:12
Great work!!!
This is my most used PSP app.
Thanks!

XyBeR
December 15th, 2008, 15:46
- Make a drop-down menu to select the site you want to browse. Every time I hit 'Select', it tries to search for the existing search string in EVERY site I flip past. Only way to avoid this is to go so fast that I often miss the site I actually want to search.


If you press O and delete your search you can switch between sites/favorites better.

gotchix
December 15th, 2008, 16:46
hey can someone help me ive tried installing it but when i go to start it like freezes on me i get a black screen and i don't get the network connection screen

and i have cfw 352 m33

ishimef
December 16th, 2008, 06:29
try updating your firmware to 4.01 or above

hotashes02
December 17th, 2008, 20:26
Thanks :D

chris110012
December 18th, 2008, 23:23
hi so i just had my psp re-modded(properly) and im at 1.5 cfw. I originally had Super PSPtube on my psp but i had the whole thing rebooted so now i found THIS One which seems whole lot better :P
When I put it in the Game folder it comes up as a black screen with the light still on
the system stays on but the application wont start :\
SO then i tried it in the Game150 folder and I got to the psptube intro message with the foreign writing and the Sofiya cat msg which then leads to the same problem as before

Anyone else here having the same problem?
Any suggestions would be Nice, I'd really appreciate it

Thanks for Reading!
-Chris

GibsonSGKing
December 19th, 2008, 02:05
thanks! awesome awesome awesome program, this is what convinced me to keep my psp instead of getting an ipod touch :D
just one request/suggestion. can pause possibly be implemented? cuz that would be awesome then. also rewind, although i believe somebody else already stated that. thanks for the awesome work! :D

chris110012
December 19th, 2008, 05:19
ok i got my ultimate psptube to work
apparently seeing as I was at 4.01 firmware i needed to save it into my Game4XX Folder(something like that)
Anyway it works fine and is a great improvement to my older version.

ichigoruto
December 21st, 2008, 18:40
try updating your firmware to around 5.00 also for jk i found a site that has a lot of anime and much more that you can watch for free and its called narutowire.com and i'd really like your to put it on your next update whenever you decide to make one and thanks again for you great psptube

acid778
December 22nd, 2008, 14:06
srry if u solved this pro a million times but im a noob can u help i get this erro wen i start this app it used to be ok but now for some reason it isnt

JavaScript Load Error ms0:/PSP/GAME/PSPTube/config.js

thats the error i get plz help im a noob :D

thankz in advance

llbanks
December 25th, 2008, 15:39
-firts : thanks a lot
-second : what is it name song of hombrew ?

thanks

AdamRav
December 25th, 2008, 18:02
-firts : thanks a lot
-second : what is it name song of hombrew ?

thanks

Sorry i don't know the name of the song

but you might want to check out the latest version which is 1.6, just click the link below to download

http://www.dcemu.co.uk/vbulletin/showthread.php?t=176741

llbanks
December 25th, 2008, 19:44
Sorry i don't know the name of the song

but you might want to check out the latest version which is 1.6, just click the link below to download

http://www.dcemu.co.uk/vbulletin/showthread.php?t=176741


Ohhh :(

Yes i know about this last version is 1.6 and i already install this version thanks ;)

youngridah
December 28th, 2008, 08:30
i cant download it.... i mean like i can but it downloads for 3 secs then it goes download completed... then when i opened it, most of the files are missing....

help please

lol55555
July 28th, 2012, 04:16
Thank you