Author Topic: PREUSENET  (Read 63403 times)

Shalow28

  • Guest
Re: PREUSENET
« Reply #30 on: February 15, 2009, 11:39:15 PM »
I am having trouble using preusenet.

I have :

c:\DIR1\FIL1

and PREUSENET is in D:\PREUSENET

I created the shorcut as you told me. But it doesn't work.

It says an error has occured. In DIR1, there are two AVI files with spaces.

The TARGET directory is C:\Temp

When I remove the spaces from the .Avi file. IT works.

BUT, in preusenet, I read that the RAR files take the name of the PARENT direcotry... But all my RAR files have FIL1  in them, and not DIR1.

When FIL1 is a text file, it takes the name of the parent directory. But not when it's a .AVI File.
I have a collection of funny commercials that i would like to include in one rar archive (my collection).

can we fix these two problems ?  (spaces make preusenet not work in this case) and the parent naming optional ?

other than that, this is great !

Shalow28

  • Guest
Re: PREUSENET
« Reply #31 on: February 16, 2009, 12:09:30 AM »
Maybe I am out on a limb here, but I can't find any software that actually prepares your posts properly.

Considering these guidelines :

http://www.binaries4all.com/optimizing/

and Providing everyone should release on usenet,

isn't it better to create a portable program, with a GUI, that prepares all these files, with options, ready to be uploaded

kinda like preusenet, but more GUI and options.

cheers!

Darth Tyranus

  • Guest
Re: PREUSENET
« Reply #32 on: April 10, 2009, 01:57:28 PM »
Is it possible to configure the rarsize in bytes instead of MB?

Offline cr4zyfr4g

  • Global Moderator
  • *****
  • Posts: 781
  • German n00b
Re: PREUSENET
« Reply #33 on: April 11, 2009, 03:25:00 PM »
yes you can change line 259 and 269 and replace the M from "-v%RARSIZE%M" to B

Darth Tyranus

  • Guest
Re: PREUSENET
« Reply #34 on: April 13, 2009, 12:32:32 AM »
Thanks cr4zyfr4g, It's works perfectly ;)

ajp

  • Guest
Re: PREUSENET
« Reply #35 on: April 25, 2009, 01:58:56 AM »
Amazing program, but I have a few questions and I am wondering if it is even possible.

1.  How do I turn off .sfv?
2.  Is it possible the rars are numbered .part001.rar and so on instead of r00?
« Last Edit: April 25, 2009, 02:14:46 AM by ajp »

Offline cr4zyfr4g

  • Global Moderator
  • *****
  • Posts: 781
  • German n00b
Re: PREUSENET
« Reply #36 on: April 25, 2009, 12:13:12 PM »
open PREUSENET.bat with a text editor and edit folowing lines:

for 1)

add in line 276 (should be empty):
goto :AFTERRAR

for 2)
in line 269 remove "-vn"

ajp

  • Guest
Re: PREUSENET
« Reply #37 on: April 25, 2009, 05:04:01 PM »
open PREUSENET.bat with a text editor and edit folowing lines:

for 1)

add in line 276 (should be empty):
goto :AFTERRAR

for 2)
in line 269 remove "-vn"


That stopped it from making a .sfv thanks, it still numbers the rars .r01 and so on.  It isnt a huge deal but I guess I prefer them numbered part001.rar and so on

Offline cr4zyfr4g

  • Global Moderator
  • *****
  • Posts: 781
  • German n00b
Re: PREUSENET
« Reply #38 on: April 25, 2009, 05:06:33 PM »
remove it in line 259 too

ajp

  • Guest
Re: PREUSENET
« Reply #39 on: April 25, 2009, 05:08:42 PM »
remove it in line 259 too

Perfect!!!!, this is amazing.  Is there a paypal donate link?

ajp

  • Guest
Re: PREUSENET
« Reply #40 on: April 25, 2009, 05:10:54 PM »
This is a long shot, but most of the stuff I upload is .ts and I run mpeg2repair on it prior to uploading.  Anyway you can have it run m2r in log mode, then rar the .ts and the log and make pars for it?  I would be willing to pay if needed.

Offline cr4zyfr4g

  • Global Moderator
  • *****
  • Posts: 781
  • German n00b
Re: PREUSENET
« Reply #41 on: April 25, 2009, 05:20:10 PM »
sorry i don't work on it anymore, because i also don't use it anymore.

you can try doing it yourself if that m2r has a commandline, look at the commands and play with it a little in windows "cmd window"

ajp

  • Guest
Re: PREUSENET
« Reply #42 on: April 25, 2009, 08:23:11 PM »
Ok last question I hope.  I tried to use this on a hd dvd with the following folder structure: E:\hd-trem\HVDVD_TS

I get this:



Not sure what I did wrong.

itsjustme34

  • Guest
Re: PREUSENET
« Reply #43 on: August 12, 2009, 07:19:56 PM »
Is there a way to add text to be added at the end of the RAR name?

example....

stwrlwtd-yan6 - my text here.r01

So that text is on all rars I make?


Offline cr4zyfr4g

  • Global Moderator
  • *****
  • Posts: 781
  • German n00b
Re: PREUSENET
« Reply #44 on: August 12, 2009, 08:30:01 PM »
just change the part in line 259 and 269 from:

"%TARGETLOCATION%\%FILENAME%.rar"

to

"%TARGETLOCATION%\%FILENAME% - your text here.rar"