Home > Projects > cuteTube2

cuteTube2

Contents

About

cuteTube2 is a feature-rich client for YouTube, Dailymotion and Vimeo, and is the successor to cuteTube. cuteTube2 is available for Maemo5, MeeGo-Harmattan and Symbian.

Features of cuteTube2 include:

Defining authentication credentials.

User-defined credentials are currently provided by specifying them in the configuration file. In Symbian this file is located at C:/.config/cuteTube2/cuteTube2.conf. On the Linux platforms it is located at ~/.config/cuteTube2/cuteTube2.conf. The following fields are used for supplying credentials:

YouTube

Dailymotion

Vimeo

Below is an example configuration:

[YouTube]
apiKey=MyApiKey
clientId=MyClientId
clientSecret=MyClientSecret
scopes=https://www.googleapis.com/auth/youtube,https://www.googleapis.com/auth/youtube.force-ssl
[Dailymotion]
clientId=MyClientId
clientSecret=MyClientSecret
redirectUri=http://mywebsite.com/auth
scopes=userinfo,manage_videos,manage_favorites,manage_playlists
[Vimeo]
clientId=MyClientId
clientSecret=MyClientSecret
redirectUri=http://mywebsite.com/auth
scopes=public,private,create,edit,delete,interact

Scopes can be specified independently of the credentials, so if you wish to use the cuteTube2 credentials, you may simply specify your own scopes in order to limit how cuteTube2 accesses your accounts. Features will be enabled/disabled in the UI accordingly. The scopes granted to the application when authenticating are stored along with the access token, enabling different scopes to be used for each access token.

Plugins

Below are the currently available plugins:

Name Description Supported resources Download (Symbian Anna/Belle)
Pornhub NSFW video site Categories, videos, users, streams cutetube2-pornhub_2.0.0_anna_belle.sis
PornTrex NSFW video site Categories, videos, streams cutetube2-porntrex_2.0.0_anna_belle.sis
TV Live TV streams and podcasts Categories, videos, streams cutetube2-tv_2.0.0_anna_belle.sis
VBOX7 Video site Videos, users, streams cutetube2-vbox7_2.0.0_anna_belle.sis
Veoh Video site Videos, streams cutetube2-veoh_2.0.0_anna_belle.sis
Videoclip.bg Video site Categories, videos, comments, users, streams, subtitles cutetube2-videoclip_2.0.0_anna_belle.sis
Wenoo.net Video site Categories, videos, users, streams cutetube2-wenoo_2.0.0_anna_belle.sis

Screenshots

Symbian


Channel

Videos

Video details

Transfers

MeeGo-Harmattan


Channel

Videos

Video details

Comments

Maemo5


Channel

Videos

Video details

Playlist details

Downloads

Source code

cuteTube2 is licensed under GPLv3. The project is hosted at GitHub.