TagLib in XBMC

Николай Шафоростов shafff at ukr.net
Thu Jan 27 19:51:32 CET 2011


> XBMC has a Virtual File System (VFS) that handles communication with
> other storage systems such as SMB, HTTP and FTP. Is it possible to
> override/inherit/implement a class that wraps the read/write/seek
> operations so I can use our VFS?
> 
> If this is not possible we will be unable to use this library.
i hope that it is obvious that you can have your own copy of talib (e.g. by static linking)
with modifications you need (i.e. you can introduce an analog of QIODevice abstract class to taglib, and then make its implementation which uses your VFS code to read files)


More information about the taglib-devel mailing list