![]() |
Re: [Announce] cuteTube - A feature-rich YouTube client
I assume that the non-playable videos are ones which use something in flash or htlm5 to decode/decrypt the streams.
It seems that the youtube videos I get unplayable stream errors for are music videos by big content producers. |
Re: [Announce] cuteTube - A feature-rich YouTube client
Thanks for the suggestion, but it seems that it cannot play anything - not just music videos but e.g. kali on n900 or whatever (did some random search)...
|
Re: [Announce] cuteTube - A feature-rich YouTube client
Quote:
|
Re: [Announce] cuteTube - A feature-rich YouTube client
Quote:
|
Re: [Announce] cuteTube - A feature-rich YouTube client
xhamster updated! thanks marxian. i love cutetube so much. allows me to enjoy youtube videos whilst tucked in bed!
|
Re: [Announce] cuteTube - A feature-rich YouTube client
Hi, does CuteTube2 still work for harmattan? I can't play any video from youtube, always "no video stream found" error appears. Do I need to install any additional packages to make it work?
|
Re: [Announce] cuteTube - A feature-rich YouTube client
xvideos plugin as well as xhamster updated!:D
|
Re: [Announce] cuteTube - A feature-rich YouTube client
Can't login to Vimeo using CuteTube2. Any solutions?
|
Re: [Announce] cuteTube - A feature-rich YouTube client
Quote:
|
Re: [Announce] cuteTube - A feature-rich YouTube client
Quote:
|
Re: [Announce] cuteTube - A feature-rich YouTube client
Quote:
10 chars |
Re: [Announce] cuteTube - A feature-rich YouTube client
Quote:
|
Re: [Announce] cuteTube - A feature-rich YouTube client
Quote:
OK, answering my own question: just needed to change video player in Settings (from cutetube to mediaplayer or mplayer - both are working fine). jm |
Re: [Announce] cuteTube - A feature-rich YouTube client
One example of failure: Green day Oh Love [Official video]
is anyone able to view this video without receive the error "no streams found"? |
Re: [Announce] cuteTube - A feature-rich YouTube client
Wow! marxian, freemangordon and others.... I had no idea it was still possible to watch Youtube vids on my N900.
This is going to be life-changing! Muchas gracias! |
Re: [Announce] cuteTube - A feature-rich YouTube client
Quote:
|
Re: [Announce] cuteTube - A feature-rich YouTube client
Quote:
@marxian: there is something wrong with the packaging - libraries (qyoutube etc.) does not show as updates in application manager, one has to do apt-get upgrade by hand. I guess the correct section in debian/control should not be "libs", but "user/multimedia" |
Re: [Announce] cuteTube - A feature-rich YouTube client
having a strange problem now! first i was getting no streams found but after updating videos initially played but i am now getting video cannot be played on some videos especially vevo. however i found out that if i changed quality from 360 mp4 to 240 flv or 360 webm the video plays tho with poorer quality!
so it seems i cannot play 360 mp4 streams. this applies to all players |
Re: [Announce] cuteTube - A feature-rich YouTube client
Sorry if this sound noobish but how do i update qyoutube,qdailymotion for cutetube2 0.2.2 for my n9?;and also where cause i checked in maemo.org/packages and its for fremantle not harmattan.I really appreciate it if anyone can help me.Thanks
|
Re: [Announce] cuteTube - A feature-rich YouTube client
Quote:
https://openrepos.net/content/marxian/cutetube2 cuteTube2 0.2.3 for Harmattan can be downloaded from marxian's site: http://marxoft.co.uk/projects/cutetube2/#downloads |
Re: [Announce] cuteTube - A feature-rich YouTube client
Quote:
This new "Live TV streams and podcasts" plugin sounds promising, although it's now working only for Symbian. |
Re: [Announce] cuteTube - A feature-rich YouTube client
Hi Marxian. I noticed you've updated Cutetube. The " no streams found "error has gone in Youtube but nowHowever now Cutetube refuses to even play the videos no matter what stream i choose! Error says "video cannot be played" I tried other players n they also cannot play
Thanks so much. For this app. I use it every day |
Re: [Announce] cuteTube - A feature-rich YouTube client
So the latest update(Cutetube2 0.5.1) appears to remove the automatic integration of ffmpeg(if installed) to convert videos to mp3.
I notice there is an execute custom command in it's place, or maybe this was already there. In any case what would be the correct ffmpeg string with %=filename to get the input videos to automagicaly convert DLs to mp3? I have already tried several combinations think this is what I stopped with Code:
ffmpeg -i % -acodec libmp3lame %.mp3 (edit) I checked and ffmpeg is still installed. |
Just wondering - why is Harmattan stuck at 0.2.3?
|
Re: [Announce] cuteTube - A feature-rich YouTube client
Quote:
https://github.com/marxoft/cutetube2...ttan/changelog the latest version of cutetube2 for Harmattan is 0.5.1, the same as for the Maemo5 and Symbian versions. As to why marxian has not published an installation file for cutetube2 version 0.5.1, maybe he has no working N9 to test it on. Someone could ask him if this indeed is the case. |
Re: [Announce] cuteTube - A feature-rich YouTube client
Quote:
"* Replace save as audio feature with custom command." cool super hackable feature if I were a better geek So what is the command to replicate that service? In cutetube2 (see my attempt above) which I could see starting after DL finished but left me with a video file not an mp3 so must have failed. I probably misused the % in the script |
Re: [Announce] cuteTube - A feature-rich YouTube client
I will be more verbose.
There are two new custom command places in 0.5.1 the first is in the Media/content heading Custom command(%u for URI) _____________________ the second is in Transfers Custom command (%f for filename) _____________________ I am reasonably sure that this is where we put the ffmpeg convert string and while there is an override global settings and space for a special custom command in the download media option it would be nice to have the old option of convert(or run custom command) in the GUI. IN any case if anyone would like to take a knock at what custom command it would take to make an mp3 or m4v I would love to see it. I tried Code:
ffmpeg -i %f %f.m4a |
Re: [Announce] cuteTube - A feature-rich YouTube client
Quote:
you can start cutetube with verbosity from commandline: Code:
/opt/cutetube2/bin/cutetube2 -v 5 Code:
cd <path where cutubefiles stores downloads> Code:
/usr/bin/ffmpeg -i "%f" -vn -acodec copy "%f".m4a |
Re: [Announce] cuteTube - A feature-rich YouTube client
Quote:
|
Re: [Announce] cuteTube - A feature-rich YouTube client
Not got device to hand to test though, but wouldn't the output of this be VideoFileName.xxx.m4a where xxx is the original extension (flv/mp4)?
|
Re: [Announce] cuteTube - A feature-rich YouTube client
It does change the file from *.flv or *.mp4 to *.m4a, whatever youtube gives that ffmpeg can convert, as before with the convert to audio clickbox, it is now an opt-out of convert to audio if you put this in your main settings; and you still need ffmpeg.
|
Re: [Announce] cuteTube - A feature-rich YouTube client
Yeah, I was only referring to the output filename, "%f" > "%f".m4a. shouldn't there be a regex or something to strip %f of its original extension?
|
Re: [Announce] cuteTube - A feature-rich YouTube client
cutetube2 isn't allowing implicit bash-regexes like
Code:
/usr/bin/ffmpeg -i "%f" -vn -acodec copy `xxx="%f";${xxx%\.*}`.m4a any other hints are welcome |
Re: [Announce] cuteTube - A feature-rich YouTube client
Not terribly important but while I did a search for lib mp3lame and found none, yet I remember fooling with a script on the N900 for software defined radio using a Realtek dongle and we were outputting mp3 files. It would be nice to script cutetube to output mp3 mostly for news, lectures, talkshows, and such with Panucci which will not play ogg or aac(m4a).
I also notice that WebM video is not processed by ffmpeg though mp4 and 3gp work as well as flv which I do not see often anymore. |
Re: [Announce] cuteTube - A feature-rich YouTube client
Quote:
btw, have you tried Code:
`basename "%f" ".mp4"` |
Re: [Announce] cuteTube - A feature-rich YouTube client
Guys,
Local videos plugin isn't working anymore? I cannot even find it in the service selector. |
Re: [Announce] cuteTube - A feature-rich YouTube client
I am trying hard to install cutetube2 0.5.1 Maemo5 from the marxoft site directly on my CSSU thumb. Program manager tells me that there are missing packages:
libqtm-12 qdailymotion (>= 0.1.2) qvimeo (>= 0.0.3) qyoutube (>= 0.1.3) In which repo are these packages located? How do you search for the location of such programs in repos? Update: Got it. I included the recommended extras testing and devel repositories and installation was OK. |
Re: [Announce] cuteTube - A feature-rich YouTube client
Quote:
I'm not sure when this issue first occurred. Maybe some bug introduced in the latest build? |
Re: [Announce] cuteTube - A feature-rich YouTube client
Quote:
im very happy cos I love this app and my N900 is still the best media player for me! |
Re: [Announce] cuteTube - A feature-rich YouTube client
Quote:
However in case anyone is interested i have another method to actually watch in the browser or in a full screen window. 1. Delete any youtube cookies 2.change your useragent to an old firefox browser. I use that for firefox 23 (Mozilla/5.0 (Windows NT 6.2;rv:22.0) Gecko/20130405 Firefox/23.0) 3.go into youtube.com. it will tell that your browser is deprecated n you should change. Say no thanks and look for your video Eg donna lee -charlie parker https:www.youtube.com/watch?v=QdD6XE9DtAE 4. To watch this video in browser just add "&nohtml5=1" like this https:www.youtube.com/watch?v=QdD6XE9DtAE&nohtml5=1" or in a seperate window just change the link to this by replacing "watch?v=" with "v/" https:www.youtube.com/v/QdD6XE9DtAE very annoying but it works 😀 |
All times are GMT. The time now is 23:18. |
vBulletin® Version 3.8.8