Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CD-burning integration #27

Open
Clementine-Issue-Importer opened this issue Dec 6, 2013 · 20 comments
Open

CD-burning integration #27

Clementine-Issue-Importer opened this issue Dec 6, 2013 · 20 comments

Comments

@Clementine-Issue-Importer

From davidsansome on February 25, 2010 19:46:16

It would be nice if you could select some tracks in Clementine and burn them
to a CD using K3b or the windows burning framework.

Original issue: http://code.google.com/p/clementine-player/issues/detail?id=27

@Clementine-Issue-Importer
Copy link
Author

From kamikazow on March 05, 2010 12:53:02

Should be ease to achieve by just converting the current playlist into a CUE file and
let the associated recording application handle decoding the individual tracks. http://en.wikipedia.org/wiki/Cue_file

@Clementine-Issue-Importer
Copy link
Author

From larskinn on April 25, 2010 07:29:44

I just have to comment: This is the way to do it - not by including CD burning and ripping in the program itself,
thereby adding bloat, but instead facilitating cooperation with existing applications. :)

@Clementine-Issue-Importer
Copy link
Author

From nachodelosrios on November 21, 2010 11:14:51

It would be no bloat. If it can put songs in a media player it should be able to put them on a CD. It should be able to play a CD and rip it to MP3 also, so you need only drag the tracks to your library, or click OK and be done with it.

@Clementine-Issue-Importer
Copy link
Author

From keirangtp on December 22, 2010 03:10:03

Blockedon: 68

@Clementine-Issue-Importer
Copy link
Author

From keirangtp on January 22, 2011 10:17:47

Owner: keirangtp

@Clementine-Issue-Importer
Copy link
Author

From keirangtp on February 03, 2011 07:44:45

Does anybody know something about details of a CUE file that typical CD-recording software expects?

I know how CUE sheet looks and I know how it works, I just never had anything to do with recording software + CUEs.

@Clementine-Issue-Importer
Copy link
Author

From audvare on February 07, 2011 04:24:52

Many software packages I've run into only work with codepages such as ISO-8859-1. Codepages like 949 (Korea), Shift-JIS, and others can fit in this range very easily (they just use multiple chars). Encoding to such codepages should not be problem with QTextCodec (although QTextCodec does not have everything built-in).

I ran into this issue once specifically with Nero Burning ROM a long time ago on Windows. I had to convert a Japanese UTF8 file back to ISO-8859-1 (and I encoded the Japanese text to Shift-JIS as any player from Japan might actually expect for CD-TEXT encoding). Otherwise, Nero would reject the file.

You may want to encode the entire file as UTF-8 (with only safe characters within ASCII range, nearly obligated to use ISO-8859-1), then encode the fields TITLE and ARTIST to a user-selected option, such as something that says something like

Album language: (spinbox options)
"Japanese (Shift-JIS) (most common)" <-- strangely still used on 99% of Japanese sites
"Japanese (EUC-JP)"
"Chinese (PRC) (GB-2312) (most common)"
"Chinese (PRC) (EUC-CN)"
"Chinese (HK, TW, Macau)"
"Korean (codepage 949)" <-- I'm not sure if this is used any more with extreme Windows domination and UTF-16 therefore; however, some older players might still use this proprietary codepage; most sites today are UTF-8 (daum.net)
"Korean (EUC-KR)"
"Unicode (all languages)" <-- set as default?

I've only covered Asian languages, almost everything else will fit fine within ISO-8859-1, including most accented letters and extra-marked letters. Arabic and Indian languages could be listed as well because they probably need their own encoding as well.

@Clementine-Issue-Importer
Copy link
Author

From keirangtp on February 07, 2011 07:31:22

Thanks!

Which players have this functionality?

@Clementine-Issue-Importer
Copy link
Author

From getmyipnum on April 13, 2011 17:50:51

clementine will hopefully not become as bloated as itunes.

A decent burning application is LiquidCD (free)! It's not opening m3u tho. http://maconnect.ch/

@Clementine-Issue-Importer
Copy link
Author

From AndresVelez89 on May 03, 2011 04:20:17

In the mean time is there any work arounds? Let's say I want to burn my 60 favorite tracks, I can't figure out how to go about it, except manually adding one by one in a burning app.
Thanks in advance for any help.

@Clementine-Issue-Importer
Copy link
Author

From jimmyg521 on May 03, 2011 11:59:17

If you use Linux there is a relatively painless way to do this using
playlists you create in Clementine. From within Clementine create the
playlist, then save it as either a .m3u or .pls file. You want to open
this playlist file in Brasero. If you use a Gnome-based system (I use
LinuxMint Gnome and it works well) and Brasero is installed, you can
right-click the file in the file manager, select Open With -> Brasero.
Brasero will open and load the playlist and wait for you to insert a
black CD-R disc.

It's not an integration within Clementine, but it is really very
painless - Create playlist, save name, open file manger, right-click on
playlist file, open with Brasero, insert CDR and off you go.

Note I checked k3b, which I also have installed, and it does NOT
recognize any of the playlist formats as legit with respect to creating
an audio, which very much surprises me as it does so many other things
very well.

Regards.

@Clementine-Issue-Importer
Copy link
Author

From keirangtp on May 04, 2011 10:09:40

Also, on Gnome with GnomeBaker I'm able to just drag and drop songs from Clementine's playlist to a CD compilation.

@Clementine-Issue-Importer
Copy link
Author

From AndresVelez89 on May 05, 2011 16:47:49

@11/12, Thank you.! This worked perfectly, it will more than suffice in the meantime.

@Clementine-Issue-Importer
Copy link
Author

From john.maguire on October 07, 2011 06:36:44

Punt!

Labels: -Milestone-1.0

@Clementine-Issue-Importer
Copy link
Author

From the.binary.buddha on October 07, 2011 17:14:52

Integrating MP3 and Audio CD burning would rock my socks off.

@Clementine-Issue-Importer
Copy link
Author

From bwat47 on December 14, 2011 19:58:23

This is the only reason I keep foobar2000 installed. this app would have every feature anyone could need if it could burn cds!

@Clementine-Issue-Importer
Copy link
Author

From davidsansome on January 02, 2013 15:24:12

Issue 3404 has been merged into this issue.

@Clementine-Issue-Importer
Copy link
Author

From arnaud.bienner on February 11, 2013 13:38:19

Status: New
Owner: ---

@JulianVolodia
Copy link
Contributor

JulianVolodia commented Feb 3, 2020

Still a thing, as CDs used less and less? Should we mark it invalid?

@Scary-Guy
Copy link

I made an account again just to write this. Congrats on this.

My father is in his mid 60's and at one point long long ago knew more about computers than I did. Now I manage his system and try to keep him away from the bad things out there. I'm also a gigantic fan of FOSS. Unfortunately he insists on using Windows despite Linux being able to do everything he wants (mom uses Mint which works just fine for her needs.)

Here's the thing, creating a .cue file (or equivelent) isn't exactly user intuitive. He was using software by a certain fruit company and happens to like this better. As I see it there are three good options here. Include the ability to burn in-house, make the files selectable to drag into another burning application, or somehow have a plugin that could do it.

I know bloat was mentioned, hard disc space isn't exactly an issue these days. There are other use cases though (old laptops for example) where space is a concern.

To the last comment, I know CDs are used less and less, but the CD player in his truck still works for now (if it had Bluetooth I'd just hook it to his phone and call it a day.)

Sorry for the wall of text, but I believe context is important. In the meantime I'm going to try to teach him how to drag them into Exact Audio Copy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants