Talk:Ninchdl-listext

From WiiBrew
Jump to navigation Jump to search

Heh, the same day I complete something that actually use it.

By the way, do you have any information on the new codec? — Extrems (talkcontribs) 04:32, 11 November 2009 (UTC)

The codecs appear to be based on Mobiclip for video and libvorbis for sound. --yellows8 21:06, 11 November 2009 (UTC)


I figured out some stuff. — Extrems (talkcontribs) 08:16, 21 November 2009 (UTC)

typedef struct _DLlist_video_entry//v3
{
	u32 ID;//Decimal ID for URL filename.
	u16 time_length;//Length of video measured in seconds.
	u32 titleid;//The assocaited title entry's ID.
	u8 icon;//0=Circle, 1=Wii, 2=WiiWare, 3=VC, 4=DS, 5=DS (DSiWare), 6=Blank
	u8 unk;
	u8 is_wide;
	u8 new_tag;
	u8 unk2;
	u16 title[51];
} __attribute((packed)) DLlist_video_entry;

Cool, thanks. DLlist_video_entry is the struct for NinCh v3, which is the old NinCh used in only Europe. DLlist_video_entry_v4 is for NinCh v4 available in US/JP. I'm assuming those additional fields are meant for the v4 struct. These fields has been added to the struct in SVN.(Perhaps the title type should be dumped for videos and maybe demos...) --yellows8 01:23, 27 November 2009 (UTC)

Nah, it really was for v3 since I can't work with v4 videos yet. — Extrems (talkcontribs) 06:28, 27 November 2009 (UTC)

Ah, fixed.(I assumed that was for v4 since v3 didn't really have "NEW" text tags.) --yellows8 16:08, 27 November 2009 (UTC)