Notices


Reply
Thread Tools
prosper's Avatar
Posts: 104 | Thanked: 228 times | Joined on Mar 2013 @ Poland
#1541
cuteTube2 0.2.3 for Harmattan can be downloaded from marxian's site:
http://marxoft.co.uk/projects/cutetube2/#downloads
"no streams found" still popping up in the latest version (0.2.3), can't stream any video on vimeo. don't have other accounts so can't tell whether they work or not.

This new "Live TV streams and podcasts" plugin sounds promising, although it's now working only for Symbian.
 

The Following 2 Users Say Thank You to prosper For This Useful Post:
Posts: 190 | Thanked: 206 times | Joined on Jan 2010 @ Accra,Ghana
#1542
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
 

The Following 5 Users Say Thank You to tcbl50 For This Useful Post:
Posts: 1,417 | Thanked: 2,619 times | Joined on Jan 2011 @ Touring
#1543
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
it has been a long time since I have had to do much scripting with ffmpeg or anything so my skills are super rusty.
(edit)
I checked and ffmpeg is still installed.

Last edited by biketool; 2016-08-31 at 13:12.
 

The Following 3 Users Say Thank You to biketool For This Useful Post:
Posts: 76 | Thanked: 235 times | Joined on Mar 2013 @ Finland
#1544
Just wondering - why is Harmattan stuck at 0.2.3?
 

The Following 4 Users Say Thank You to paolo_3_1415926 For This Useful Post:
Posts: 39 | Thanked: 117 times | Joined on Apr 2010 @ Norway
#1545
Originally Posted by paolo_3_1415926 View Post
Just wondering - why is Harmattan stuck at 0.2.3?
According to the changelog, see:

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.
 

The Following 3 Users Say Thank You to BentL For This Useful Post:
Posts: 1,417 | Thanked: 2,619 times | Joined on Jan 2011 @ Touring
#1546
Originally Posted by BentL View Post
According to the changelog, see:
https://github.com/marxoft/cutetube2...ttan/changelog
ok, so changelog says
"* 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
 

The Following User Says Thank You to biketool For This Useful Post:
Posts: 1,417 | Thanked: 2,619 times | Joined on Jan 2011 @ Touring
#1547
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
hoping it was just lame acting weird, but no luck again.
 
Posts: 29 | Thanked: 19 times | Joined on Feb 2010 @ Germany, Wolfenbuettel
#1548
Originally Posted by biketool View Post
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 tried
Code:
ffmpeg -i %f %f.m4a
hoping it was just lame acting weird, but no luck again.
Hi,

you can start cutetube with verbosity from commandline:

Code:
/opt/cutetube2/bin/cutetube2 -v 5
and see what results are produced in a second commandline with this:
Code:
cd <path where cutubefiles stores downloads>
ls -ltra |tail
the command for cutetube, where i get to-audio-converted files is this:
Code:
/usr/bin/ffmpeg -i "%f" -vn -acodec copy "%f".m4a
but i'm not glad with it, because the input video-file remains and the outputfilename has already the full input-filename
 

The Following User Says Thank You to chrischras For This Useful Post:
Posts: 1,417 | Thanked: 2,619 times | Joined on Jan 2011 @ Touring
#1549
Originally Posted by chrischras View Post
the command for cutetube, where i get to-audio-converted files is this:
Code:
/usr/bin/ffmpeg -i "%f" -vn -acodec copy "%f".m4a
That did it, thanks!
 
Posts: 1,203 | Thanked: 3,027 times | Joined on Dec 2010
#1550
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)?
 

The Following User Says Thank You to Android_808 For This Useful Post:
Reply

Tags
youtube


 
Forum Jump


All times are GMT. The time now is 03:59.