Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: HJ-split and Google Chrome

  1. #1
    Expert hiredgun's Avatar
    Join Date
    May 2008
    Posts
    344

    Default HJ-split and Google Chrome

    It seems that google chrome browser wants to add associated file types to the HJfiles that you download, making HJ unable to open them. Changing the file name has no effect. Has anyone run into any problems that can help? Thanks

  2. #2
    elgrego
    Guest

    Default

    Do you get something like this?

    facialmovie.avi.001.mpg

    Perhaps try showing hidden file extensions which will allow you to remove the appended bit.

    Have a look here for how to do it in Windows
    http://www.facialforum.net/showpost....77&postcount=7

    For doing a lot of files at once, ronaldbr found a bulk renaming utility.

    http://www.facialforum.net/showthread.php?t=30594
    Last edited by elgrego; 09-08-2009 at 05:27 PM.

  3. #3
    Expert hatepaste's Avatar
    Join Date
    May 2006
    Location
    N/A
    Posts
    245

    Default Yup

    YEAH, This is a royal pain in the ass. I have been using Chrome since it was released and it has always been that way.

    I have noticed that .001 files downloaded off rapidshare work fine, so methinks it may be vBulletin (forum software) related. I'll look into this and report back.

  4. #4
    Expert hatepaste's Avatar
    Join Date
    May 2006
    Location
    N/A
    Posts
    245

    Default Test results

    OK, I uploaded some hjsplit files to my personal website and chrome downloaded it fine (no triple extensions like movie.wmv.001.wmv). As I said, rapidshare downloads fine too, so I think it might be forum related. It means you have to browse to your download folder and rename 20 or 30 files before you can join them. A bit of a drag.

    Any mods using chrome?

  5. #5
    Platinum member hated's Avatar
    Join Date
    Oct 2005
    Location
    Below the lights
    Posts
    2,216

    Default

    Ive been having this problem too for a good while now. I decided just now that it would have to be enough, and so went here to find a solution. To bad it theres nothing i can do myself.

    I actually had this problem before, while using the Opera browser. Its frustrating as hell, but these days i can rename files in hyperspeed by sheer routine...

    When the flame turns to ashes, legends will be forgotten...

  6. #6
    Administrator SimonKemp's Avatar
    Join Date
    Oct 2005
    Posts
    10,555

    Default

    I think you will find that at the bottom of your download box you have "save as type" whatever extension you have selected. This will add an extension to the end of the HJ filename.

    You need to select "all files" and you won't have the extra extension added.
    Not a PLATINUM MEMBER yet? Click HERE to join.
    Click here to send me a pm



    Follow CumPerfection - twitter.com/cumperfection (All the Porn Stars Do!)

  7. #7
    Platinum member hated's Avatar
    Join Date
    Oct 2005
    Location
    Below the lights
    Posts
    2,216

    Default

    Quote Originally Posted by SimonKemp View Post
    I think you will find that at the bottom of your download box you have "save as type" whatever extension you have selected. This will add an extension to the end of the HJ filename.

    You need to select "all files" and you won't have the extra extension added.
    I know what you mean, this is what i have to do every time i download a file with the extension .00* which might not sound very annoying. I does get tiresome though when downloading a scene of 15 or so parts. One needs to change the filetype plus change the extension manually in the filename box. Otherwise the .mpg sticks and one has to rename them in the file browser.

    As i said in my previous post ive gotten quite used to it, so its not a critical problem. But if theres an easy way of fixing this on behalf of the forum it would be super nice.

    When the flame turns to ashes, legends will be forgotten...

  8. #8
    safn1949
    Guest

    Default

    There is a .bat file that Rembo wrote to remove the .zip at the end hj files over 15.It can easily be rewritten to remove any double extensions,say remove .mpg or the like.However it will remove all .mpg (or whatever) extensions so you need to run it in a separate folder.I will post the remove. zip one here as a rar file,change the extension to txt and open it.Replace the .zip with what ever extension you need and then rename it as a .bat file.

    I have made 3 of them,remove mpg,rar and zip.Any questions feel free to pm me.
    Attached Files Attached Files

  9. #9
    Platinum member hated's Avatar
    Join Date
    Oct 2005
    Location
    Below the lights
    Posts
    2,216

    Default

    Quote Originally Posted by safn1949 View Post
    There is a .bat file that Rembo wrote to remove the .zip at the end hj files over 15.It can easily be rewritten to remove any double extensions,say remove .mpg or the like.However it will remove all .mpg (or whatever) extensions so you need to run it in a separate folder.I will post the remove. zip one here as a rar file,change the extension to txt and open it.Replace the .zip with what ever extension you need and then rename it as a .bat file.

    I have made 3 of them,remove mpg,rar and zip.Any questions feel free to pm me.
    Thats real clever. Why didnt i think of this before?

    Anyways, thanks a lot. This will save me much time and effort. Making porn surfing effective is essential as we all know.

    When the flame turns to ashes, legends will be forgotten...

  10. #10
    Expert hatepaste's Avatar
    Join Date
    May 2006
    Location
    N/A
    Posts
    245

    Default

    OK, I wrote a custom batch file for this problem and it works very well and saves me loads of time.

    It does the following:

    it removes the extra .mpeg extensions from hjsplit files .001 thru .030
    it removes extra .mpeg extensions from .avi files (.avi.mpeg)

    ***IMPORTANT***

    The file assumes your download directory is located at %userprofile%\Downloads\. Depending on your version of windows and Chrome configuration, you may need to change this path. To test if this is the right path, click start, run, and type: %userprofile%\Downloads\ If you see your porn there, you're in business!

    PM me if you need help changing paths or customizing the file, the syntax is fairly straight forward.

    The file is simple and works great but I am not a programmer. Use at your own risk. I can not be held responsible for losing your kid's homework or, god forbid, your porn

    ren %userprofile%\Downloads\*".avi.mpeg" *.
    ren %userprofile%\Downloads\*".001.mpeg" *.
    ren %userprofile%\Downloads\*".002.mpeg" *.
    ren %userprofile%\Downloads\*".003.mpeg" *.
    ren %userprofile%\Downloads\*".004.mpeg" *.
    ren %userprofile%\Downloads\*".005.mpeg" *.
    ren %userprofile%\Downloads\*".006.mpeg" *.
    ren %userprofile%\Downloads\*".007.mpeg" *.
    ren %userprofile%\Downloads\*".008.mpeg" *.
    ren %userprofile%\Downloads\*".009.mpeg" *.
    ren %userprofile%\Downloads\*".010.mpeg" *.
    ren %userprofile%\Downloads\*".011.mpeg" *.
    ren %userprofile%\Downloads\*".012.mpeg" *.
    ren %userprofile%\Downloads\*".013.mpeg" *.
    ren %userprofile%\Downloads\*".014.mpeg" *.
    ren %userprofile%\Downloads\*".015.mpeg" *.
    ren %userprofile%\Downloads\*".016.mpeg" *.
    ren %userprofile%\Downloads\*".017.mpeg" *.
    ren %userprofile%\Downloads\*".018.mpeg" *.
    ren %userprofile%\Downloads\*".019.mpeg" *.
    ren %userprofile%\Downloads\*".020.mpeg" *.
    ren %userprofile%\Downloads\*".021.mpeg" *.
    ren %userprofile%\Downloads\*".022.mpeg" *.
    ren %userprofile%\Downloads\*".023.mpeg" *.
    ren %userprofile%\Downloads\*".024.mpeg" *.
    ren %userprofile%\Downloads\*".025.mpeg" *.
    ren %userprofile%\Downloads\*".026.mpeg" *.
    ren %userprofile%\Downloads\*".027.mpeg" *.
    ren %userprofile%\Downloads\*".028.mpeg" *.
    ren %userprofile%\Downloads\*".029.mpeg" *.
    ren %userprofile%\Downloads\*".030.mpeg" *.
    Copy the above into notepad and save it to your desktop. Change the file extension from .txt to .bat (you need to uncheck the "hide extensions for known file types" checkbox in folder options-view to see and change the .txt extension. )

    After downloading a bunch of HJsplit files, double click the batch file and all your files will have been automagically fixed! This only renames files that have already downloaded, and not ones currently downloading.

    Hope this helps someone.
    Last edited by hatepaste; 03-15-2010 at 01:48 AM.

Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

BACK BY POPULAR DEMAND!



Sign up for a Platinum account



6 months at $70.00 will get you 2 months free, totalling 8 months.
Click to sign up!

12 months at $140.00 will get you 4 months free, totalling 16 months.
Click to sign up!



Please note: Once payment is made you need to send a private message to wicked and facialadmin at the forum, stating your username and the email address you used to pay. If you do not do this your upgrade will be delayed, the upgrade will be done within 12 hrs.

Close