227
edits
No edit summary  | 
				 (→Client)  | 
				||
| 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/... . Detect audio-only files as .m4a and all other variants as .mp4  | * <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==  | ==Server==  | ||
edits