Commit ee5301b5 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

str_format_meta: add $o for TrackTotal meta

parent 6ecd2a42
......@@ -604,6 +604,9 @@ char *str_format_meta(input_thread_t *input, const char *s)
case 'n':
write_meta(stream, item, vlc_meta_TrackNumber);
break;
case 'o':
write_meta(stream, item, vlc_meta_TrackTotal);
break;
case 'p':
if (item == NULL)
break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment