View Single Post
Posts: 804 | Thanked: 1,598 times | Joined on Feb 2010 @ Gdynia, Poland
#1555
Originally Posted by chrischras View Post
cutetube2 isn't allowing implicit bash-regexes like
Code:
/usr/bin/ffmpeg -i "%f" -vn -acodec copy `xxx="%f";${xxx%\.*}`.m4a
nor is there a strformat option (except for imagenumbering) or redericting on the same filename for replacing the downloaded video because it is blocking the downloaded source.

any other hints are welcome
isn't the shell on n900 busybox ash, therefore the command will be run using this interpreter...?

btw, have you tried
Code:
`basename "%f" ".mp4"`
?
 

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