LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-15-2016, 09:31 AM   #5986
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373

Quote:
Originally Posted by Garthhh View Post
is there a program in the linux world that allows music files to be copied to flashcards & thumbdrives in a specific order [mixtape]?
all the players I have tried organize the files alphabetically or numerically, but not by playlist order...
How does that work under Windows?
Does the file manager on the device somehow know which order the files were added to the flash card in? Why would the device not know that if Linux were used and not Windows?
Sorry, I think I'm misunderstanding you here and thinking you've some reason for assuming that flash storage behaves like tape.
 
Old 05-15-2016, 11:51 AM   #5987
Garthhh
Member
 
Registered: Dec 2011
Distribution: Mageia, Manjaro KDE
Posts: 66

Rep: Reputation: 12
Thanks for the reply
There may not be a windows app that will do mixtape playlist to external drive

I understand that these devices [thumbdrive, sd cards] are treated like harddrives formatted fat32
I use Clementine which will generate & save m3u, xspf playlists in any order I wish, I can even open with exaile or gmusicbrowser
But getting the actual files copied on to external media in that same order, that can play on a car stereo in that same order is what I'm after

I could go through & rename file by file, but that would not be practical for 100's or even 1000's of files
when the files play on
http://www.amazon.com/Pyle-PLR34M-He...&keywords=pyle
a file number is displayed [along with track#, title, artist, album], this number appears to be the primary key
I can also display this # on gmusicbrowser
I see no way to make this visible on Dolphin file browser, I did start a thread on the KDE forum
 
Old 05-15-2016, 12:01 PM   #5988
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Do you know that the device is reading the files in the order they were written? Otherwise then, yes, you probably have to add the track number to the beginning of each filename -- that can probably be automated using something to read the tags and the move command, for example.
 
Old 05-15-2016, 12:57 PM   #5989
Garthhh
Member
 
Registered: Dec 2011
Distribution: Mageia, Manjaro KDE
Posts: 66

Rep: Reputation: 12
Quote:
Originally Posted by 273 View Post
Do you know that the device is reading the files in the order they were written? Otherwise then, yes, you probably have to add the track number to the beginning of each filename -- that can probably be automated using something to read the tags and the move command, for example.
Yes, some different organization [sort] schemes are possible when clementine [got a feature request on their system too] copies to a thumbdrive
it seems that what I'm suggesting is also along the lines of a query of the music files data base using the playlist as a filter

no idea how to do either of those things
ITunes & Brasero used do in order burning, but only as a cd
 
Old 05-15-2016, 01:05 PM   #5990
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Quote:
Originally Posted by Garthhh View Post
ITunes & Brasero used do in order burning, but only as a cd
Yes, because an audio CD is a linear track where data is read in a specific order. On an SD card or other similar storage medium files can be read in any order so the order they are read in is dictated by the system reading the file system on the medium.
So, in essence, I am saying that what you are asking is not possible as that is not how SD cards work. What you have to do is find out how the device playing the music files determines which order to play them in and name them appropriately. This could be done either manually or by creating a script which reads the tags in the file which store the track number and renaming the files appropriately -- that is something you could ask as a question on this web site if it is what you need to do.
 
Old 05-15-2016, 02:20 PM   #5991
Garthhh
Member
 
Registered: Dec 2011
Distribution: Mageia, Manjaro KDE
Posts: 66

Rep: Reputation: 12
thanks for the replies
worked on ITunes with data cd's also...
what I'm seeking is very similar to building a slideshow from image files
the meta data is different enough to preclude using any of the many tools for image files
I'm certainly not the only one who wants this kind of function, I'm not positive there isn't a linux app...

I understand what you have written
 
Old 05-15-2016, 02:20 PM   #5992
Garthhh
Member
 
Registered: Dec 2011
Distribution: Mageia, Manjaro KDE
Posts: 66

Rep: Reputation: 12
thanks for the replies
worked on ITunes with data cd's also...
what I'm seeking is very similar to building a slideshow from image files
the meta data is different enough to preclude using any of the many tools for image files
I'm certainly not the only one who wants this kind of function, I'm not positive there isn't a linux app...

I understand what you have written
 
Old 05-15-2016, 02:23 PM   #5993
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Quote:
Originally Posted by Garthhh View Post
thanks for the replies
worked on ITunes with data cd's also...
what I'm seeking is very similar to building a slideshow from image files
the meta data is different enough to preclude using any of the many tools for image files
I'm certainly not the only one who wants this kind of function, I'm not positive there isn't a linux app...

I understand what you have written
You are asking for something that can't be done because that's not how file systems work. On a data CD there is still just one track that is read but even on them I'd be surprised if every application listed or opened the files in the same order. The order files are read is a function of the application or OS reading them not of the medium they are stored upon.
 
Old 05-15-2016, 10:52 PM   #5994
Garthhh
Member
 
Registered: Dec 2011
Distribution: Mageia, Manjaro KDE
Posts: 66

Rep: Reputation: 12
sure
I understand what you wrote
 
Old 05-15-2016, 10:53 PM   #5995
Garthhh
Member
 
Registered: Dec 2011
Distribution: Mageia, Manjaro KDE
Posts: 66

Rep: Reputation: 12
sure
I understand what you wrote
thanks for the responses...
 
Old 05-16-2016, 12:55 PM   #5996
irneb
Member
 
Registered: Apr 2010
Location: Jo'burg SA
Distribution: Kubuntu, Lubuntu, Fedora, FreeBSD
Posts: 201

Rep: Reputation: 66
Quote:
Originally Posted by Garthhh View Post
I'm certainly not the only one who wants this kind of function, I'm not positive there isn't a linux app...
Yes, that's what playlist files are for. They basically list which files to play in which order.

A "mixed" tape is in a specific order because a tape is a sequential storage device. A disc is a random access device. On a flash disc it makes even less sense about which file is saved before another than on a spindle disc.

So, what you're after is something which saves a playlist file (usually something like a .M3U / .XFPF) onto the same disc where you save the MP3/FLAC/OGA/whatever audio format the actual files are. Then you need a player which imports the playlist file instead of just reading what audio files are on the disc.

In that case it matters much more about your player than whatever you use to save the files onto the disc. For that matter you could simply copy-paste them in any file browser. Only if the player reads the M3U file in lieu of the MP3s would there be any chance of being able to play them in order. This is probably possible with nearly all computer-based player programs (possibly through some manual import instead of automatic), but I've not seen a component player (like a car stereo) which ignores the MP3s and reads the M3U instead.

Otherwise you could rename the MP3 files such that you prefix an incrementing number to their name. That way they'd sort in your predefined order. Though that also wouldn't help if the player sorts by song title - or some other tag inside the file. In which case you'd need to modify those tags. I can think of making such program, or even just a script, but I've not come across such before. Personally I tend to want my music to play in random order instead of repeating the same pattern, so I've possibly not looked to much for such a feature.

Last edited by irneb; 05-16-2016 at 01:00 PM.
 
1 members found this post helpful.
Old 05-17-2016, 10:53 AM   #5997
Ihatewindows522
Member
 
Registered: Oct 2014
Location: Fort Wayne
Distribution: Ubuntu 16.04 LTS
Posts: 616
Blog Entries: 2

Rep: Reputation: 166Reputation: 166
Quote:
Originally Posted by Garthhh View Post
Thanks for the reply
There may not be a windows app that will do mixtape playlist to external drive

I understand that these devices [thumbdrive, sd cards] are treated like harddrives formatted fat32
I use Clementine which will generate & save m3u, xspf playlists in any order I wish, I can even open with exaile or gmusicbrowser
But getting the actual files copied on to external media in that same order, that can play on a car stereo in that same order is what I'm after

I could go through & rename file by file, but that would not be practical for 100's or even 1000's of files
when the files play on
http://www.amazon.com/Pyle-PLR34M-He...&keywords=pyle
a file number is displayed [along with track#, title, artist, album], this number appears to be the primary key
I can also display this # on gmusicbrowser
I see no way to make this visible on Dolphin file browser, I did start a thread on the KDE forum
It sounds like you need EasyTag. Just hover over things and follow the tooltips. You can not only create playlists but can edit the file names (like add a number before) so your song plays in the desired order.

So say the original files may be something like this:
Track 1.opus
Track 2.opus
Track 3.opus


After tagging the files and running the scanner, you can end up with something like this:
01 Roar.opus
02 Legendary Lovers.opus
03 Birthday.opus


And if you want, you can change the order they play simply by changing the name (assuming the track tags don't conflict!)
01 Legendary Lovers.opus
02 Roar.opus
03 Birthday.opus


Playlists would be less hassle, but if you just want it quick and dirty, go for the name change. Another way is changing the track numbers in the tags.

Hope this helps.

Last edited by Ihatewindows522; 05-17-2016 at 10:55 AM.
 
Old 05-17-2016, 11:26 AM   #5998
Garthhh
Member
 
Registered: Dec 2011
Distribution: Mageia, Manjaro KDE
Posts: 66

Rep: Reputation: 12
thanks for the reply
I use eztag, to fix tags that clementine has trouble with
I tried to do a couple of playlists, but still end up renaming 1 at a time
 
Old 05-17-2016, 11:26 AM   #5999
Garthhh
Member
 
Registered: Dec 2011
Distribution: Mageia, Manjaro KDE
Posts: 66

Rep: Reputation: 12
thanks for the reply
I use eztag, to fix tags that clementine has trouble with
I tried to do a couple of playlists, but still end up renaming 1 at a time
 
Old 05-17-2016, 12:54 PM   #6000
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Quote:
Originally Posted by Garthhh View Post
thanks for the reply
I use eztag, to fix tags that clementine has trouble with
I tried to do a couple of playlists, but still end up renaming 1 at a time
I feel I ought to point out that, as far as I am aware, Windows (and, for completeness) MacOS and OSX do not have the feature either.
This being a thread about things from Windows wanted under Linux and not a general "I wish any OS would do this" thread. I realise I extended the discussion a little but this was because I was anticipating some Windows feature I'd missed or other exlanation as to why Linux can't do it when Windows can.
 
  


Reply

Tags
cad, clone, debian, dreamweaver, drivers, editing, editor, education, eeepc, elite, etch, flash, future, gimp, itunes, keyboard, kppp, linux, lotus, macro, macromedia, mandriva2007, modem, music, news, newsreader, nntp, office, open, openoffice.org, pdf, photoshop, pim, port, porting, poster, printing, program, programs, quicken, recognition, shockwave, sled, software, softwares, sound, source, speech, suse, usenet, video, wvdial, xandros



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
What games would you like to see ported to Linux? jeremy Linux - Games 1553 04-08-2020 01:00 AM
Linux Programs Ported to Windoze ddpicard General 15 08-05-2010 06:59 PM
Has Winamp been ported to Linux? neilcpp Linux - Software 48 05-31-2010 03:00 PM
Exeem to be ported to linux cadj Linux - Networking 0 01-26-2005 11:02 PM
New Forums! Want a game ported to Linux? Jimbobbob Linux - Games 5 10-04-2003 01:31 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:13 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration