227
edits
mNo edit summary  | 
				 (→Client)  | 
				||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
==Client==  | ==Client==  | ||
* .IDX files with delay and negative timestamps fail to get their subtitle stream detected  | * <s>.IDX files with delay and negative timestamps fail to get their subtitle stream detected</s>  | ||
<pre>	Delay:  00:25:38:600  | <pre>	Delay:  00:25:38:600  | ||
| Line 17: | Line 17: | ||
</pre>  | </pre>  | ||
* Yet another type of .SUB files (usually as .txt in the DB) of type MicroDVD (http://en.wikipedia.org/wiki/MicroDVD)  | * <s>Yet another type of .SUB files (usually as .txt in the DB) of type MicroDVD (http://en.wikipedia.org/wiki/MicroDVD)</s>  | ||
<pre>	{7031}{}Bardzo dziêkujê za kolacjê.  | <pre>	{7031}{}Bardzo dziêkujê za kolacjê.  | ||
| Line 32: | Line 32: | ||
</pre>  | </pre>  | ||
* Another new unknown subtitle format (usually as .txt in the DB). Looks like TMPlayer (.tmp) -> http://www.opensubtitles.org/pt/faq#formats  | * <s>Another new unknown subtitle format (usually as .txt in the DB). Looks like TMPlayer (.tmp) -> http://www.opensubtitles.org/pt/faq#formats</s>  | ||
<pre>	00:00:01:movie info: DIVX  640x480 23.976fps 171.1 MB|/SubEdit b.3945 (http://subedit.prv.pl)/  | <pre>	00:00:01:movie info: DIVX  640x480 23.976fps 171.1 MB|/SubEdit b.3945 (http://subedit.prv.pl)/  | ||
| Line 44: | Line 44: | ||
</pre>  | </pre>  | ||
* Detection of file extensions for .wmv/.asf, .mov/.qt, .rm/.rmvb, .mpg/.mpeg. Detect these files always as their major (wmv, mov, rm, mpg) extension. Detect audio-only Real Media files still as .ra  | * <s>Detection of file extensions for .wmv/.asf, .mov/.qt, .rm/.rmvb, .mpg/.mpeg. Detect these files always as their major (wmv, mov, rm, mpg) extension. Detect audio-only Real Media files still as .ra</s><br/><i>Added a table to get major ext from minor ext. If mil supplies multiple extensions and no matching is found, the first ext in the list is reported.</i>  | ||
<pre>	Exterr.log:  | <pre>	Exterr.log:  | ||
| Line 51: | Line 51: | ||
</pre>  | </pre>  | ||
* Detection of file extensions for .ogm/.ogg/.ogv. OGG files can also have a video stream. Currently avd2 assumes audio-only files are always OGG and when a video stream is present its OGM (or OGV)  | * <s>Detection of file extensions for .ogm/.ogg/.ogv. OGG files can also have a video stream. Currently avd2 assumes audio-only files are always OGG and when a video stream is present its OGM (or OGV)</s> <br/><i>Decision between ogg or ogv for video files seems to be purely preference</i>  | ||
* Detection of file extensions for .mp4/.m4a/.m4v/.m4p/.m4b/.m4r/.mp4v/... .   | * <s>Detection of file extensions for .mp4/.m4a/.m4v/.m4p/.m4b/.m4r/.mp4v/... . Detect audio-only files as .m4a and all other variants as .mp4</s>  | ||
* "Failed. Reason: AckErrorResponse" for a .txt file with nothing but a "1" inside (http://pastebin.com/QK6aRbaa)  | * <s>"Failed. Reason: AckErrorResponse" for a .txt file with nothing but a "1" inside (http://pastebin.com/QK6aRbaa)</s> <br/><i>Undumpable file because logfile size is too small to be accepted by server. Displaying a warning instead of an error now. (Still add to done list?)</i>  | ||
* Crashing on 32bit linux with 2.6 mono when calculating tth and ed2k at the same time and file isn't completely in memory  | * Crashing on 32bit linux with 2.6 mono when calculating tth and ed2k at the same time and file isn't completely in memory  | ||
==Server==  | |||
* <s>Add new file classes "Archive" and "Chapter Linker" to anidb</s> and move files to those classes including .zip/.rar files marked as subtitles  | |||
*   | * Add new extension for .m4a  | ||
* Remove the play length value from archive and subtitle files like .sub, .zip, .rar, ... (<&Ommina> Missing node is null, not zero.)  | * Remove the play length value from archive and subtitle files like .sub, .zip, .rar, ... (<&Ommina> Missing node is null, not zero.)  | ||
edits