Template:Avdump-current-version: Difference between revisions

From AniDB
Jump to navigation Jump to search
No edit summary
(18 intermediate revisions by 5 users not shown)
Line 1: Line 1:
===Graphical interface===
A simple GUI for [[Avdump2]] is available for CLI skeptics. The GUI package includes the most recent version of Avdump2 as well.
A simple GUI can be downloaded from here:
[[File:Avd2gui.png|thumb|Screenshot of the AVDump2 GUI]]
[http://www.anidb.net/client/avdump-gui.msi Avdump Gui]
'''Usage'''
This package includes the recent version of avdump as well.
# Download the GUI [http://static.anidb.net/client/avdump-gui.msi here] ([http://static.anidb.net/client/avdump-gui-2.3.2-portable.7z portable]).
# Set your AniDB user name and API password in the options menu.
## API password is set on your user settings page: http://anidb.net/perl-bin/animedb.pl?show=profile
## Under the "Account" tab, create a UDP API key; it can be anything you want. It is used for Avdump2 to connect to AniDB.
# Save the options.
# Select what you want to scan from the main menu; files or folders.
# Select the stuff you want to scan (... Button) (you can select multiple files at once).
# Click ''Start''.


====Usage====
For further Assistance join [[IRC:anidb]] and bug [[User:Der Idiot|Der Idiot]].<noinclude>[[Category:Text Module]]</noinclude>
# set your anidb username and UDP password in the options menu, which you can set in your [http://anidb.info/perl-bin/animedb.pl?show=profile profile in anidb]
# Save the options
# select what you want to scan from the mainmenu (folders or files)
# select the stuff you want to scan (... Button) (you can select multiple files at once)
# start
 
For further Assistance join #anidb on irc.zirc.org and bug [[User:Der Idiot|Der Idiot]]
 
====Changelog====
<pre>
v1.03 - 13.05.2007
new avdump base (0.32)
fix for log, export and done pathes with spaces
added parents for the dialogs so they die with the program and can't stay open anymore
option 9 added (experimental mp3 hashing for ostdb)
 
v1.02 - 13.05.2007
added error and warning dialog boxes to prevent a couple problems
added some exceptionhandling for a few fields
 
v1.01 - 12.05.2007
killed a nasty bug with trailing \ in the scanpath
 
v1.00 - 12.05.2007
Initial release
</pre>
 
====TODO====
-
 
====Sourcecode====
This gui was coded purely in python using wxpython for the framework.
Sorucecode can be obtained [[Avdump-gui-sourcecode|from here]]

Revision as of 22:37, 9 November 2016

A simple GUI for Avdump2 is available for CLI skeptics. The GUI package includes the most recent version of Avdump2 as well.

Screenshot of the AVDump2 GUI

Usage

  1. Download the GUI here (portable).
  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.