LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Blogs > GlennsPref
User Name
Password

Notices


Uncategorized Entries with no category
Old

How to recover lost mp3's for free-p7 of 8.

Posted 05-11-2010 at 11:23 PM by GlennsPref

Code:
#/usr/lib64/libxcb-res.so.0.0.0
The majority of the problem libraries were version labels, except one that I found had a replacement with a new name, so effectively these libs just needed renaming to allow the program EasyTag to work. I've left the required lines uncommented(#). You will need root access to change these files. I thought about linking the files rather than copying them with new names and decided that at the rate of development with Mandriva and GNU/Linux...
Senior Member
Posted in Uncategorized
Views 462 Comments 0 GlennsPref is offline
Old

How to recover lost mp3's for free-p7 of 8.

Posted 05-11-2010 at 11:22 PM by GlennsPref

code]#/usr/lib64/libxcb-res.so.0.0.0

[/code]

The majority of the problem libraries were version labels, except one that I found had a replacement with a new name, so effectively these libs just needed renaming to allow the program EasyTag to work. I've left the required lines uncommented(#). You will need root access to change these files. I thought about linking the files rather than copying them with new names and decided that at the rate of development with Mandriva...
Senior Member
Posted in Uncategorized
Views 496 Comments 0 GlennsPref is offline
Old

How to recover lost mp3's for free-p6 of 8.

Posted 05-11-2010 at 11:21 PM by GlennsPref

Code:
Code:
#lib64mpeg4ip0 
#lib64xvid4 
#end deps list (may not be complete)glib-devel?
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

libs
#	libavcodec.so.51  
#locate libavcodec.so.5 
#copy and rename 
#/usr/lib/libavcodec.so.52 
#/usr/lib/libavcodec.so.52.66.0 
#copy and rename 
sudo cp /usr/lib64/libavcodec.so.52 /usr/lib64/libavcodec.so.51 
#/usr/lib64/libavcodec.so.52.66.0
...
Senior Member
Posted in Uncategorized
Views 771 Comments 0 GlennsPref is offline
Old

How to recover lost mp3's for free-p5 of 8.

Posted 05-11-2010 at 11:20 PM by GlennsPref

Code:
Next we want to get most of our file names back,  For this I found EasyTag, a a tag search like mp3info with a very handy bulk scanning and renaming tool with a graphical user interface.

Example of reading data tags with mp3info... 
Code:
mp3info -F /home/glenn/storage/recovery/mp3/f81018974.mp3
File: /home/glenn/storage/recovery/mp3/f81018974.mp3 
Title:   The River                      Track: 6 
Artist:  Bruce Springsteen & The E Stre 
Album:
...
Senior Member
Posted in Uncategorized
Views 556 Comments 0 GlennsPref is offline
Old

How to recover lost mp3's for free-p4 of 8.

Posted 05-11-2010 at 11:18 PM by GlennsPref

Code:
The xargs manpage reveals more on how the find command works....
man xargs excerpt... 
Code:
EXAMPLES 
       find /tmp -name core -type f -print | xargs /bin/rm -f 

       Find files named core in or below the directory /tmp and delete them.   Note  that  this  will 
       work incorrectly if there are any filenames containing newlines or spaces. 

       find /tmp -name core -type f -print0 | xargs -0 /bin/rm -f
...
Senior Member
Posted in Uncategorized
Views 491 Comments 0 GlennsPref is offline

  



All times are GMT -5. The time now is 12:32 PM.

Main Menu
Advertisement
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration