General :: Windows - Removing Duplicate Fields In ID3 Tags?

Jan 10, 2011

I have a couple of MP3s that have duplicate fields in their ID3 tags. Let me show you what I mean: This is causing problems with some media players. Is there a tool that can automatically fix these MP3s in batch? I'd prefer a free Windows or Linux program. I'm not afraid to work on the command line if necessary.

View 2 Replies


ADVERTISEMENT

General :: Removing Specific Field Seperator To Combine Two Fields?

Dec 2, 2010

I am trying to remove the space between the 2nd and 3rd fields but just cannot work out how to do it. I've considered sed, cut, awk...I know with sed you can replace all instances within a file but can you also specify to remove, say, the 2nd instance of a space in each line (this would be perfect for me)?

DAAE 60 402 Bejaia Algeria 1 36-43N 005-04E 36-43N 005-04E 2 2 P
DAAG 60 390 Dar-El-Beida Algeria 1 36-43N 003-15E 36-43N 003-15E 25 25 P
DAAJ 60 670 Djanet Algeria 1 24-33N 009-28E 24-33N 009-28E 1054 1054 P

[code]...

View 3 Replies View Related

General :: Finding And Removing Duplicate Consecutive Words

May 2, 2011

I want to find and remove duplicate consecutive words from a text file. I've tried working with array but is very difficult..then i've tried using sed...somebody hint me with this sed :
sed ':f;N;$!bf; s/(.*)
1/1
/g; s/(.*)1/1/g'.
It works fine but if i have 3 consecutive identical words it only remove first one and the last two remain intact.

View 14 Replies View Related

General :: Delete Duplicate Lines Without Removing First Instance Of That Line?

Feb 7, 2011

I have a file "test.txt" with following data

#1
aaa
#2
bbb
#3
aaa
#4
ddd

I wanted it to be displayed as

#1
aaa
#2
bbb
#4
ddd

I used awk "'!x[$0]++' test.txt > file.new"
,but it deleted #1 also.I tried using uniq command but i didn't work.
Can anyone Please let me know is there any way to do this using shell script.

View 2 Replies View Related

Fedora :: How About Removing Duplicate File

Mar 12, 2010

Anyone know of a good Linux application that will remove duplicate files interactively? I've recently spent a lot of time (read weeks) pruning my music collection, basically by hand. and now I'm moving on to my family photos. Most of the work with the music was done under Windows XP. As for the photos, I have a fantastic Windows application, D'Peg, that I had actually purchased some years ago. This app rocks for Windows. In my opinion it's so good that I would happily pay double the asking price. However, I'd prefer to use Linux if possible, so, what's out there, anything that is worth it's salt? Currently playing around with Picasa.

View 2 Replies View Related

Ubuntu :: Removing Duplicate Entries In Grub2?

Mar 6, 2010

I have made a custom grub2 menu however, both the default and the custom show together. So my grub looks like the list below, the bolded entries are my custom ones. How do I get rid of the duplicates? I have tried apt-get remove and deleting old kernels.

ubuntu,linux ...
ubuntu,linux recovery
memtest
memtest
windows7
windows7
ubuntu linux
ubuntu linux recover

View 7 Replies View Related

Fedora :: Removing Duplicate I386 Packages On A X86_64 System After A Pre-Upgrade From FC8-FC10

Oct 19, 2009

I recently upgraded my x86_64 system from FC8 to FC10 using Pre-Upgrade. (related blog link) It appears that the upgrade process installed a steaming pile of i386 packages that are duplicates of existing x86_64 packages. I now get update errors because of this package clash. I have searched the fora and the most progress I've been able to make so far is: I apparently had 8 unfinished yum transactions so I did yum-complete-transaction 8 times and have no more incomplete transactions.

The output of package-cleanup --dupes is not very helpful:

Code:

[tim@servy ~]$ sudo package-cleanup --dupes
Setting up yum
Loaded plugins: refresh-packagekit

Yet I still get transaction errors when I run updates via synaptic. It checks dependencies and downloads everything and errs when testing changes. This is the error it gives at the moment:

Code:

Test Transaction Errors: file /etc/gconf/schemas/gweather.schemas from install of libgweather-2.24.2-1.fc10.x86_64 conflicts with file from package gnome-applets-1:2.20.1-1.fc8.i386

[code]...

View 14 Replies View Related

OpenSUSE Hardware :: Removing Duplicate Nook Main Memory Folders In /media?

Oct 5, 2010

I have a Nook. When I plug it into the USB port on my system, a window pops up asking what I want to do with the new device. I can open it and access media/nook and move files into and out of the directory.

There's a button to "Safely dismount Nook" before I unplug it. I use that. Apparently, however, sometimes it doesn't respond. Now I have .hal-mtab-lock in my /media folder, along with Nook Main Memory and Nook Main Memory (1) folders. I can't delete any of them.

