Existing users, log in.  New users, create a free account.  Lost password?

Mac OS X  |  iPod / iTunes  |  Other iPod / iTunes  |  DVArchive

DVArchive

DVArchive - 3.2

archive shows from networked DVRs: RePlays, etc

All Time: (4.4)
This Version: Not rated (0.0)
Current Version: 3.2
Release Date: 2006-07-12
License: Freeware
Downloads (this version): 2,558
Downloads (all versions): 9,395

Information Related to Version:

Broken Link? Newer Version? Tell us!

Product Description:

DVArchive allows you to archive shows from networked DVRs (i.e. ReplayTV 4000 & 4500) to a computer and then serve those archived programs back up to be played on your ReplayTV (or another DVArchive enabled computer).

Operating System Requirements:

This product is designed to run on the following operating systems:

  • Mac OS X 10.4 PPC
  • Mac OS X 10.3.9
  • Mac OS X 10.3
  • Mac OS X 10.2

Additional Requirements:

  • Mac OS X 10.2.3 or higher

Screenshots:

Download Links:

Your Installed Versions:


 

Feedback Summary:

This Version:
Overall Rating: Not rated (0.0) Features: Not rated (0.0) Support: Not rated (0.0)
Ease of Use: Not rated (0.0) Quality / Stability: Not rated (0.0) Price: Not rated (0.0)
Add Your Feedback

Key to Types of Feedback:

ReviewsReviews   TroubleshootingTroubleshooting   Usage TipsUsage Tips   Developer NotesDeveloper Notes   CommentaryCommentary   Featured ReviewsFeatured Reviews

DVArchive Troubleshooting Reporta fix - Version: 3.1, 5/11/2006 07:15AM PST

(2 of 2 users found this comment useful)

johnski
Here's a link to a site that does not force you to register to read the fix : http://www.avsforum.com/avs-vb/showthread.php?t=668856 OR In summary ( I cut and paste for times sake) The fix is to update line 293 of DVArchive's main.scpt to specifically pick the older release of Java. I have made this change and posted a new script file at http://homepage.mac.com/swaltner/main.scpt.zip Install is by: - Download the zip file - Extract it to get the modified main.scpt file - Select DVArchive in the Finder and then select "Show Package Contents" - Navigate to the Contents/Resources/Scripts directory - Rename the current main.scpt file to something like oldmain.scpt - Copy this new file into the same place - Close the package window and double-click on the DVArchive One benefit of this change is that you don't need to tweak your Java prefs to try and make it launch the older Java runtime. This updates DVArchive to force it to run the old release of Java.
Post a commentAlert Admin

DVArchive Troubleshooting ReportA less invasive fix. - Version: 3.1, 5/9/2006 05:36PM PST

Luminous
My previous fix overcompensates by reverting back to Java 1.4.2. For an equally quick but much less invasive solution to using DVArchive while leaving Java 1.5.0 as the default, see: http://www.dvarchive.org/forums/viewtopic.php?t=2668
Post a commentAlert Admin

DVArchive Usage TipFix for Java 1.5. - Version: 3.1, 4/26/2006 12:32AM PST

Luminous
DVArchive requires Java is set to 1.4.2, even if you ran the upgrade. To tell the operating system to go back to java 1.4.2, follow the following steps.

Open Applications/Terminal

Enter: cd /System/Library/Frameworks/JavaVM.framework/Versions
Enter: ls -l CurrentJDK

The terminal should reply with the following, showing your current Java version is set to 1.5.0:
lrwxr-xr-x 1 root wheel 5 May 11 16:36 CurrentJDK -> 1.5.0

Enter: sudo rm CurrentJDK
Enter: sudo ln -s 1.4.2 CurrentJDK

The terminal should reply with the following showing your current java is set back to version 1.4.2:
lrwxr-xr-x 1 root wheel 5 May 12 09:47 CurrentJDK -> 1.4.2

Done!

Reversing the process sets you back to CurrentJDK 1.5.0, should you require it.
Post a commentAlert Admin