Active Topics

 



Notices


Reply
Thread Tools
jcompagner's Avatar
Posts: 290 | Thanked: 165 times | Joined on Sep 2009
#61
Originally Posted by Laughing_Man View Post
Any tips on how to remove a song from a saved playlist without having to delete the whole playlist and re create it? (painfull to do it with over 300 songs in a playlist)
https://bugs.maemo.org/show_bug.cgi?id=5318
 
Posts: 67 | Thanked: 26 times | Joined on Jan 2010
#62
ive attached a small python script i wrote last week. you select a folder and it will create a playlist of all songs in that folder. also subfolders if you like.
you have to have python installed and run this from command line.
use at your own risk! :P
Attached Files
File Type: txt mp3.py.txt (3.7 KB, 250 views)
 

The Following User Says Thank You to toucan murphy For This Useful Post:
Posts: 2,829 | Thanked: 1,459 times | Joined on Dec 2009 @ Finland
#63
toucan murphy,
Nice. Does it do any sorting?
 
Posts: 67 | Thanked: 26 times | Joined on Jan 2010
#64
hi it only creates the playlists in order from the folder which from python seems to be filename alphabetical. if you choose subfolders it will scan down through these alphabetical also. so if each alsum is in its own folder it will keep albums together but file names would have to start with trak numbers to play the albums in order.
this is my first python program - im not sure if there is way to read track info and do more advanced sorting! ...

Last edited by toucan murphy; 2010-03-26 at 07:12.
 
cjp's Avatar
Posts: 762 | Thanked: 395 times | Joined on Jan 2010 @ Helsinki
#65
I find the playlist functionality in the native Media player quite terrible TBH, although now I'm accustomed to using it. The logic is really foreign to me and editing existing playlists next to impossible.

Oh well, stuff for the next firmware updates to fix.
 
slobodsky's Avatar
Posts: 63 | Thanked: 41 times | Joined on Feb 2010 @ Moscow
#66
Originally Posted by Davey101 View Post
Code:
find -name \*mp3 | sort > playlist.m3u
Obviously this only works for files containing "mp3" in lowercase.
Use -iname - it's case insensitive.
__________________
Sorry for bad English. If you can point out mistakes in this post, send me a private message.
 

The Following 2 Users Say Thank You to slobodsky For This Useful Post:
Posts: 1 | Thanked: 2 times | Joined on Mar 2010 @ Dorset, UK
#67
Like most here I find the current playlist system in Mplayer really rather rubbish.

That said the work around using WMP to create a list, taking out the location specific path, and saving to the same location as the MP3s works well.

Problem I now have is the large music collection is spreading onto a SDHC card.

Anyone know how to reference MP3s held on the internal storage and the SDHC card in the same playlist?
 
Posts: 55 | Thanked: 14 times | Joined on Mar 2009 @ UK
#68
Originally Posted by slender View Post
But I need list with realtive folder names or full folder names. Which one btw. works with default mediaplayer? And files should be sorted by mp3 file name, not by directory name.

.edit
Maybe with find?
Yes ... try:

find . -name *.mp3 > list.m3u

I found the list under "Imported" playlists..

Rgrds

Peter
 
Posts: 1 | Thanked: 0 times | Joined on Nov 2010
#69
Originally Posted by Brunorange View Post
I like the Jabra BT-3030 It looks like a dog tag, you can change number back and f.ward, ffward and backwards, vplumen up and down and of cause answer phone/start Voicecall (and reject call I think) and I read that it has Multi-point – can link to 2 Bluetooth-units at same time (don't know if that is ever usefull but hey). oh and it has a 3.5 jack so you can choose your own earplugs... oh oh and it charges with a mini usb. :P
I have bt-3030, but its controls won't work like back & f.ward or volume. Am I missing some settings here? Please help.
 
Ali's Avatar
Posts: 248 | Thanked: 51 times | Joined on Jan 2010 @ Amsterdam
#70
Originally Posted by Laughing_Man View Post
Any tips on how to remove a song from a saved playlist without having to delete the whole playlist and re create it? (painfull to do it with over 300 songs in a playlist)
hi ,

if u open mediaplayer and play ur playlist then if u click leftside of the screen or on the picture of ur currently plying album u will see all the songs in ur playlist which is playing and after that if u longpress on the song u want to delete u can choose to delete it from playlist.

hope this will be enough to help u,

cheers
 
Reply

Thread Tools

 
Forum Jump


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