How do I a) delete these folders, and b) make sure it actually unmounts the device in the future?

View 6 Replies View Related

Ubuntu :: Wine Crashed Now Can't Type In Txt Fields And Lost Max, Min, And X From All Windows

Oct 29, 2010

Using wine, re-installed EVE (hadn't played for awhile), things went fine, ran eve, things were fine... then like an idiot in the middle of the opening graphic sequence I tried to exit out... big mistake... system hung up and I had to do a hard restart. Upon restart the following has happened:

1. I currently cannot type into SOME text fields. I can type into Firefox, and Open office, but not into KDE wallet, Kubuntu search fields, or the terminal (big problem). If i go out of KDE and straight command line I can run terminal commands. I can also cut and paste into all text fields including the ones I cannot type into.

2. I've lost all X, Minimize, and Maximize from ALL windows, and cannot move windows. I can resize some windows, like firefox however. Windows are not layering properly, if any window is open the "start" button menu will be blocked out, and the opened windows will not layer behind it (makes me have to resize windows to shut down).

3. Tried to go back to a prior good configuration to no avail. The 3 most recent configs have the same errors now, and the configs prior to that are refusing to initialize KDE... screen will flicker and then go strait to command lines.

notes: I have tried changing graphics drivers to no avail, and have redone the keyboard selection to no avail. Also uninstalled wine, but that didn't do anything. basically, I can work within the errors and make stuff run, but it's a huge PITA. running Kubuntu 10.10*was running wine 1.3.5

View 1 Replies View Related

Ubuntu Multimedia :: Configure Vlc That It Won't Show Tags - Ffmpeg Should Strip Tags

Dec 19, 2010

I have a lot of avis with annoying metadata that show in vlc. Since I cannot figure out how to configure vlc in a way that it won't show the tags, ffmpeg should strip the tags. This is supposed to do the trick:

[Code]...

View 7 Replies View Related

General :: Removing Windows From Dual Boot Using Wubi?

Mar 7, 2011

I've just installed Ubuntu 10.10 using Wubi inside of Windblows and I want to remove Windblows completely.What filestem does Ubuntu use and how do i delete the NTFS partitions and redistribute the free space once partition removed?I only installed through Windblows cos I couldn't get a decent cd burnt to install from there.Just noticed that it looks like the installer has locked up again becuase there is no mouse action. If it has locked up again, i think it may be the cd drive playing up. If i replace it temporarily with a newer drive will Ubunutu kick up a fuss when i out the old one back in. I don't intend using a cd-rom anyway. i just want to use it as a domain controller and file server.

View 3 Replies View Related

Ubuntu :: Duplicate Grub Entries For Windows 7?

Oct 12, 2010

To start by saying that I am brand new to anything linux. I just installed Ubuntu 10.10 32-bit to dual boot on my Windows 7 32-bit PC. This last time that I booted my pc the grub looked like this:

Ubuntu, Linux 2.6.32-25-generic
Ubuntu, Linux 2.6.32-25-generic (recovery mode)
Ubuntu, Linux 2.6.32-24-generic
Ubuntu, Linux 2.6.32-24-generic (recovery mode)
Windows 7 (loader) (on/dev/sda1)
Windows 7 (loader) (on/dev/sda2)

From what I understand the duplicate for Ubuntu is just an updated Kernal, hence the -24 to -25. What I didn't understand is why there is a duplicate for Windows 7 and what the sda1 and sda2 is? Someone please explain. When I first installed Ubuntu, there was only one listing for Ubuntu and one for Windows 7.

Also, I was wondering what you do to keep up with new kernals and remove old one's. How do you keep the Kernals from piling up? I assume that when another Kernal becomes available, there will then be 3 Ubuntu listings in the grub. One last thing is I would like some suggestions for the best way of going about learning linux. (i.e. terminal commands)

View 7 Replies View Related

General :: Comparing Two Fields In Two Files Using Awk?

Jul 12, 2011

I have a file1:

Code:

$ cat PF(1).out
Tmp39 PF10271.3 423 ENSP00000326063 488 1.2e-201 41-478
Tmp39 PF10271.3 423 ENSP00000338165 492 1.9e-200 46-479

[code].....

View 14 Replies View Related

OpenSUSE :: WINE - How To Install Windows Media Player 11 - Read RIFF Tags From WAV Files ?

Apr 8, 2011

I want to install my favorite player WMP11 in Linux, but the Setup fails in validation! i there a possible to force install wmp11 with wine in linux ? I have a lot of music in WAV + tagged with RIFF Tags, wmp can read riff tags...Amarok can't! is there another player that can read RIFF Tags from WAV files?

View 6 Replies View Related

General :: AWK: Rm Duplicates Based On Multi Fields?

Feb 7, 2011

I'm trying to use awk to remove rows that are duplicates based on 3 fields, and I want to keep the on that has the higher value in another field. I'm working in C-Shell. For example the below is greped out of a larger data set to use in here as example:

Input (Field separator is a comma:

Code:

4180,-6999,MA,BARNSTABLE,BOURNE,1,1.7,1700,PM,1/26
4180,-6999,MA,BARNSTABLE,BOURNE,1,3.5,2025,PM,1/26
4180,-6999,MA,BARNSTABLE,BOURNE,1,1.0,1511,PM,1/26
4180,-6999,MA,BARNSTABLE,BOURNE,1,5.7,0540,AM,1/27

[Cpde]....

View 1 Replies View Related

General :: How To Grab Tricky Fields In A String

Mar 28, 2010

I'm writing a script that picks out the time offset in a string, but am trying to figure out a way to print a field based on a match (likely needs to be regex).

Here are some sample fields:
09.900. Either add -12:-1: 0 to existing offset, or restart the slicer with no offset or with offset=00
09.900. Either add -12:-1:30 to existing offset, or restart the slicer with no offset or with offset=00
09.900. Either add -10: 0:-47 to existing offset, or restart the slicer with no offset or with offset=00

What I need would be "-12:-1: 0" from the first line, for example. I was just using "awk '{print $4}'" originally but because of the damn space in the 1st and 3rd lines by the 0, that doesn't work for me. How to grab those fields correctly for all cases?

View 3 Replies View Related

General :: Scripting: Modifying SQL Fields Dynamically?

Feb 22, 2010

I'm looking for a way to dynamically modify a fied in the SQL file.

Example,

INSERT INTO `TABLE` VALUES(1AADFDF,DFF33D,10023,SOMEDATA, SOMEDATA);
INSERT INTO `TABLE` VALUES(1AADFDF,DFF33D,10098,SOMEDATA, SOMEDATA);

[code]....

The third field in this SQL file is what needs to change to n+1

"10023" needs to change to "1"
"10098" needs to change to "2"
"10123" needs to change to "3"
"10983" needs to change to "4"
etc...

I tried with awk and sed, but since both require the usage of ' (single quote), my variable fails to get updated. I know i can use cut and recreate the sql statememnt, but i believe there should be easier way using sed or awk. Would anyone know of any creative way to get this to work in one-liner? This needs to be a part of the script preferable without making call to external file.

View 1 Replies View Related

General :: Print Separator For All Fields In `join` Utility?

Dec 13, 2010

For example: file a:Tom:blackLily:pinkfile b:Tom:bigKate:smallAnd, the result:join -t: a1 a ot:Tom:black:bigLily:pinkBut what I want is:Tom:black:bigLily::pink

View 2 Replies View Related

General :: Understand Cpu Family/model/stepping Fields In /proc/cpuinfo?

Feb 26, 2011

I have following in cpuinfo:

processor : 0
vendor_id : AuthenticAMD
cpu family : 15

[code]....

View 2 Replies View Related

General :: Find MP3 Files Without ID3 Tags?

Jan 21, 2011

I have a lot of mp3 files without any ID3 tag information. This is very annoying, because my iPod does not show them correctly. My Banshee shows them as "unknown artist" and the title. I would like to find them all in a bunch to batch update them.

View 2 Replies View Related

Ubuntu :: Removing Windows From Grub

Oct 11, 2010

I had windows 7 installed in my 4th drive and windows vista as my boot drive. I formatted my windows 7 drive using vista and installed ubuntu 10.04 in its place. But still, when i update grub it shows windows 7 as one of the operating systems and my vista OS has been renamed as Windows 7. Please help. How can I remove windows 7 from the list, while i update grub.

View 3 Replies View Related

General :: Moving Symlinks Into A Folder Based On Id3 Tags?

Apr 3, 2010

I'm trying to get my music folder into something sensible. Right now, I have all my music stored in /home/foo so I have all of the albums soft linked to ~/music. I want the structure to be ~/music/<artist>/<album> I've got all of the symlinks into ~/music right now so I just need to get the symlinks into the proper structure. I'm trying to do this by delving into the symlinked album, getting the artist name with id3info. I can do this, but I can't seem to get it to work correctly.

for i in $( find -L $i -name "*.mp3" -printf "%h
")
do
echo "$i" #testing purposes

[code]....

I'm trying to mv The Trance Mix 3 Wanderlust - DJ Exortius [TRANCE DEEP VOCAL TECH]@ into the real directory DJ Exortius. DJ Exortius already exists, so it's just a matter of moving it into the correct directory that's based on the id3 tag of the mp3 inside.

PS: I've tried easytag, but when I restructure the album, it moves it from /home/foo which is not what I want.

View 2 Replies View Related

General :: Finding Unmodifiable Music File Tags?

Oct 17, 2010

I have some music files (.mp3 and .flac) which have unmodifiable tags: After I change the tags, they revert to their original values automatically. It's not related to access permissions (using Linux) as in a same directory, with the same permissions, some files have modifiable tags and other not. Is there such a thing as "protected" or "unmodifiable" tags? Are there solutions to force modification ?

View 2 Replies View Related

Debian Installation :: Removing Windows From First Partition

Jan 1, 2011

My hard drive is partitioned fairly simply, with two primary partitions, one for Windows and one for Debian Squeeze.How can I remove sda1 and make it so that Debian takes up the whole disk on one large partition without reinstalling?I have downloaded and burnt the gparted live cd, but I daren't go any further without some hand holding.

View 11 Replies View Related

Debian :: Completely Removing Windows Partitions

Apr 18, 2011

When installing Debian, I had to left out 2 windows partition because I originally thought I could install Debian into Windows C: drive. Then I knew I had been wrong. After I moved the data of the 2 partitions out of the hard disk today, I want to merge these partitions into the linux file system.Is this possible without a reinstall? How can I do this?

View 7 Replies View Related

OpenSUSE Install :: Removing Windows 7 Keeping 11.3?

Sep 4, 2010

I just got it all set up and it has everything I need for what i do on my computer and it does alot better and smoother. So now im convinced linux KDE is where the party is at! HAaha so I want to remove windows 7 from my notebook and have openSUSE as the only OS running on it. Can anybody help me with removing windows 7 and leaving openSUSE on it? I was also hopeing that i'll be able to use the disk space with opensuse that my windows 7 is currently useing.

View 9 Replies View Related

Ubuntu :: Windows Fails To Work After Removing?

May 9, 2010

I have one laptop running on ubuntu and one computer running on ubuntu.....once i removed ubuntu from my laptop....and installed windows on my laptop but it didn't work as it should work. It used to crash too often. Then i removed windows and put ubuntu on my laptop.. but now i want to put a new hard disk in my computer....but now i want to run both windows and ubuntu.....i just want to ask that does ubuntu leave any strains on my hard disk when i remove it.....and is that the reason windows doesn't work properly

View 6 Replies View Related

Ubuntu :: Booting After Removing Windows 7 Trial?

Jun 12, 2010

I have a problem booting ubuntu 9.10 after removing a disk drive that had windows 7 on it from my PC. Below is a run down of what happened.My system is MSI based MB with 3 IDE drives and DVD-writer on Primary and Secondary IDE channels.The MB also has a FASTTRACK SATA/IDE controller that I occasionally use to attach another disk for trial/backup purposes. (main backup is to external USB storage)For some time I have DUAL booted with grub2 with ubuntu 9.10 and windows XP all fine and no problems. Use ubuntu as its quick and easy on my old PC. XP for some legacy apps.As I had a spare IDE drive I thought I'd give a Windows 7 a trial. The Drive is attached to the FASTTRACK IDE controller and windows 7 installed with NO OTHER drives attached.

All OK so far!Reattached my other drives and could boot into ubuntu/XP as required. Ran sudo update-grub which found new windows 7 Ok! So for the last month I was happily play/using all 3 OS booting from grub2 loader as required.Windows 7 30 day trail has now expired so no longer of any use to me. So I decided to remove windows 7Here's what I did:..........1st: Just unplugged the disk drive with windows 7 on it! XP boots OK but ubuntu fails to boot! 2nd: Re-attached the windows 7 drive and wiped with ubuntu disk utilityRe-ran sudo update-grub windows 7 no-longer on grub2 menu! Reboot OK windows 7 no-longer on grub2 menu ubuntu and XP boot ok. Remove (empty)windows 7 drive again and ubuntu fails to boot

View 9 Replies View Related

Ubuntu Installation :: Removing OS And Installing Windows?

Jun 15, 2010

I've decided to get rid of ubuntu since I can't get my 5.1 system to work. So here is the drill :

*I have an Ubuntu installed

*I also have a flash and an iso image of windows XP

how do I remove Ubuntu and then install windows xp.I also want to divide my drive into C and D if possible .

View 9 Replies View Related

Installation :: Removing Windows 7, Install Ubuntu 10.10 Only?

Feb 1, 2011

when it comes to Linux with little to no understanding of the command lines and what they mean.

Issue:I currently have a dual boot Windows 7 PC (Toshiba Satellite A100-756 with 250GB HDD and 3GB RAM, 32-bit).What I want to do is format the HDD (removing both partitions) and make a clean install of Ubuntu only.I tried for several hours last night to achieve this using Ubuntu 10.10 and Pendrive, but with no success. System would not boot from USB stick.

How do I: 1. Format the HDD and remove the partitions using only Ubuntu on a USB stick?

2. Install Ubuntu and partition the HDD ready to copy over my backed up files?

View 8 Replies View Related







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