Ubuntu Multimedia :: MP3 File Name Anomaly?
Jun 14, 2010
I've ripped some CD's to MP3. The track name on my HD is "trackname.mp3" I then transferred them to my mp3 player and they show up there again as "trackname.mp3" So.. ..instead I renamed the file names on my HD to remove the ".mp3" at the end. I did this for a several individual songs and a couple of albums and transferred them across to my mp3player. So far so good... they now list on the player as just "trackname"
But now I get to an album where this no longer works. Once I remove ".mp3" from the file name on my HD two things happen, 1. the icon is no longer an mp3 icon and 2. it just lists under properties as an "application. And of course the song wont play.
Can someone explain why I can do this for some CD's but not for others? They were all ripped the same. Is there a way around it as I don't particularly want the songs on my player to all end in ".mp3"
View 9 Replies
ADVERTISEMENT
Apr 27, 2011
In short, using rsync to upload master database of music files to NAS which runs Twonky as media server. Rsync reports many more files being considered than Twonky reports as being available ie. 15K reported by rsync vs 13K flac and mp3 files reported by Twonky.Is there another easy way to count the number of files on NAS and in master database. I can mount NAS directory locally with NFS on same machine as master database.
View 1 Replies
View Related
Mar 17, 2010
I formatted 56 GBs of my hard disk space into fat32 and it seems that 27 gbs of it is used! Though direct checking from the volume itself shows nothing like this, gparted still insists 27 gbs are used.
View 4 Replies
View Related
Apr 9, 2010
I have a 2 node RH 5u4 64-bit. I have installed and configured the latest Veritas CFS (Cluster File System) which also uses Veritas Cluster Server. File system if VxFS. Storage is on EMC Symmetrix arrays with Veritas Mirroring between the arrays.We have noticed that running 'du -hs' on the shared directory/filesystem where it takes about 3 minutes on one node and 30 - 45 minutes on the other node.I've been running strace on 'du'.'du' runs an 'lstat' on each file (66,000+ files). On the slower node, the ave time spent in 'du' is about .001 seconds longer, which accounts for the 30-45 minutes. Also, the standard deviation is much larger, which means to me that the lstat times are all over the place!Another interesting thing is that iozone profiling shows that the i/o rates from both nodes are darn near identical, with no anomalies at various buffer & file sizes! And, iostat looks really good as does 'vxdmpadm iostat show
View 3 Replies
View Related
Jun 5, 2010
I have a script that I am using to try to measure network throughput over the ethernet ports. This is at work in order to test the performance of our onboard ethernet ports (planar) versus our pci-e (and daughter) ethernet pluggable cards.The script is very long (and calls other scripts), so I will try to only show the parts that seem to be producing this weird little bug:
Code:
#Robert de Bock's "A shell script to measure network
#throughput on Linux machines" served as the basis for
#this part of the script. Thank you for your help Robert!
[code]...
View 4 Replies
View Related
Jul 16, 2010
I would like to convert OGV files to audio format.
View 4 Replies
View Related
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
Jul 26, 2011
there is any way (via terminal or gediting a file) to use .flac files instead of .ogg in a sound theme file? I am creating a sound theme (several truthfully) and I would like to use the FLAC format if possible.
View 5 Replies
View Related
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
Aug 7, 2010
I'm using Ubuntu 10.04.1 LTS (Netbook).I need to associate ram file extension to realplayer. First time I opened a ram file I choosed the default player, Reproductor de peliculas (I think Movie player in english).Now when I choose Open with Realplayer and remember the application for this extension it opens the archive but it does not remember for the next times. It seems to be a little bug. How can I do it manually? Where is the association config file for file extensions?
View 2 Replies
View Related
Jan 24, 2011
I want to be able to play a video file on my pda(Tungsten T5) but from memory the only video file i have seen playable on it was the asf file that is used when it starts up/reboots. I tried other file types in the past that were suggested in maybe a manual or forum or something but they never worked/played. I think it is because of the player installed and i tried installing another player but from memory that didn't install properly or just did not play anything. So if anyone knows of a way to convert files maybe using winff or mencoder i would love that info. I have been googling and have found nothing specific to what i am asking. I do not see anything in winff to convert to asf and cannot remember ever using mencoder.
View 9 Replies
View Related
Sep 17, 2010
tool for converting a .kig file to .png file or to any rmat which can be used withLatex....
View 1 Replies
View Related
Sep 1, 2011
trying to convert a avi file with subtitles into a iso file ready for burning on to a disc, I am using DeVeDe to convert the file but I keep getting the error SPUMUX when trying to convert. I have no idea on what to do with this, is it because I am trying to convert to ISO? should I just try to convert to MPEG instead would that stop the error?
View 1 Replies
View Related
Mar 16, 2010
Is there any multimedia file format converter which can convert .mov to .flv on Ubuntu.
View 2 Replies
View Related
Jan 29, 2010
How do I connect a .wav file to a .jpg file?The goal is to make a .jpg image make a sound when it is clicked on.Do I do this by attaching a hyperlink to the .jpg? The .wav file is resident in user/lib/..
View 1 Replies
View Related
Dec 19, 2010
So I use the following to rip audio from one .mp4 file and then generate one .mp3 file.
Code:
caleb@linux-vmp1:~> ffmpeg -i a -ab 128000 -ar 44100 01.mp3
Obviously, this takes a file named a and makes a file named 01 that is an mp3. It works great and I have used it many times. The problem is, I would like to rip the audio from several files all at once. I am sure there is a way to do it but I haven't stumbled upon the way to do it.
View 9 Replies
View Related
Mar 1, 2010
I have a dell precision m4300 laptop with a 360 wireless bluetooth dell adapter On my system there is a debian lenny with kde3 and backported enable(everythings is p to date except bluez-utils and bluetooth holded at version 3.36-3)
Nowadays bluetooth more less works fine, I can send and receive single file to/from my phone (nokia n70)
The hell begin when I try to browse my phone files from konqueror...with bluetooth:/ I can see the list of all the device near me with sdp://[address]/ i can see two icons (obex file transfer & obex object push)
but I cant see or access to any file or folder into the phone.
I also try to update my bluez-utils to 4.60-1~bpo50+1 but in this case kbluetooth totally fail and a see the contextual menu of the system tray icon all disaled.
View 1 Replies
View Related
Sep 13, 2010
I downloaded the xvid codec from: PackMan:: Informationen zum Paket xvidcore, and the install was successful.I'm trying to play an xvid file, and Kaffeine is saying it cannot play all file formats, would I like to install additional support. When I click yes, it asks me for additional repositories.
View 3 Replies
View Related
Sep 19, 2010
Has anybody had success applying tags to an mkv file?
In this example here:- [URL] It shows how to add a simple tag using an xml file. And some more information here:- [URL]
For example:-
This is the xml file for Dune:-
Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE Tags SYSTEM "matroskatags.dtd">
<Tags>
[Code].....
View 1 Replies
View Related
Dec 18, 2010
how could i convert SWF video file to AVI video file on linux? is there any tools ?
View 1 Replies
View Related
Jan 5, 2010
I just want to make a dvd!!
View 2 Replies
View Related
Apr 12, 2010
I have an old collection of SVCD disc, and I was wondering how to actually play it in Ubuntu. I tried Totem and VLC, it won't work. I tried to located just the file contained in SVCD folder, won't work either. Tried to copy the file into Hdd, won't work as well.
View 2 Replies
View Related
May 27, 2010
I've media files like mp3, 3gp ..ect .. I was trying to run them from the application listed in video and sound ... such as movie player ammarok .. ect non of them was able to run any file... there is no error msg.
View 4 Replies
View Related
Sep 11, 2010
Which program can do it? Many can rip audio fil by file. I'm looking for software that can rip a whole audio CD to 1 file.
View 1 Replies
View Related
Jan 8, 2011
I just got a video file that's .mkv and I need to find a way to burn it to a DVD to be able to play it on any dvd player. I need subtitles to remain too
View 1 Replies
View Related
Feb 7, 2011
I have an an .avi I created in Blender and a .wav file that I want to 'stitch' into it, I have tried all the most common suggestions to no avail.
Obviously Blender can edit the audio as can Kdenlive which is a great little program but I can find nothing (except excessively involving) programs that will do this?
View 1 Replies
View Related
Feb 27, 2011
I just purchased a new digital camcorder and after recording I realized that it records that the files were not in a format that I am use to. I need a program or code that I can use to convert these files into a format that I can watch and that I can manipulate to make a longer movie.
Ubuntu 10.4
View 3 Replies
View Related
Jun 1, 2011
I have tried this file on multiple different video players, none of them will play the audio(mplayer, vlc and xine). Seems like a codec issue to me. I do have the medibuntu, and the w32codecs. Here is a screenshot I got from xine.
View 1 Replies
View Related
Aug 8, 2011
I have a small video camera that records to SD card in MP4 format. I have the files on my Ubuntu laptop but I can't get them to play right. The video will start and run for about 10 seconds and only play one frame every second. How can I get it to play smoothly.all frames?
View 1 Replies
View Related
Jan 19, 2010
Iam trying to use winff to convert a FLv file to AVI but i get this error message "Unknown encoder 'libmp3lame'"i know this is on my machine i looked.
View 9 Replies
View Related