PLEASE READ BEFORE POSTING:

If you are willing to offer some compensation for a new feature or bug fix, you can use the Help Wanted forum. Start a new topic for each new feature idea, and when someone someone decides to do it, please edit the Roadmap Wiki which lists active work.
LinuxMCE Forums
May 24, 2013, 11:24:06 pm GMT-1 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com
 
   Home   Help Search Chat Login Register  
Pages: [1]
  Print  
Author Topic: .dvd to .iso like it should be.  (Read 3230 times)
geekincolorado
Regular Poster
**
Posts: 17


View Profile
« on: August 30, 2007, 06:42:05 pm »

This is so aggravating.  Can someone please put a patch in or something that fixes this problem.  I have hundreds of DVD's that are in .iso form (which is a standard, right?) and having to rename them to .dvd is something that I should not have to do because then when I mount them with my XP laptop (work) I have to rename them back to .iso.  Can this please please be fixed ASAP!!  I love the product so far from what I have seen and it has come a long way.  Thanks!
Logged
Hagen
Guru
****
Posts: 437


LMCE wannabe user


View Profile
« Reply #1 on: August 30, 2007, 07:54:33 pm »

both .iso and .rar should be recognized, I agree
Logged
Zaerc
Alumni
LinuxMCE God
*
Posts: 2256


Department of Redundancy Department.


View Profile
« Reply #2 on: August 30, 2007, 11:23:04 pm »

Here is a workaround for the .ISO issue:
Code:
sudo find /home/public/data -iname "*.iso" -exec ln -sfv '{}' '{}.dvd' \;
That should create symlinks with an added .dvd extention under /home/public/data.

To safely remove these links (and leave the real .dvd files alone):
Code:
sudo find /home/public/data -type l -iname "*.dvd" -exec rm -v '{}' \;

Logged

"Change is inevitable. Progress is optional."
-- Anonymous

kir
Guru
****
Posts: 183



View Profile
« Reply #3 on: September 05, 2007, 12:59:51 pm »

Zaerc, I would suggest doing this for removal:

Code:
sudo find /home/public/data -type l -iname "*.iso" -exec rm -v '{}.dvd' \;

just being a bit more paranoid Smiley
Logged
Zaerc
Alumni
LinuxMCE God
*
Posts: 2256


Department of Redundancy Department.


View Profile
« Reply #4 on: September 05, 2007, 02:14:24 pm »

Zaerc, I would suggest doing this for removal:

Code:
sudo find /home/public/data -type l -iname "*.iso" -exec rm -v '{}.dvd' \;

just being a bit more paranoid Smiley

Paranoia is nice and all, but that's simply not going to work.  Undecided
Logged

"Change is inevitable. Progress is optional."
-- Anonymous

kir
Guru
****
Posts: 183



View Profile
« Reply #5 on: September 05, 2007, 02:22:01 pm »

Zaerc, I would suggest doing this for removal:

Code:
sudo find /home/public/data -type l -iname "*.iso" -exec rm -v '{}.dvd' \;

just being a bit more paranoid Smiley

Paranoia is nice and all, but that's simply not going to work.  Undecided

ah, yes Smiley we need stripping, not appending there Smiley more complex shell command
Logged
Zaerc
Alumni
LinuxMCE God
*
Posts: 2256


Department of Redundancy Department.


View Profile
« Reply #6 on: September 05, 2007, 03:01:30 pm »

The problem is that this find command looks specificly for symbolic links only, which the *.iso files most likely are not.  Otherwise simply appending .dvd would be correct, as that is how they were made by the other command.
Logged

"Change is inevitable. Progress is optional."
-- Anonymous

totallymaxed
LinuxMCE God
****
Posts: 4310


View Profile WWW
« Reply #7 on: September 06, 2007, 09:53:08 am »

The problem is that this find command looks specificly for symbolic links only, which the *.iso files most likely are not.  Otherwise simply appending .dvd would be correct, as that is how they were made by the other command.

the .dvd rips are just .iso's.... but with a different extension. .dvd's are readable by all software that can handle .iso's in our experience.
Logged

Andy Herron,
Convergent Home Technologies Ltd
United Kingdom

Dianemo S Now Shipping on Ubuntu 12.04LTS
Build your system on the latest Ubuntu OS Release!

Get a Dianemo S License: http://forum.linuxmce.org/index.php?topic=8880.0
iOS Orbiter: http://wiki.linuxmce.org/index.php/Dianemo_iOS_Orbiter
Follow us on Facebook: https://www.facebook.com/pages/Dianemo-Home-Automation/226019387454465

Sales & Info:
http://www.dianemo.co.uk
Zaerc
Alumni
LinuxMCE God
*
Posts: 2256


Department of Redundancy Department.


View Profile
« Reply #8 on: September 06, 2007, 02:27:32 pm »

The problem is that this find command looks specificly for symbolic links only, which the *.iso files most likely are not.  Otherwise simply appending .dvd would be correct, as that is how they were made by the other command.

the .dvd rips are just .iso's.... but with a different extension. .dvd's are readable by all software that can handle .iso's in our experience.

Thanks, I was completely unaware of that...  Roll Eyes
Logged

"Change is inevitable. Progress is optional."
-- Anonymous

dopey
Guru
****
Posts: 220


View Profile
« Reply #9 on: September 07, 2007, 04:25:15 am »

Thanks, I was completely unaware of that...  Roll Eyes

LOL  Cheesy
Logged
schaferj
Veteran
***
Posts: 133


View Profile
« Reply #10 on: September 17, 2007, 04:39:45 pm »

Thank you all.  I just appended .dvd to my .iso files and lmce finds them. 

dvd files created by lmce ARE iso files.

so when you click on one in windows and exporer says 'type not found' just tell windows to use your favorite iso progam to play or browse the archive.

joseph
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!