Loading man/mlm-tags.xml +4 −0 Original line number Diff line number Diff line Loading @@ -329,6 +329,10 @@ <entry><literal>%o</literal></entry> <entry>Original artist.</entry> </row> <row> <entry><literal>%f</literal></entry> <entry>File name.</entry> </row> </tbody> </tgroup> </table> Loading src/tags/tags.vala +2 −0 Original line number Diff line number Diff line Loading @@ -151,6 +151,7 @@ Format for printing: %c: Comment %s: Composer %o: Original artist %f: File name """; private static void print_genres() { Loading Loading @@ -261,6 +262,7 @@ Format for printing: f = f.replace("%s", ft.composer); if (ft.original != null) f = f.replace("%o", ft.original); f = f.replace("%f", filename); stdout.printf(f); } Loading Loading
man/mlm-tags.xml +4 −0 Original line number Diff line number Diff line Loading @@ -329,6 +329,10 @@ <entry><literal>%o</literal></entry> <entry>Original artist.</entry> </row> <row> <entry><literal>%f</literal></entry> <entry>File name.</entry> </row> </tbody> </tgroup> </table> Loading
src/tags/tags.vala +2 −0 Original line number Diff line number Diff line Loading @@ -151,6 +151,7 @@ Format for printing: %c: Comment %s: Composer %o: Original artist %f: File name """; private static void print_genres() { Loading Loading @@ -261,6 +262,7 @@ Format for printing: f = f.replace("%s", ft.composer); if (ft.original != null) f = f.replace("%o", ft.original); f = f.replace("%f", filename); stdout.printf(f); } Loading