Play / Open RARd files without extracting
Register

We are the best invite forum on the internet! Here you will find free invites, free seedboxes, free bonuses, and much more. Our members know the true meaning of sharing and have created a truly global bittorent community! Our site has the most up to date information on all private trackers and our members will guide you and introduce you to this truly secretive and enlightened club. Ready to get started? Register now!


Page 1 of 2 1 2 LastLast
Results 1 to 10 of 18
  1. #1

    Join Date
    Jun 2009
    Posts
    303

    Default Play / Open RARd files without extracting

    WINDOWS


    1.
    Download the Dziobas RAR Player: Download Dziobas RAR Player 0.009.39

    2. Open it and drag and drop any of the .rar files into the application.

    Good sides of playing .rar'd video files without extracting?

    Handy when you don't have enough HDD space to extract the file.
    Faster, when you don't have to extract the file, extracting a 10GB 1080p x264 movie could take a while.
    This application can also play files which are password protected.



    Source: Originally posted by Buttle on RevTT



    LINUX

    This tutorial will show you how to play rar'ed movies without the need to extract them. There is no delay, seeking works and you can use any media player you like. This is the holy grail of playing scene releases... I've been searching for a long time and I finally have a decent solution :)

    This tutorial requires linux. It is aimed at playing movies in mythTV, but you can follow the first half if you just want to play rar'ed movies on your desktop.

    We're going to install rarfs, which allows you to mount rar files. First we need to install some dependencies. The following command assumes a debian based distro...
    sudo apt-get install subversion automake1.9 fuse-utils libfuse-dev
    Now download rarfs:
    (If the link doesn't work, download the latest release from Browse rarfs Files on SourceForge.net. The latest SVN version is broken, so don't try it!)

    Extract, compile and install:
    tar xvf rarfs-0.0.8.tar.gz
    cd rarfs-0.0.8
    ./configure
    make
    sudo make install
    Now we need to allow your user to run fusermount without being root.
    sudo adduser mrbarby fuse
    sudo chgrp fuse /dev/fuse
    sudo chgrp fuse /bin/fusermount
    sudo chmod u+s /bin/fusermount
    All done! You can now mount a rar file with the following command:
    mount.fuse rarfs#/data/download/movie.rar /my/mount/dir
    This script will automatically mount, play and unmount once you've finished (you'll need to create the directory 'rarmount' in your home dir):
    #!/bin/sh
    DIR=/home/`whoami`/rarmount/
    mount.fuse rarfs#$1 $DIR
    mplayer -fs -zoom -quiet $DIR`ls $DIR | grep .avi`
    fusermount -u $DIR
    Save the script as rarplay.sh, then "chmod u+x rarplay.sh" and the command "./rarplay.sh /data/download/movie.rar" will mount the file and play it in mplayer. If you'd rather use a different player, just modify the script.



    Finally we need to get mythTV playing rars:
    1. Open up the frontend, go into "options, settings, video settings, file types" (off the top of my head, so probably not 100% accurate... if you can't find the correct menu then reply and I'll find it).
    2. Add a new file type.
    3. Set the filetype to rar, untick "use default player" and in the command box, enter "/home/mrbarby/rarplay.sh %s", or point it to where you saved your copy of the script.

    Restart the front end and mythvideo will now play rar files!


    Source: ScT
    Last edited by Healium; August 1st, 2009 at 12:51 AM.




  2. To remove ads become VIP. Inquire about advertising here.
  3. #2

    Join Date
    Jul 2009
    Posts
    88

    Default

    thanks for the post .. will be very useful for me :DDD

  4. #3

    Join Date
    Jul 2009
    Posts
    184

    Default

    thx, I already do this quite often was wondering if anyone knows a way to do this on linux...

  5. #4

    Join Date
    Jun 2009
    Posts
    303

    Default

    :laugh:
    Quote Originally Posted by Lardo View Post
    thx, I already do this quite often was wondering if anyone knows a way to do this on linux...
    edited first post with windows and linux way. hope this helps.



  6. #5

    Join Date
    May 2009
    Posts
    1,570

    Default

    BS player does this as well, plus I think a few other players are capable of doing this.
    Signature goes here

  7. #6

    Join Date
    Jul 2009
    Posts
    184

    Default

    beautiful! Just out of curiousity tho', why do u need to go through mounting the files / etc in linux? I understand the concept, but in windows dzobias plays it right out of the box, seems a little odd that u have to mount it in linux..that's like, some dvd players will play .iso files (without mounting them), once u mount the iso file your no longer playing the iso file, your then playing the files within the .iso which are mounted. Guess it does save the Hard drive space whatever the method but just seems odd..

  8. #7

    Join Date
    Jun 2009
    Location
    India
    Posts
    109

    Default

    Cool piece of information man.. thanks ! It will really help guys like me who always keep running out of space

  9. #8

    Join Date
    Jul 2009
    Location
    The Great Plains
    Posts
    1,064

    Default

    Great info but program appears to not work with Vista?

    Can anyone confirm/deny?

    Need help? PM me and I'll find you the answer.

  10. #9

    Join Date
    Jul 2009
    Posts
    36

    Default

    Great post, I will try it, I do have limited space and i still want to keep seeding the movies that I downloaded so I think I will give this a try, but I think the only issue it if it can also use SRT files for the subtitle?

  11. #10

    Join Date
    Jun 2009
    Posts
    303

    Default

    Quote Originally Posted by Jschro14 View Post
    Great info but program appears to not work with Vista?

    Can anyone confirm/deny?

    not sure if it works on vista, but try setting compatibility mode on by right clicking on the source exe file.



Page 1 of 2 1 2 LastLast

Similar Threads

  1. How to play .rar files without unzipping!!
    By seedm8 in forum Audio & Video
    Replies: 25
    Last Post: February 29th, 2012, 09:18 PM
  2. Open Tracker: file-list
    By fanren in forum Open Trackers
    Replies: 0
    Last Post: September 19th, 2011, 04:15 PM
  3. how to open .shs file
    By iphonekhsc in forum Help
    Replies: 3
    Last Post: December 16th, 2010, 11:16 PM
  4. How to play bd25 format files ?
    By aBysmAl in forum Computers
    Replies: 2
    Last Post: July 22nd, 2010, 06:37 PM
  5. Replies: 15
    Last Post: November 27th, 2009, 05:13 AM

Tags for this Thread

Posting Permissions

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