Burn an audio CD from Deadbeef (with Pmusic and Pburn)

How to do things, solutions, recipes, tutorials
Post Reply
Message
Author
User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

Burn an audio CD from Deadbeef (with Pmusic and Pburn)

#1 Post by don570 »

Audio CD burn with Deadbeef

Burn an audio CD with Deadbeef audio player

1) Check the length of playlist by the total number of minutes
at bottom of deadbeef window. It must be under 80 minutes.

3) Save playlist as /root/playlist.m3u
File > Save playlist

4) Launch pmusic and find a playlist that is empty. For example....
Playlist > list 2

5) Right click on the m3u file and use the
'Add to pmusic playlist' if it exists. If it doesn't then
open terminal and type...
pmusic -a "/root/playlist.m3u"

6) The music will begin to play. You can click the stop button
to stop the music. The list may not show in the pmusic window.
Don't worry. If it's playing then pmusic has loaded it in the playlist.

7) It is time to burn the Audio CD

Playlist > Burn tracks in playlist...

8 ) You will be asked to number the tracks. You can
say YES.

9) Pburn will launch . It needs to be set up properly for an Audio CD.

File > Preferences > Audio Cd
Track-at-once

File > Preferences > Burner device
I used a LG Slim Portable DVD writer GP30
so I selected it from the burner list

Image

File > Preferences > Filesystem
Temporary space needs to be over 800mb

Make sure that it is 'Audio CD' option that is selected (not Data).
A blank CD should be inserted.
Click the burn icon to begin the burn.

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#2 Post by zigbert »

You don't need pMusic to do this.

After saving the Deadbeef m3u to /root/playlist.m3u, you must strip the m3u before importing it to pBurn.

Code: Select all

grep -vF '#' /root/playlist.m3u > /root/playlist_strip.m3u
pburn -m audio -i /root/playlist_strip.m3u
The '-m audio' switch sends you straight to the burn-option dialog. - Skipping main gui.

Be aware that the m3u standard is not sharp. Eg. it allows entries without paths, and it allows url's. pBurn does only support /path/file structure.


Sigmund

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#3 Post by don570 »

I am using an old version of Precise (pfix=ram) to test software.

I didn't realize that pburn will open a playlist directly :oops:

Image

I'll test if the stripping procedure is needed???
Pburn did show the list of tracks properly without stripping but I didn't
burn the list to test.

Probably Audacious will work as well.

_____________________________________

Pelo

Bookmarked.

#4 Post by Pelo »

Bookmarked. My hard disk get full. will move songs to my car player. But i am afraid about the CD will play or not

Post Reply