![]() |
VOOZH | about |
AniDB is built around files, and the basic structure of AniDB assumes that each file will contain one episode. This is often not true, in two variations: split-episode files, and multi-episode files. Also there is the case of separate subtitle files.
Basically, what shadow-files would do is create an extra layer over the files - the episodes would point to shadow-files, and the shadow-files would then point to the actual files, be it just one single file, or more than one. Also, the shadow-file can belong to more than one single episode.
Because it would change the underlying structure of AniDB this would require a total rewrite of the database. Therefore, it will not be done in the current version. When (and if) AniDB gets a complete rewrite, it will most likely be included from the start.
The most common occurrence of this are movies: almost every movie added the AniDB will have several different versions released by different groups, some will only be one single file released, but some will be released as part 1 and 2 of 2, or even part 1, 2 and 3 of 3. With shadow-files all the files would be under the same "Complete Movie" entry, and when you select to get a version that is split into multiple files, you would see that it has more than one file, and be able to get each of the files you needed.
This happens a lot when series air 2 episodes at the same time; there is normally not a separate opening/ending, and the episodes flow seamlessly into each other. If you add one of these files, when shadow-files are implemented, all episodes that are contained in the file will get added to your MyList even though you only have 1 actual file. Also, for anime that end in these kind of special episodes, the groups' status will change to completed instead of stalled as they are now.
Very often movies will first be released as RAWs without subtitles, then afterwards, subtitles may be provided; but you can't be sure which RAW the subtitles are made for. The wrong raw for the wrong subtitles will most likely make the subtitles out of sync. With shadow-files you would be able to add the RAWs and the subtitle files to the correct shadow-file(s) in order to group them together in a logical way.
Here I have made some (crap) illustrations to further illuminate how it works, and what the differences are:
| Note | Though not completely implementing Shadow Files, file<->ep and file<->file relations take care of some of the situations above, read the respective documentation for more information. |