79
edits
No edit summary |
No edit summary |
||
Line 40: | Line 40: | ||
== Part A) Creating an API Key == | == Part A) Creating an API Key == | ||
Theory | ===Theory=== | ||
At some point, meta-information for files should be submited using Avdump2. That meta-information is initially associated with the user account that made the submission. While users normally enter usernames/passwords for authentication, Avdump2 needs a unique string of characters to update meta-data. In this context, the string of characters that authenticates a user utilizing Avdump2 is known as an <code>API Key</code> or a <code>UDP API Key.</code> | |||
UDP API keys can be specified in the user profile section on AniDB.net. | UDP API keys can be specified in the user profile section on AniDB.net. | ||
===Procedure=== | |||
[[/anidb.net/perl-bin/animedb.pl?show=login|Log in to AniDB]]<br /> | [[/anidb.net/perl-bin/animedb.pl?show=login|Log in to AniDB]]<br /> | ||
Line 106: | Line 110: | ||
== Part B) Dealing With Groups == | == Part B) Dealing With Groups == | ||
===Theory=== | |||
Every file entry should be associated with a release group. The group name or tag is usually in the file name, usually in brackets <code>[ ]</code>. It is important to identify the release group and to verify the group already exists in AniDB. | Every file entry should be associated with a release group. The group name or tag is usually in the file name, usually in brackets <code>[ ]</code>. It is important to identify the release group and to verify the group already exists in AniDB. | ||
Examples: | Examples: | ||
{| | {| class="wikitable" | ||
!width="5%"| Filename | !width="5%"| Filename | ||
!width="5%"| Group Name or [Tag] | !width="5%"| Group Name or [Tag] | ||
Line 149: | Line 154: | ||
Verify the group exists by searching for it on AniDB. | Verify the group exists by searching for it on AniDB. | ||
===Procedure=== | |||
Open [[/anidb.net|Anime DataBase (AniDB)]]. | Open [[/anidb.net|Anime DataBase (AniDB)]]. | ||
Line 172: | Line 179: | ||
== Part C) On Using Avdump2 == | == Part C) On Using Avdump2 == | ||
===Theory=== | |||
* A file entry in AniDB has 2 main components, the entry itself and the associated metadata. | * A file entry in AniDB has 2 main components, the entry itself and the associated metadata. | ||
Line 189: | Line 196: | ||
This tutorial will cover creating files associated with a release on AniDB using their ed2k identifier also submitting dumps. | This tutorial will cover creating files associated with a release on AniDB using their ed2k identifier also submitting dumps. | ||
===Installation=== | |||
[[/wiki.anidb.net/w/Avdump_GUI|Download the portable GUI version]], [http://static.anidb.net/client/avdump-gui-2.3.2-portable.7z direct], (it has both the CLI and GUI) and [http://www.7-zip.org/download.html extract it] to C:\Users\User\Downloads. See this random [http://www.gofree.com/Tutorials/ExtractingZipFiles.php 7-Zip Tutorial]. Alternative [http://static.anidb.net/client/avdump-gui.msi MSI installer]. | [[/wiki.anidb.net/w/Avdump_GUI|Download the portable GUI version]], [http://static.anidb.net/client/avdump-gui-2.3.2-portable.7z direct], (it has both the CLI and GUI) and [http://www.7-zip.org/download.html extract it] to C:\Users\User\Downloads. See this random [http://www.gofree.com/Tutorials/ExtractingZipFiles.php 7-Zip Tutorial]. Alternative [http://static.anidb.net/client/avdump-gui.msi MSI installer]. | ||
Line 203: | Line 212: | ||
To calculate and export the identifier information, including the ed2k hash, use either the Avdump2 CLI or GUI. | To calculate and export the identifier information, including the ed2k hash, use either the Avdump2 CLI or GUI. | ||
===Avdump2 CLI=== | |||
WikiPage: https://wiki.anidb.net/w/Avdump2 | WikiPage: https://wiki.anidb.net/w/Avdump2 | ||
Line 350: | Line 359: | ||
Select source and quality of the file: | Select source and quality of the file: | ||
{| | {| class="wikitable" | ||
! Source | ! Source | ||
! Quality | ! Quality | ||
Line 544: | Line 553: | ||
[[File:https://i.imgur.com/3N0Sg5f.png|AniDBUpdate_cmd.png]] | [[File:https://i.imgur.com/3N0Sg5f.png|AniDBUpdate_cmd.png]] | ||
----- | ----- | ||
Line 552: | Line 560: | ||
[[File:https://i.imgur.com/eLFgKWf.png|AniDBUpdate_drag1.png]]<br /> | [[File:https://i.imgur.com/eLFgKWf.png|AniDBUpdate_drag1.png]]<br /> | ||
[[File:https://i.imgur.com/sxIleWJ.png|AniDBUpdate_drag2.png]] | [[File:https://i.imgur.com/sxIleWJ.png|AniDBUpdate_drag2.png]] | ||
----- | ----- | ||
Line 587: | Line 594: | ||
* When sending a folder, all files within that folder and all subfolders will be processed. | * When sending a folder, all files within that folder and all subfolders will be processed. | ||
===Avdump2 GUI=== | |||
avdump2gui.exe is the graphical user interface (GUI) wrapper for <code>avdump2cl.exe</code> and supports a subset of the features: | avdump2gui.exe is the graphical user interface (GUI) wrapper for <code>avdump2cl.exe</code> and supports a subset of the features: | ||
Line 642: | Line 649: | ||
To learn more about creqs please check out: | To learn more about creqs please check out: | ||
https://wiki.anidb.net/w/Main_Page | "Adding Data" subsection on https://wiki.anidb.net/w/Main_Page | ||
For further help with a problem or just for chatting visit IRC: | |||
IRC: https://wiki.anidb.net/w/IRC:anidb<br /> | IRC Wiki page: https://wiki.anidb.net/w/IRC:anidb<br /> | ||
irc://irc.synirc.net/anidb | Channel Address: irc://irc.synirc.net/anidb |
edits