mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-02-17 19:19:16 +01:00
Adjust foobar comment
This commit is contained in:
parent
cbd190e5eb
commit
95534a6886
@ -151,7 +151,9 @@ void input_vgmstream::get_info(t_uint32 p_subsong, file_info & p_info, abort_cal
|
||||
if (get_description_tag(temp,description,"stream name: ")) p_info.meta_set("stream_name",temp);
|
||||
|
||||
/* get external file tags */
|
||||
//todo could optimize or save tags but foobar should cache this (or must check p_info.get_meta_count() == 0?)
|
||||
//todo optimize and don't parse tags again for this session (not sure how), seems foobar
|
||||
// calls get_info on every play even if the file hasn't changes, and won't refresh "meta"
|
||||
// unless forced or closing playlist+exe
|
||||
if (!tagfile_disable) {
|
||||
//todo use foobar's fancy-but-arcane string functions
|
||||
char tagfile_path[PATH_LIMIT];
|
||||
|
Loading…
x
Reference in New Issue
Block a user