Talk:Avdump2: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 53: | Line 53: | ||
* 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) | * 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) | ||
* Detection of file extensions for .mp4/.m4a/.m4v/.m4p/.m4b/.m4r/.mp4v/... . | * Detection of file extensions for .mp4/.m4a/.m4v/.m4p/.m4b/.m4r/.mp4v/... . Detect audio-only files as .m4a and all other variants as .mp4 | ||
* "Failed. Reason: AckErrorResponse" for a .txt file with nothing but a "1" inside (http://pastebin.com/QK6aRbaa) | * "Failed. Reason: AckErrorResponse" for a .txt file with nothing but a "1" inside (http://pastebin.com/QK6aRbaa) | ||
Line 62: | Line 62: | ||
==Server== | ==Server== | ||
* <s>Add new file | * <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.) |
Revision as of 06:04, 25 March 2011
Client
- .IDX files with delay and negative timestamps fail to get their subtitle stream detected
Delay: 00:25:38:600 timestamp: -00:25:37:370, filepos: 000000000 timestamp: -00:25:30:130, filepos: 000003000 timestamp: -00:25:22:923, filepos: 000004000 timestamp: -00:25:15:749, filepos: 000005000 timestamp: -00:25:08:608, filepos: 000006000 timestamp: -00:25:01:668, filepos: 000007000 timestamp: -00:24:54:427, filepos: 000008000 timestamp: -00:24:47:454, filepos: 000009000 timestamp: -00:24:40:313, filepos: 00000a000 timestamp: -00:24:32:706, filepos: 00000b000 timestamp: -00:24:25:532, filepos: 00000c000
- Yet another type of .SUB files (usually as .txt in the DB) of type MicroDVD (http://en.wikipedia.org/wiki/MicroDVD)
{7031}{}Bardzo dziêkujê za kolacjê. {7090}{}Nie ma sprawy, do zobaczenia.|Uwa¿aj na siebie. {7160}{}Dobrej nocy. {7195}{}Dobrej. {0}{25}Hello! {0}{25}{y:i}Hello! {0}{25}{y:b}Hello! {0}{25}{y:u}Hello! {0}{25}{y:s}Hello! {0}{25}{C:$0000ff}Hello!
- Another new unknown subtitle format (usually as .txt in the DB). Looks like TMPlayer (.tmp) -> http://www.opensubtitles.org/pt/faq#formats
00:00:01:movie info: DIVX 640x480 23.976fps 171.1 MB|/SubEdit b.3945 (http://subedit.prv.pl)/ 00:00:18:Gilgamesh 00:02:43:Ustawimy barierê za 3 minuty, 00:02:45:Potem zwabiê ich w pu³apkê. 00:02:47:A co potem? 00:02:52:Pozwolimy by natura zajê³a siê reszt¹. 00:03:06:Hrabina z Werdenberg 00:03:30:Czy ci faceci byli lichwiarzami?
- 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
Exterr.log: avi => mov qt P:\Appleseed (2004) (Episode 0T1) [C0D31AB2] {anidb}.avi avi => rm rmvb ra P:\digimon-cm04- TagTamers.avi
- 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)
- Detection of file extensions for .mp4/.m4a/.m4v/.m4p/.m4b/.m4r/.mp4v/... . Detect audio-only files as .m4a and all other variants as .mp4
- "Failed. Reason: AckErrorResponse" for a .txt file with nothing but a "1" inside (http://pastebin.com/QK6aRbaa)
- 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
Add new file classes "Archive" and "Chapter Linker" to anidband 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.)
- Needs more codec mappings
- Reprocess all files affected by above changes