Avdump/Autocreqing: Difference between revisions

From AniDB
Jump to navigation Jump to search
mNo edit summary
({{Avdump-current-version}})
 
(26 intermediate revisions by 11 users not shown)
Line 1: Line 1:
{{TOCright}}
{{TOCright}}


If you should need further assistance setting avdump up visit us on irc://irc.zirc.org/anidb
[[Auto-creqing]] is the preferred way to creq files. Not all metadata for files can be creqed this way, though. See [[How to get started with creqing#Files]] for more information.


{{eyecatch|Note:|If you use a firewall you will have to open a port for avdump first. You can force avdump to use a fixed port with the option <b>-port</b>}}
This article explains how to set up Avdump for [[auto-creqing]]. If you need further assistance, please visit us at {{irclink|anidb}}.


{{eyecatch|Note:|It is possible to run more than one instance of avdump at once, but not more than three will work ok. At the moment ''only 10 sessions per ip are allowed by the server'', meaning the eleventh instance will terminate the first. Also, if you suffer under [http://en.wikipedia.org/wiki/Network_address_translation NAT], running more than one instance will make it worse.}}
{{eyecatch|Note|You have to set a '''API key''' in your '''[[profile]]''' before auto-creqing with Avdump.}}


===Windows===
{{eyecatch|Note|If you use a firewall you will have to open a port for Avdump first. You can force Avdump to use a fixed port with the option '''<tt>-port</tt>'''}}
====Graphical interface====
A simple GUI can be downloaded from here:
[http://www.anidb.net/client/avdump-gui.msi Avdump Gui v1.00]
This package includes the recent version of avdump as well.


Because I'm a lazy bitch this is the idiot free version. So hence when you set bs the app won't tell you about it. A not or wrong set username/password combo will just do nothing. Furthermore i'm not handling any sort of bs regarding entering letters where numbers are expected. I'm just hoping the average user won't be too retarded to get the obvious.
{{eyecatch|Note|It is possible to run more than one instance of Avdump at once, but not more than ten will work OK. At the moment ''only 10 sessions per IP are allowed by the server'', meaning the eleventh instance will terminate the first. Also, if you suffer under [[Wikipedia:Network address translation|NAT]], running more than one instance will make it worse.}}


=====Usage=====
==Windows==
# set your anidb username and UDP password, which you can set in your [http://anidb.info/perl-bin/animedb.pl?show=profile profile in anidb]
===CLI===
# Save the options
#Download {{Avdump-current-version}}.
# select what you want to scan from the mainmenu (folders or files)
#Decompress {{Avdump-current-version}} in some folder wherever you want.
# select the stuff you want to scan (... Button) (you can select multiple files at once)
#Open a command window (<tt>cmd.exe</tt>).
# start
#Change directory to where {{Avdump-current-version}} is located.
#Execute <tt>avdump3.exe --Auth={your username}:{your api key} {full path to a file or a folder}</tt>


For further Assistance join #anidb on irc.zirc.org and bug [[User:Der Idiot|Der Idiot]]
===GUI===
{{main|Avdump GUI#Usage}}
{{#lsth:Avdump GUI|Usage}}


====Cli/Send to====
===Send to===
1. Download [http://folk.ntnu.no/jovetlea/avdump.rar Avdump]<br />
#Download {{Avdump-current-version}} and decompress it in some folder wherever you want.
2. Decompress avdump in some folder whereever you want<br />
#:Example: "C:\Program Files\avdump3\"
3. Set an Api Password in your [[profile]]<br />
#Right-click the avdump EXE file, select ''Create Shortcut'
:<i>The password can differ from your anidb pass. You can basically set whatever you want here</i>
#Right-click the shortcut, add <tt>-o --Auth={your username}:{your api key}</tt> to the ''Shortcut - Target'' line
4. Right-click avdump.exe, select "Create Shortcut"<br />
#:Example: <tt>"C:\program files\avdump3\avdump3.exe" -o -Auth=myname:ilovecookies</tt>
5. Right-click the shortcut, add " -ac:<your username>:<your apipassword>" to the "Shortcut - Target" line<br />
#Move shortcut to the SentTo folder.
:<i>(without the <> of course)</i><br />
#:Example under all modern systems: "C:\Users\{Username}\AppData\Roaming\Microsoft\Windows\SendTo"
:Example: <tt>"C:\program files\Codecs\avdump\avdump.exe" -ac:deridiot:ilovecookies</tt><br />
#:''{Username} is your Windows username''
6. Move shortcut to C:\Documents and Settings\[Username]\SendTo<br />
#Right-click any media-file/folder, go to ''Send To'', choose the avdump EXE file (i.e. ''avdump3'')
:<i>([Username] is your WinXP LogIn-Name)</i><br />
7. Right-click any media-file/folder, goto "Send To", choose avdump (or whatever you called the shortcut)<br />


for further info read: [[Avdump#Autocreqing|here]]
==Linux/FreeBSD==
it runs via wine
'''<add more stuff>'''


===Linux/FreeBSD===
Example:
it runs via wine
 
<b><add more stuff></b>
wine ~/.wine/drive_c/windows/system32/avdump2.exe -port''54321'' --Auth=''your_AniDB_username'':''your_API_key'' ''"c:\anime_file_name.mkv"''


===Processing DVD's===
For this to work:
For processing DVD's it's best to set a small blocksize. Helps to improve performance.
* avdump2.exe should be extracted to the path ''~/.wine/drive_c/windows/system32/''
* replace ''54321'' with the UDP port you opened in your firewall
* replace ''your_AniDB_username'' with the user name you login to AniDB with
* replace ''your_API_key'' with the code you set in your profile
* replace ''c:\anime_file_name.mkv'' with the full '''Windows''' path and file name of the anime file
* '''The anime file must be on one of the DOS devices you have configured in Wine!'''


something like
==Processing DVD's==
<pre>
For processing DVD's it's best to set a small blocksize. It will improve the performance.
-bsize:256
:Use <tt>-bsize:256:1</tt> ''(The default is 2048)''
</pre>
<i>(default is 2048)</i>


[[Category:Avdump]]
[[Category:Avdump]][[Category:Creqing]]

Latest revision as of 01:22, 19 December 2021

Auto-creqing is the preferred way to creq files. Not all metadata for files can be creqed this way, though. See How to get started with creqing#Files for more information.

This article explains how to set up Avdump for auto-creqing. If you need further assistance, please visit us at irc://irc.synirc.net/anidb.

Note You have to set a API key in your profile before auto-creqing with Avdump.
Note If you use a firewall you will have to open a port for Avdump first. You can force Avdump to use a fixed port with the option -port
Note It is possible to run more than one instance of Avdump at once, but not more than ten will work OK. At the moment only 10 sessions per IP are allowed by the server, meaning the eleventh instance will terminate the first. Also, if you suffer under NAT, running more than one instance will make it worse.

Windows

CLI

  1. Download Avdump3.
  2. Decompress Avdump3 in some folder wherever you want.
  3. Open a command window (cmd.exe).
  4. Change directory to where Avdump3 is located.
  5. Execute avdump3.exe --Auth={your username}:{your api key} {full path to a file or a folder}

GUI

Main article: Avdump GUI#Usage
  1. Download the GUI here.
  2. Set your AniDB user name and API password in the options menu.
    1. API password is set on your user settings page: http://anidb.net/perl-bin/animedb.pl?show=profile
    2. Under the "Account" tab, create a UDP API key; it can be anything you want. It is used for Avdump2 to connect to AniDB.
  3. Save the options.
  4. Select what you want to scan from the main menu; files or folders.
  5. Select the stuff you want to scan (... Button) (you can select multiple files at once).
  6. Click Start.

For further Assistance join IRC:anidb and bug Der Idiot.


Send to

  1. Download Avdump3 and decompress it in some folder wherever you want.
    Example: "C:\Program Files\avdump3\"
  2. Right-click the avdump EXE file, select Create Shortcut'
  3. Right-click the shortcut, add -o --Auth={your username}:{your api key} to the Shortcut - Target line
    Example: "C:\program files\avdump3\avdump3.exe" -o -Auth=myname:ilovecookies
  4. Move shortcut to the SentTo folder.
    Example under all modern systems: "C:\Users\{Username}\AppData\Roaming\Microsoft\Windows\SendTo"
    {Username} is your Windows username
  5. Right-click any media-file/folder, go to Send To, choose the avdump EXE file (i.e. avdump3)

Linux/FreeBSD

it runs via wine <add more stuff>

Example:

wine ~/.wine/drive_c/windows/system32/avdump2.exe -port54321 --Auth=your_AniDB_username:your_API_key "c:\anime_file_name.mkv"

For this to work:

  • avdump2.exe should be extracted to the path ~/.wine/drive_c/windows/system32/
  • replace 54321 with the UDP port you opened in your firewall
  • replace your_AniDB_username with the user name you login to AniDB with
  • replace your_API_key with the code you set in your profile
  • replace c:\anime_file_name.mkv with the full Windows path and file name of the anime file
  • The anime file must be on one of the DOS devices you have configured in Wine!

Processing DVD's

For processing DVD's it's best to set a small blocksize. It will improve the performance.

Use -bsize:256:1 (The default is 2048)