Debian Multimedia :: Print Cd Label From Playlist File?
Apr 14, 2011
Something command line that can parse and output an m3u file correctly. For example, not cdlabelgen.
All I want is a simple list of songs to print out to include with any audio cds I burn to use as a label in a slim case. No fancy labels with graphics and this or that. Brasero has a cover editor but the formatting is all screwed up and playing with text to get it to print correctly is a drag.
It would be cool if there were a script, too. Something that uses mp3cd. So a fella could fire-up his termianl-fu and run $ ./handiness.sh which would:
burn an audio disc from the playlist (which mp3cd does, of course)print out a nicely formatted list of the tracks sized correctly for a slim cd case cover.
I have a debian system installed on my pc . I have just saved a text file on my desktop . Please let me know how can i print the file through comand prompt ? I need to learn the printing the file thru comamnd line .
I've got a few large, unsorted folders where I dump mp3s. I manage it all through rhythmbox and I've decided to separate the wheat from the chaff by paring down stuff I don't want and throwing all the desirable stuff into a big (~1,800 file) playlist file saved to my desktop.My question to you is, is there a hack that'll let me cp all the file entries in this playlist from their various original directories and into one target directory? Playlist format is:
I went to print something and I get this message: Summary: SELinux is preventing access to files with the default label, default_t.
Detailed Description: SELinux permission checks on files labeled default_t are being denied. These files/directories have the default label on them. This can indicate a labeling problem, especially if the files being referred to are not top level directories. Any files/directories under standard system directories, /usr, /var. /dev, /tmp, ..., should not be labeled with the default label. The default label is for files/directories which do not have a label on a parent directory. So if you create a new directory in / you might legitimately get this label.
I am trying to make a custom launcher for a playlist file to open in VLC player. In the command part I have the path to the file like this: /home/mike/Videos/newTv.m3u What am I doing wrong cause when I try and launch it I get this error: Details: Failed to execute child process "/home/mike/Videos/newTv.m3u" (Permission denied)
I have installed cups(1.5.3) in my Beagleboard black based custom hardware running on Debian 7.8 using 'apt-get install' command. I am trying to print to HP deskjet 1112 usb printer from system line but nothing is getting printed and the output of 'lpstat -t' shows the error : "/usr/lib/cups/filter/hpcups failed "
The error_log output is :
I [10/Nov/2015:09:44:51 +0000] Saving job.cache... I [10/Nov/2015:09:44:52 +0000] Listening to [v1.::1]:631 (IPv6) I [10/Nov/2015:09:44:52 +0000] Listening to 127.0.0.1:631 (IPv4) I [10/Nov/2015:09:44:52 +0000] Listening to /var/run/cups/cups.sock (Domain)
[code]....
Please find the response from CUPS administrators below:
As far as I see this has nothing to do with CUPS.As far as I see the first error message comes from Ghostscript: "Unable to open the initial device, quitting" (this is in Ghostscript's gs_init.ps file).Therefore Ghostscript does not produce any output which lets then the filter from HP's HPLIP driver software error out with "cupsRasterOpen failed" and finally the HP backend errors out with "ERROR: null print job".Neither Ghostscript nor HP's HPLIP driver software belong to CUPS so that the issue does not belong to CUPS (according to my analysis).
I guess that somehow the "Ghostscript command line" is not correct or does not work as it should.Usually this is alos no bug in Ghostscript but "some where else" where the Ghostscript command line with all its parameters is created.
I am using debian Lenny and a Brother MFC-665CW printer. I am trying to print a PDF, but nothing happens. I'm not sure if I've ever printed in Lenny (recently upgraded from Etch). It worked fine in Etch. I "added" the printer again in KDE Print and it spat out a test page, but it does absolutely nothing if I send the document to print.
I found some code and tuts that tell me how to create a playlist, and I followed it to the letter but it doesnt work...I'm guessing it has somethin to do with my configuration settings with apache, otherwise here's the code:
My configuration-Ubuntu9.04. My VLC plays only the first audio file in the playlist among the files in the playlist,after that it automatically exit. When I press the next tab,then also it exit.I've reinstalled VLC,but also the problem exist. "VLC media player 0.9.4 Grishenko"
is there a way of playing songs that are available in the internet using totem music player, or any other application. for example, this link http://fizy.com/s/1ai91v refers to a song that is present on a web page. i want to play it on a music player, and many other songs also. my aim is to create a playlist of songs that are available on the internet. so i can listen to those songs whenever i am online.
what is a smart way of doing it.? i dont mean downloading, because those songs cant be downloaded but can only be listened.
A severe problem with Rhythmbox. You cannot burn playlist. I've looked at bug reports and they just give you the run around. Nothing in the forums except to go to something else. That is no solution to the problem. I can't believe this problem is being ignored. Nothing comes up on search.how these applications got so screwed up from one version to the other and what the cure is?
On Ubuntu 10.04, when I select Playlist -> Load From File and select a .m3u file in Rhythmbox, the playlist shows up but is totally blank. This is an m3u file exported directly out of windows media player 12 on a different computer, and when I open it with gedit, I can see all the tracks listed. Why is it blank? I've relied on this feature for almost two years and now it's suddenly gone!
I have used VLC player in the past to play music under certain conditions, but am having a bit of a problem. I have Googled this problem to no avail. Nowhere in the menus can I find a way to load a playlist. This playlist was generated under and saved from VLC. When consulting the documentation at the website, it says to load the playlist from the "Playlist" menu, but there is no "Playlist" menu present, as shown in the screenshots from the site. I can find the "Save Playlist to File" option under the "Media" menu, but nowhere can I find a "Load Playlist" option. I have read that the playlist can be dragged and dropped (specifically, directly onto the player), but VLC won't play the playlist. How to load a playlist into VLC?
Totem by default shows some sort of tags (if found) and not file names in the playlist. I don't like this, because I use Totem for video only and videos I get from the web usualy contains URLs and other such nonsense in the tags so I never know which file is which.
Can I somehow force Totem to always display file names?
I wish to play a training video. When I click on the link I get a prompt to open with RealPlayer. Since I do not think I have RealPlayer installed I checked the link and it an .asx file. I guess it is a link for streaming the video. Whatever, which playing software should I install? I am aware of the multimedia tutorial on this site but am not clear on my objective as there are so many player options apparently available. It would help if I knew what I should be using to play these videos.
I'm trying to write a script that opens up vlc, opens up the playlist, and then opens up my music folder. So thus it looks like this so far;
Code: #!/bin/bash
vlc & # command to open up vlc playlist gnome-open /media/files/multimedia/music However, I seem to have no clue as to how to open vlc's playlist from a command. I know the hotkey for opening the playlist is "ctrl + L" but I don't know if this is useful at all.
I love how Rhythmbox connects quickly and easily to my iPod, and how Rhythmbox does a pretty solid job of keeping track of changes to my library, though it is large. But I cannot seem to create playlists on the iPod through Rhythmbox. When I create them, I can see them in Rhythmbox, but when I unplug the iPod and try to play them, they don't show up. I plug the iPod back in, and Rhythmbox acts like they're there - I can even play the Playlist from the iPod in Rhythmbox.
Is there something I need to do to "write" the Playlist to the iPod from Rhythmbox? It is so irritating to have to create an "on the go" playlist on the iPod and then fire up Rhythmbox and rename it what i want it to be.
I just started having a problem tonight with Banshee. Whenever I click on some of my playlists, Banshee crashes. Can anyone tell me where I would find the error log for this so that I can fix it?
print options set to color in both OS printer-options dialogue and CUPS browser dialogue. printer successfully prints color test page from CUPS browser dialogue. openoffice Writer print-preview shows document in color. openoffice Writer printer-dialogue options set to color.
Just installed drivers for Lexmark pro200 - S500 series. However although it is recognised by the system and has a tick by its name, And tells me it is connected via usb file goes to print que but will not print. Also tells me it is Printing - localhost! is this correct?.
I am trying to set a home file and print serverwhile learning about Linux at the same time. How ever I have hit a wall...I am trying to install samba but I have the following messages...
Urbie:~# apt-get install samba Reading package lists... Done Building dependency tree
I'm currently running Meerkat beta AMD64. I've been using Audacious in Ubuntu for years, before that I used XMMS.
In Windoze I used to use Winamp. Winamp has a plugin called gen_yar. Gen_yar would allow you to right-click on the playlist and copy your current playlist files in track order to any folder on your hard drive, or to a USB mounted mp3 player/thumb drive, whatever.
It had several checkboxes in the settings.
1) Rename the files adding the track number as the prefix (01_, 02_, etc).
2) Create a .m3u playlist of the tracks in that new folder using #EXTINF: instead of the full path. That way I can copy that folder to any gadget or another computer and the playlist will still play those files.
Here is the Winamp Plugin: gen_yar (Yar-matey!_Playlist_Copier) [URL] There's a link to the source code at the bottom of that site if that helps.
Here's another: Winamp Plugin Save Playlist In Order [URL]
I have yet to see this feature in any Linux media software. I've tried just about all of them. The only thing close would be drag-n-drop playlist files from Rhythmbox.
Does anybody know of a plugin for Audacious or Rhythmbox that will do this?
Alternatively, is there a Nautilus script that when I right click on a folder full of mp3s, it will create a playlist of files in that folder, and save that playlist file inside the folder (without the full paths as mentioned above)?
I hate having to boot into Virtual Box just to use Winamp to create portable playlists.
Cannot watch second, third, etc, streams from a server-side playlist (ie, .wsx on windows media service). I have tried mplayer, vlc, totem, and xine. Xine totally fails and the other three play only the first stream as described. You can verify it works in wine by using Windows Mediaplayer v10 (`winetricks wmp10` on a clean wine prefix).
The particular example I am dealing with is not an ideal test-case as they dynamically mangle the stream's URL to prevent leeching. You can test it by either visiting $URL (below) or from command line:
My research has brought up only two or three random posts citing a similar problem. All seem to be quite old (circa 2008). The most relevant is:
[URL]
I have attached the output from:
Code:
mplayer -msglevel all=9 "$MMS" &>mplayer.output
You will see that mplayer is seeing an EOF and terminating (perhaps the server is too slow so mplayer's timeout triggers EOF condition?). I tired fooling with -vid/-aid flags to no avail.
I have a playlist of 634 tracks that I export to a file. I then try to import that same file and only 627 tracks get imported into the created playlist. The 7 tracks that are missing are:
#EXTINF:125,Elvis Presley - Don't Be Cruel ../../../../media/LinuxHD/Music/Elvis Presley/Elv1s 30 #1 Hits/02. Don't Be Cruel.mp3 #EXTINF:189,Elvis Presley - Are You Lonesome Tonight? ../../../../media/LinuxHD/Music/Elvis Presley/Elv1s 30 #1 Hits/16. Are You Lonesome Tonight_.mp3
I can arrange my general "music" playlist by play count (by clicking the play count button at the top, my list automatically arranges in ascending or descending order according to play count), but I can't seem to do the same in my user-generated playlist. Is there any way to do this?
I wrote y bash script that opens YouTube playlist using youtube-dl and VLC applications: the output of youtube-dl is the input of VLC. The only problem is VLC needs to be closed after each playlist item unless I get the error message of the operating system:
"ERROR: unable to write data: [Errno 32] Broken pipe".
I understand the reason but I don't know how to resolve it: it is possible to close previous STDIN of VLC without killing the entire VLC process so that a new youtube-dl instance can connect to the same VLC instance? In short this is my question. The problem is detailed here: Downloading and playing videos and subtitles.
I am in need of some input as to what may be a good cd/dvd label printing program or utility.I have used nero and surething on windows. I already tried glabel, the only template it has is for doulble sheet cd/dvds.I am looking for a single template or instructions for making labels in gimp or inkscape.