Ubuntu Multimedia :: Cp All The File Entries In This Playlist From Their Various Original Directories And Into One Target Directory?

Jun 14, 2010

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:

Quote:
[playlist]
X-GNOME-Title=Biglist
NumberOfEntries=1823[code].....

View 3 Replies


ADVERTISEMENT

General :: How To Get Original Blacklist Conf File In Directory

Jan 6, 2011

I need advice in getting the original blacklist.conf of the directory /etc/modprobe.d/ because I erased and I don't know if that file could make me have some issues in the future, so if any body can lend me a copy of that file or refere me to some page where i can get it. Is for the slackware 13 32bits distro.

View 2 Replies View Related

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.

That would be cool.

EDIT: You know, like this:

View 3 Replies View Related

Ubuntu :: Generate MD5SUM Of Entire Directory Including Sub-directories In Single File?

Apr 23, 2011

As I'm gonna transfer large amount of data folders from one hard drive to another, I wanna make sure that the transfer has not corrupted the data. how could I generate MD5SUMs of entire directory including sub directories, in a single file and later, how could I verify with the data I've just transferred.

View 1 Replies View Related

General :: Create A Backup Directory And 3 Directories Within That And Some Files Within The 3 Directories And Then Back Them Up Ot Restore Them?

Dec 19, 2009

i am in need of linux help. iam at college and i need this back/restore script to pass this final part of an assessment. i require a backup script that will not only backup but also restore files to the relevent directories. e.g. users are instructed to store all wordprocessor files in a directory named wp. so i am needing to create a backup directory and 3 directories within that and some files within the 3 directories and then back them up ot restore them. l know i should/have to do this myself by been trying to get/understand info for the last few days and came up with zero.

View 14 Replies View Related

Software :: Create Certain Files And Directories With Specific Owners On The Target Machine

Jun 29, 2010

I'd like to create a tar file on my machine to distribute software to other machines which are all alike (including, usernames, groupnames, etc). I need to create certain files and directories with specific owners on the target machine. In order to do that, I use

Code:
tar --create --owner=someone --group=somegroup --file package.tar files. However, for this to work, someone must be in my /etc/passwd and somegroup must be in my /etc/group. Is there a way to fake this so I don't have to create a bunch of users only for that purpose?

View 3 Replies View Related

Ubuntu :: Auto Generate Music Playlist From Web Directory?

May 28, 2011

There's a podcast on the internet I love, and I would like to have them all in the same playlist. This podcast doesn't put their episodes in a playlist. Are there any software or scripts I can use for this to work so I can simply just type in the http://url/directory, and have all the mp3 files in a playlist. Or if the playlist part isn't possible, then at least a text documents with all the links?

View 4 Replies View Related

OpenSUSE Install :: Using Cd ~/ Results In / And // Entries For All Directories

May 5, 2011

Since I updated from 11.2 to 11.4 an annoying bug seems to have crept into the shell.

If I type the following and hit tab I get:

cd ~/.kde
.kde/ .kde// .kde4/ .kde4//

i.e. each directory has a / and // version for some reason. I have to enter a / and hit tab again to proceed.

If however I type the following and hit tab I get:

cd /home/tux/.kde
.kde/ .kde4/

i.e. correct as expected.

The ls command does not do this.

This seems like a bug.

GNU bash, version 4.1.10(1)-release (x86_64-suse-linux-gnu)
openSUSE 11.4 (x86_64)
VERSION = 11.4
CODENAME = Celadon
Linux 2.6.37.1-1.2-desktop #1 SMP PREEMPT 2011-02-21 10:34:10 +0100 x86_64 x86_64 x86_64 GNU/Linux

View 2 Replies View Related

General :: Mount One Directory To Another While Mapping The Original Directory's UID To Another

Aug 23, 2011

I'd like to mount the directory /var/www/mysite to the directory /home/daniel/mysite, but also have the user of the mounted files mapped from the original user (www-data) to my own user (daniel). So that the file /var/www/mysite/index.php who's user is www-data will appear in the mounted directory as /home/daniel/mysite/index.php and be owned by daniel - and alternatively, if I create a file /home/daniel/mysite/test.php with my own user, it will be created in the original directory under the user www-data Is it possible? If not, what alternatives do I have so I can use an IDE and still make sure all the files belong to the HTTP server's user?

View 2 Replies View Related

General :: Cp: Target ' Is Not A Directory?

Apr 22, 2010

