![]() |
[ANNOUNCE] pymp youtube-dl frontend - video downloader and mp3 converter
Some of you already use youtube-dl on the N900. As pymp is just a frontend, the most credit goes to the makes of youtube-dl and mplayer and lame and...
Pymp is the frontend for and based on the script youtube-dl. youtube-dl is a downloader for videos from certain sites (youtube.com, google video, yahoo video ...). Therefor it is not specialized on one. This program only relies on the availability of the video host. Which is much better than that of the conversion sites which also dont really function with mobile browsers. For N900 cutting and normalizing the audio is only available if normalize and sox would be available. Pymp needs python (pyqt), mplayer and lame installed. Pymp is more intended for desktop computers but can also run on the N900. But it is recommend to keep the number of simultaneous downloads and conversions low. The simple usage would be like: Add some URLs into pymp. Start downloading. Watch the movies. Features
Not much, but enough to make me happy ;). Screenshots https://sites.google.com/site/markus...=240&width=400 http://sites.google.com/site/markuss...=240&width=400 http://sites.google.com/site/markuss...=240&width=400 Resources Pymp is currently available through extras-devel (search for extras-devel warnings before activating it). pymp in extras-testing Pymp builds on maemo.org Pymp download page here you can get a *.deb or *tar.gz. The *tar.gz needs to be extracted on the PC (as long as it fails on the N900) and then the directory can be copied to the N900. Pymp@googlecode Pymp website |
Re: [ANNOUNCE] pymp youtube-dl frontend - video downloader and mp3 converter
Now there can be files or directories in the "download list" which then will be converted (if mp3 is checked).
This (nearly obvious) idea was given here http://talk.maemo.org/showthread.php?t=69882 . |
Re: [ANNOUNCE] pymp youtube-dl frontend - video downloader and mp3 converter
Hi first thanks, I have been using cute tube to download music, but I figure the mp4 files are killing my battery and space.
I just did my first conversion of an mp4 (mp4 to mp3 of a youtube vid I had already downloaded) and it seemed to work although the progress bar never showed finished it only went to 50%. Also the upgrade from version to version of the app fails, you have to do apt-get --purge and remove the old one first. Also would it be possible to make it take wildcards? for instance all the mp4's I have in one directory I want to convert to mp3 but now I would have to specify each one manually. Much better would be /path/to/dir/*. even better would be a browse to dir so you don't have to peck away at it. Also would be nice to have an option to have the conversion process strip off the .mp4 part of the file name. now it ends up taking the original file somefile.mp4 and changing it to somefile.mp4.mp3. Again thanks for the app... |
Re: [ANNOUNCE] pymp youtube-dl frontend - video downloader and mp3 converter
Thank you for your feedback. Those are nice ideas and I would like to implement them. But currently there is a lack of time. Sorry for that :(. And my wife doesn't know regexs/wildcards so she is happy so far ;).
|
Re: [ANNOUNCE] pymp youtube-dl frontend - video downloader and mp3 converter
would it be possible to make an app like this to convert audio files to mp3?
|
Re: [ANNOUNCE] pymp youtube-dl frontend - video downloader and mp3 converter
Just use
Code:
mplayer -ao pcm audiofile Code:
lame audiodump.wav NewName.mp3 |
Re: [ANNOUNCE] pymp youtube-dl frontend - video downloader and mp3 converter
This is very nice, but change the 128kbps convert to 192-> . 128kbps is very lame if you play that on good speakers.
|
Re: [ANNOUNCE] pymp youtube-dl frontend - video downloader and mp3 converter
The version 0.0.5 (since 2011-06-05) is now able to only convert files to mp3 and also allows you to adjust the audio bitrate as you like. Thank you for your input :).
|
Re: [ANNOUNCE] pymp youtube-dl frontend - video downloader and mp3 converter
Quote:
|
Re: [ANNOUNCE] pymp youtube-dl frontend - video downloader and mp3 converter
Yes, thats true. That is a bug in the pymp-debian installations scripts of the old version. You have to uninstall/remove it and install it again (no update).
For future releases updating will work. So you can do the following to fix it on command line level: Code:
apt-get remove --purge pymp #or: dpkg --purge pymp |
Re: [ANNOUNCE] pymp youtube-dl frontend - video downloader and mp3 converter
When I try to download/convert video to mp3 it downloads to 50%, but then it stops? Older version was working well. Anyne else having same problem?
|
Re: [ANNOUNCE] pymp youtube-dl frontend - video downloader and mp3 converter
Uhm strange - now I've got that problem too... never did saw that while testing. I hope you had the same issue like I did - and I will fix that.
|
Re: [ANNOUNCE] pymp youtube-dl frontend - video downloader and mp3 converter
Quote:
|
Re: [ANNOUNCE] pymp youtube-dl frontend - video downloader and mp3 converter
Probably you have to wait until the weekend. Sorry for that. But thanks for pointing it out and being persistent in asking :) and keeping me thinking about it.
|
Re: [ANNOUNCE] pymp youtube-dl frontend - video downloader and mp3 converter
No hurry! Well worth the wait!!!!!
|
Re: [ANNOUNCE] pymp youtube-dl frontend - video downloader and mp3 converter
Quote:
:confused: thank you in advance for resolving it! :D |
Re: [ANNOUNCE] pymp youtube-dl frontend - video downloader and mp3 converter
Btw. that only happens if you select mp3 (only). If you select video and mp3 it works. But you have to remove the videos manually.
|
Re: [ANNOUNCE] pymp youtube-dl frontend - video downloader and mp3 converter
Here the same thing can not download????
|
Re: [ANNOUNCE] pymp youtube-dl frontend - video downloader and mp3 converter
Okay with the newest version everything should be fine again. It's now available either through download, extras-devel or extras-testing.
|
Re: [ANNOUNCE] pymp youtube-dl frontend - video downloader and mp3 converter
Thanks man! Now it works great!
|
Re: [ANNOUNCE] pymp youtube-dl frontend - video downloader and mp3 converter
This app is great! But would it be possible to add a third download option to download videos in resolution compatible for watching on the n900?
|
Re: [ANNOUNCE] pymp youtube-dl frontend - video downloader and mp3 converter
What we do wrong? when install mplayer, lame and pymp and run pymp from terminal it says:
Code:
Nokia-N900:~# pymp.py |
Re: [ANNOUNCE] pymp youtube-dl frontend - video downloader and mp3 converter
I forgot to add the python dependencies. You also need to install:
Code:
python2.5 |
Re: [ANNOUNCE] pymp youtube-dl frontend - video downloader and mp3 converter
Thank you so much! Can you add those in dependencies :). And maybe mplayer and lame. so people won't need to add those when they install your awesome software :).
|
Re: [ANNOUNCE] pymp youtube-dl frontend - video downloader and mp3 converter
However, lame and mplayer are in the dependencies and should be automatically installed...
|
Re: [ANNOUNCE] pymp youtube-dl frontend - video downloader and mp3 converter
Hi,
can someone tell me why it is using 100% of cpu while converting??? is it possible to reduce??? thanks in advance |
Re: [ANNOUNCE] pymp youtube-dl frontend - video downloader and mp3 converter
Pymp was originally intended for PC usage ;) - converting is a computing power intensive task. And I don't know how to reduce the CPU usage for python threads - maybe someone knows?
Anyhow, if the converter gets less CPU time it will take longer - do you want that? |
Re: [ANNOUNCE] pymp youtube-dl frontend - video downloader and mp3 converter
That's really good that it download video and convert it to mp3. i also use one youtube to mp3 converter. it works great and convert videos to mp3 fast. i will also gonna try this one.
|
Re: [ANNOUNCE] pymp youtube-dl frontend - video downloader and mp3 converter
1 Attachment(s)
hi! I am getting this error while downloading,
"Download error. See /home/user/.pymp.py/pymp.py.log for more information" screenshot for log file also atached. any suggestion please, what should i do to make this working? |
Re: [ANNOUNCE] pymp youtube-dl frontend - video downloader and mp3 converter
Usually updating the downloader helps.
This can be done with: Preferences->Downloader->Clicking on downloader version button. |
Re: [ANNOUNCE] pymp youtube-dl frontend - video downloader and mp3 converter
I there any change to get this app on n9?
|
Re: [ANNOUNCE] pymp youtube-dl frontend - video downloader and mp3 converter
I dont know. My guess would be it should just run there. If there is python and pyhton-qt support for the N9 you could just download the tar.gz from http://code.google.com/p/pymp/downloads/list and copy the files to the N9 and run them... I know this is not as easy as a built-in installer... but my guess is, that it will work.
Unfortunately the USB-Port of my N900 was broken and they did not offer me a new N900 - so I was fed up with Nokia and won't buy a N9. And the N9 wont be sold in my country anyway. |
Re: [ANNOUNCE] pymp youtube-dl frontend - video downloader and mp3 converter
i hear you! ****ing Eflop. I can try that, but i do not that tallent :). You can repair usb and there is many quides to do that. Don't trow your hope away about n9..
|
Re: [ANNOUNCE] pymp youtube-dl frontend - video downloader and mp3 converter
Thanks for your sympathy. Unfortunately this was unrepairable. The mounting pads of the USB connector broke of the PCB. This is usually not repairable.
|
Re: [ANNOUNCE] pymp youtube-dl frontend - video downloader and mp3 converter
No luck.. i try to run it by typing
python pymp.py something qt4 python errors.. damned.. maybe then it will work, if someone can port full python on harmattan/maemo6/n9. |
Re: [ANNOUNCE] pymp youtube-dl frontend - video downloader and mp3 converter
Hehe... you are on the right track ;). Its not the full python. I guess the basic python is there. The thing that is missing is qt libs for python. So someone needs to port pyqt4 (if it isnt already - I dont know). Or I need to rewrite it using pyside. But I'm currently not bored enough in real life to do so - sorry :(.
|
Re: [ANNOUNCE] pymp youtube-dl frontend - video downloader and mp3 converter
Heha :D. Ok
|
Re: [ANNOUNCE] pymp youtube-dl frontend - video downloader and mp3 converter
ok.. now i have little time to try this so.. I installed:
Code:
apt-get install python-lib* Tracebak (most recent vall last): File "pymp.py", line 20, in <module> from PyQt4 import QtGui, QtCore ImportError: No module named PyQt4 If someone try this some raining day :). So PyQt4 is missing.. for now. |
Re: [ANNOUNCE] pymp youtube-dl frontend - video downloader and mp3 converter
The funny thing is: I wrote it in python to have it easy portable to meego... and after I started implementing it in pyqt I got to know that there is pyside - I was like: D'oh. And than my N900 broke and so my enthusiasm.
Is pyside supported on the N9? (took longer than 30sec to google it :P) |
Re: [ANNOUNCE] pymp youtube-dl frontend - video downloader and mp3 converter
http://wiki.meego.com/Python/Harmattan
hmm.. Maybe there is..... "in addition to the listed APIs above (provided by python-dbus, python-pyside, python-qtmobility, python-qtsparql) there are lots of packages:" |
All times are GMT. The time now is 11:59. |
vBulletin® Version 3.8.8