Home
Blogs
Forums
Files


Welcome to The Green Button          Sign in | Join | Help

DVRMSToolbox: Automated Commercial Detection, Skipping, and much more.

Last post 09-02-2008, 12:19 AM by MitchSchaft. 882 replies.
Page 55 of 59 (883 items)   « First ... < Previous 53 54 55 56 57 Next > ... Last »
Sort Posts: Previous Next
  •  09-21-2006, 7:37 AM 139328 in reply to 139236

    Re: Issue

    wsbsteven:
    Yes my files are in there.  I put them in there to break up the load since I don't want to fix all the files at once.  The profile I have chosen copies them back to recorded tv.


    usually this error -

    System.Runtime.InteropServices.COMException (0x80004005): Unspecified error
       at Toub.MediaCenter.Dvrms.DirectShow.IFileSourceFilter.Load(String pszFileName, AmMediaType pmt)
       at Toub.MediaCenter.Dvrms.Metadata.DvrmsMetadataEditor..ctor(String filepath)
       at Durrant.Common.lows.GetMetaTags(String DvrmsPath)

    means that the file cannot be accessed. 

    try running it on a file in your recorded tv folder.

    DVRMSToolbox, Recording Broker, LcdWriter, and more software
    babgvant.com
  •  09-21-2006, 7:39 AM 139333 in reply to 139244

    Re: DVRMSToolbox: Automated Commercial Detection, Skipping, and much more.

    Lohan3001:

    I've never hacked anything before, and I'm having difficulty following the set-up directions. Specifically, I don't understand what I'm supposed to put for input path and file. Output, either. I need a lot of clarification. I have a new Toshiba Satellite P105-S6064, Centrino core duo, 2gb ram, usb tuner. Any help would be greatly appreciated. Thanks in advance!



    in almost every case the input file is a a dvr-ms file that you want to do something to.  double click the input file field, choose a file, do the same with the output file, then choose a profile (the thing you want to do) from the dropdown and click Run.

    DVRMSToolbox, Recording Broker, LcdWriter, and more software
    babgvant.com
  •  09-21-2006, 8:22 AM 139339 in reply to 99008

    Re: DVRMSToolbox: Automated Commercial Detection, Skipping, and much more.

    Hi babgvant,

    Good news! I'm running v1.0.9.9 (just a little behind) and this is the first version of DVRMSToolBox that I've run on my Extender which doesn't lose auto-skip functionality! In all previous versions, you may recall, if you played music on an extender then go to play Recorded TV, the auto-skip wouldn't work. A quick turn off and back on made the auto-skip work (until you played music again.)

    And what do you know, something changed in 1.0.9.9 that finally fixed this! It's so nice to not have to keep rebooting the extender for auto-skip (one of those wife acceptance factor things)

     


    --

    Randy Harris
    http://www.MacSeven.com
  •  09-21-2006, 8:28 AM 139342 in reply to 139339

    Re: DVRMSToolbox: Automated Commercial Detection, Skipping, and much more.

    RandyHarris:

    Hi babgvant,

    Good news! I'm running v1.0.9.9 (just a little behind) and this is the first version of DVRMSToolBox that I've run on my Extender which doesn't lose auto-skip functionality! In all previous versions, you may recall, if you played music on an extender then go to play Recorded TV, the auto-skip wouldn't work. A quick turn off and back on made the auto-skip work (until you played music again.)

    And what do you know, something changed in 1.0.9.9 that finally fixed this! It's so nice to not have to keep rebooting the extender for auto-skip (one of those wife acceptance factor things)

     



    I hope whatever it was stays fixed in 1.1.01 :)

    DVRMSToolbox, Recording Broker, LcdWriter, and more software
    babgvant.com
  •  09-21-2006, 8:55 AM 139345 in reply to 139328

    Re: Issue

    Using the batch file code I gave, what modification would I need to allow it to be ran in recorded tv?
  •  09-21-2006, 9:12 AM 139349 in reply to 139345

    Re: Issue

    wsbsteven:
    Using the batch file code I gave, what modification would I need to allow it to be ran in recorded tv?

    Nothing - just move the batch file to the Recorded TV directory and run it from there.

    FOR %%1 IN (*.dvr-ms) DO DVRMSToMPEG /of="%%1.dvr-ms" /if="%%1" /act=cutcommovedvrms

    BTW, I had to go back two pages to find the batch file - it would be helpful next time if you included a link to the post or re-posted the batch file command.

  •  09-21-2006, 9:26 AM 139357 in reply to 139349

    Re: Issue

    onlydarksets:

    wsbsteven:
    Using the batch file code I gave, what modification would I need to allow it to be ran in recorded tv?

    Nothing - just move the batch file to the Recorded TV directory and run it from there.

    FOR %%1 IN (*.dvr-ms) DO DVRMSToMPEG /of="%%1.dvr-ms" /if="%%1" /act=cutcommovedvrms

    BTW, I had to go back two pages to find the batch file - it would be helpful next time if you included a link to the post or re-posted the batch file command.



    if you don't want to put the bat in your recorded tv folder

    FOR %%1 IN ("C:\Documents and Settings\All Users\Documents\Recorded TV\*.dvr-ms") DO "C:\Program Files\DVRMSToolbox\DVRMSToMPEG.exe" /of="%%1.dvr-ms" /if="%%1" /act=cutcommovedvrms

    although it would probably be a good idea to set the output path to a different folder, so it doesn't output the files back into your recorded tv folder

    DVRMSToolbox, Recording Broker, LcdWriter, and more software
    babgvant.com
  •  09-21-2006, 9:37 AM 139363 in reply to 139357

    Re: Issue

    babgVant:
    onlydarksets:

    wsbsteven:
    Using the batch file code I gave, what modification would I need to allow it to be ran in recorded tv?

    Nothing - just move the batch file to the Recorded TV directory and run it from there.

    FOR %%1 IN (*.dvr-ms) DO DVRMSToMPEG /of="%%1.dvr-ms" /if="%%1" /act=cutcommovedvrms

    BTW, I had to go back two pages to find the batch file - it would be helpful next time if you included a link to the post or re-posted the batch file command.



    if you don't want to put the bat in your recorded tv folder

    FOR %%1 IN ("C:\Documents and Settings\All Users\Documents\Recorded TV\*.dvr-ms") DO "C:\Program Files\DVRMSToolbox\DVRMSToMPEG.exe" /of="%%1.dvr-ms" /if="%%1" /act=cutcommovedvrms

    although it would probably be a good idea to set the output path to a different folder, so it doesn't output the files back into your recorded tv folder


    if you wanted to do that then you'd have to move the bat file into the recorded tv folder and modify it to something like this

    FOR %%1 IN (*.dvr-ms) DO "C:\Program Files\DVRMSToolbox\DVRMSToMPEG.exe" /of="c:\output\%%1.dvr-ms" /if="C:\Documents and Settings\All Users\Documents\Recorded TV\%%1" /act=cutcommovedvrms

    DVRMSToolbox, Recording Broker, LcdWriter, and more software
    babgvant.com
  •  09-21-2006, 9:41 AM 139365 in reply to 139363

    Re: Issue

    My bad - babvgant is (as usual) right.  You would, at a minimum, have to change the path to DVRMSToMPEG.

    FOR %%1 IN (*.dvr-ms) DO "C:\Program Files\DVRMSToolbox\DVRMSToMPEG.exe" /of="%%1.dvr-ms" /if="%%1" /act=cutcommovedvrms

    That said, his approach above is even better.

  •  09-21-2006, 9:46 AM 139369 in reply to 138834

    Re: Upgrade Process

    vddobrev:
    babgVant:
    vddobrev:

    babgVant:

    are you using the "Fix the MCE Slider" profile?

    Yes. After I click run, the process completes, but the file is not modified, the slider is still for 3hrs, where the movie without commercials is less.



    are you running it on a file in the recorded tv folder?

    make sure it is run on files that are not in recorded tv, and that you select "incrementscheduleitem" so mce will think it's a new show and read the meta data when you move it back in.

    I was running it on a file in the recorded TV folder. Tried on a file not in that folder - now the slider increased to 6hrs long instead of getting reduced to the length of the recording. Here is what I did:

    1) moved the file out of recorded tv

    2) opened MCE so that it updates the number of recordings - the moved file was not in the list.

    3) ran the "Fix the MCE Slider" as described

    4) moved the file back to recorded tv

    5) the slider doubled, from 3hrs it became 6 hrs. the movie is 2 1/2 hours after removing the commercials.

    I am almost ready to give up unless someone guides me step by step...

    babgVant, can you please offer any advice on this.


    Vista Ultimate x64, Intel DP35DP, Intel C2D E4500@2.2GHz, 4GB RAM, 500GB HDD, 160GB HDD, nVidia 8600GT, 2 x AverTV Bravo H788, Samsung 46" 1080p
  •  09-21-2006, 10:42 AM 139384 in reply to 139369

    Re: Upgrade Process

    vddobrev:

    babgVant, can you please offer any advice on this.



    when fixslider is checked the adjustmetadata action sets

    WM/MediaOriginalRunTime = Duration
    WM/WMRVEndTime = WM/WMRVEncodeTime + Duration

    These values are all written to recordings.xml and are not updated when they are updated in the file.  To work around this, there is also an option to IncrementScheduleItem (WM/WMRVScheduleItemID = WM/WMRVScheduleItemID + 1) which tricks MCE into thinking that the file is new, so it reads the values. 

    You can verify that these values have been set correctly by looking at them with the EditDVRMSMetadata tool. 

    DVRMSToolbox, Recording Broker, LcdWriter, and more software
    babgvant.com
  •  09-21-2006, 12:39 PM 139408 in reply to 139384

    Re: Upgrade Process

    The error is gone.  Hopefully it will remove commercials again.  The odd thing is my method was working for awhile (did maybe 50+ files) then it started to freak out.
  •  09-21-2006, 4:29 PM 139442 in reply to 139408

    Re: Upgrade Process

    Can I make a suggestion? Can you add a "Browse" button so I can get to the dvr-ms file that way? Other than that, great program!!
  •  09-21-2006, 5:40 PM 139456 in reply to 139442

    Re: Upgrade Process

    Xaeryth:
    Can I make a suggestion? Can you add a "Browse" button so I can get to the dvr-ms file that way? Other than that, great program!!


    Double click in the text box, and it will open a browser dialog.  Most text boxes that take a file work that way.
  •  09-21-2006, 7:23 PM 139461 in reply to 139456

    Re: Upgrade Process

    onlydarksets:
    Xaeryth:
    Can I make a suggestion? Can you add a "Browse" button so I can get to the dvr-ms file that way? Other than that, great program!!


    Double click in the text box, and it will open a browser dialog.  Most text boxes that take a file work that way.


    Well duh?!? Don't I feel silly now. At least, I can now say that I learnt something new today. Wink [;)] Thanks!!
Page 55 of 59 (883 items)   « First ... < Previous 53 54 55 56 57 Next > ... Last »
View as RSS news feed in XML
About TGB | Advertise | Link To Us | Donate | Terms Of Use | Privacy Policy
© 2003-2007 The Green Button, Inc. - All Rights Reserved