I am running following commands and ist runs fine for me.cp -r /mnt/datasource/* /opt/IBM/WebSphere/DataSource/But if I put this command in script, it does not work.

vi cpydata
cp -r /mnt/datasource/* /opt/IBM/WebSphere/DataSource/
#save it

[code]....

View 5 Replies View Related

Programming :: Perl - Directories Given To Opendir Via Foreach Give "No Such File Or Directory" Error

Feb 19, 2009

I'm writing a perl script to remove a test database and part of that is of course getting rid of all files. So I wrote this to do the job:

Code:

This always results in an "Could not open /u00/app/oracle/product/10.2.0/rdbms/dbs for reading: No such file or directory" (that directory is the one ending with the $spfile_dir variable) message, although that directory exists and the executing user has writing rights on it.

The same behaviour if I create the directory array like this:

Code:

The problem does not occur when one of the directories is the only element in the array though. Of course I could copy and paste that part of the script for the second directory, but I don't like that workaround.

View 1 Replies View Related

Ubuntu :: Custom Launching For Playlist File

Jan 13, 2011

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)

View 2 Replies View Related

Ubuntu Servers :: Playlist Doesnt Work - M3u File ?

Jul 12, 2010

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:

Code:

So inside the m3u file the code is:

Code:

View 2 Replies View Related

Ubuntu Multimedia :: Unable To Save Playlist With VLC-1.0.2

Jan 7, 2010

I am running VLC release 1.0.2 and I am unable to save a playlist. Does anyone else have this problem and/or know of a fix?

View 9 Replies View Related

Ubuntu Multimedia :: Online Playlist For Songs?

Apr 28, 2010

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.

View 1 Replies View Related

Ubuntu Multimedia :: Rhythmbox Will Not Burn Playlist?

May 19, 2010

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?

View 6 Replies View Related

Ubuntu Multimedia :: Rhythmbox Not Loading The Playlist?

May 30, 2010

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!

View 1 Replies View Related

Ubuntu Multimedia :: VLC Under Lucid - How To Load Playlist

Jul 17, 2010

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?

View 2 Replies View Related

CentOS 5 :: ISCSI Target Directory - Getting Error For Make Command

Feb 1, 2010

I am trying to install iscsi-target on centos 5.4 i386. When I go into the iscsi-target directory and type make I get the following error:
[root@cluster-storage iscsitarget-1.4.19]# make
cc: /lib/modules/2.6.18-164.el5/build/include/linux/version.h: Datei oder Verzeichnis nicht gefunden
cc: keine Eingabedateien
/bin/sh: line 0: [: -le: unary operator expected
/bin/sh: line 0: [: -le: unary operator expected
/bin/sh: line 0: [: -le: unary operator expected
/bin/sh: line 0: [: -le: unary operator expected
/bin/sh: line 0: [: -le: unary operator expected
/bin/sh: line 0: [: -le: unary operator expected
/bin/sh: line 0: [: -le: unary operator expected
/bin/sh: line 0: [: -le: unary operator expected
/bin/sh: line 0: [: -lt: unary operator expected
make -C usr
make[1]: Entering directory `/opt/iscsitarget-1.4.19/usr' .....
make: *** [kernel] Fehler 2

View 3 Replies View Related

Ubuntu :: Show File Names Instead Of Tags In Totem's Playlist?

Jul 20, 2011

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?

View 2 Replies View Related

Ubuntu Multimedia :: Open VLC's Playlist From A Script / Terminal?

Jan 31, 2010

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.

View 5 Replies View Related

Ubuntu Multimedia :: Rhythmbox Not Writing Playlist To IPod?

Feb 28, 2010

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.

View 9 Replies View Related

Ubuntu Multimedia :: Whenever Click On Some Of Playlist / Banshee Crashes.

Nov 16, 2010

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?

View 2 Replies View Related

Ubuntu Multimedia :: Libpython2.5.so.1.0 - Cannot Open Share And Object File: No Such File Or Directory

Jul 27, 2010

When running the beta of blender 2.5, I get the following error. blender: error while loading shared libraries: libpython2.5.so.1.0: cannot open shared object file: No such file or directory In previous versions of ubuntu you could 'apt-get install python2.5' to resolve the issue, but it doesn't appear in any/all of the repositories. where I can get python2.5 for lucid-lynx?

View 1 Replies View Related

General :: VLC Plays Only The First Audio File In The Playlist Among The Files

Apr 6, 2010

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"

View 5 Replies View Related

Ubuntu Multimedia :: Audacious Libmowgli Error : Cannot Open Shared Object File: No Such File Or Directory?

Nov 12, 2010

Salutations,I've been struggling with getting audacious working for the past hour. I'm using synaptic to install it. When trying to run it from the bash, I'm getting the following error:

Code:
audacious: error while loading shared libraries: libmowgli.so.1: cannot open shared object file: No such file or directory.I tried to make /usr/lib/libmowgli.so->libmowgli.so.1 link, but it didn't help. Tried reinstalling audacious/libmowgli and a few others packages, but in vain, too.

View 2 Replies View Related

Software :: Perfoming A ./configure Script Outside The Original Directory Tree

Jan 18, 2011

I have a user account (no root access) on a Debian system. My disk quota for my home directory is limited to 250MB, of which I've used 150MB.

I would like to install a program that requires 95MB of space (let's call it prog-5.1) into $HOME/local/bin. Because the source files take up 1GB, I've had to place them in the /tmp directory (to stay under my limit).

Unfortunately when I run the config script, I receive the following:

Code:

The reason for this is that /tmp is mounted in noexec mode, meaning I can't execute code in /tmp directory:

Code:

I'm wondering if anyone has any ideas about running the config script in my home directory, and somehow pointing it to configure the files in the /tmp/prog-5.1/ directory.

View 5 Replies View Related

General :: Change /temp Directory From Its Original /dev/hda8 To Destination /dev/hdd5?

Dec 7, 2009

On Debian Standard System I would like to is change /tmp directory from it's original /dev/hda8 to destination /dev/hdd5

Code:

Disk /dev/hda: 6448 MB, 6448619520 bytes
255 heads, 63 sectors/track, 784 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

[code]...

If I change /dev/hda8 to /dev/hdd5 and reboot the startx command fails to run.

View 7 Replies View Related

Ubuntu Multimedia :: Copy Playlist Tracks And Rename According To Track Order?

Oct 2, 2010

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.

View 7 Replies View Related

Ubuntu Multimedia :: Unable To Use Mplayer / Vlc / Totem With Server-side Playlist (wsx)

Mar 27, 2011

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:

Code:

URL="http://desitvstreams.hotdnsplus.com/Indian/stargold.php"
MMS=$(wget "$URL" -qO- | sed -n '/src="mms/s/.*(mms:[^"]*).*/1/p')
mplayer -v "$MMS"

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.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved