Home
last modified time | relevance | path

Searched refs:totaldiscs (Results 1 – 8 of 8) sorted by relevance

/dports/audio/picard/picard-release-2.6.2/picard/formats/
H A Dmp4.py310 totaldiscs = 0
313 totaldiscs = int(metadata["totaldiscs"])
316 tags["disk"] = [(discnumber, totaldiscs)]
/dports/deskutils/virt-manager/virt-manager-3.2.0/tests/data/urldetect/centos/6.10/
H A D.treeinfo9 totaldiscs = 1
/dports/audio/cyanrip/cyanrip-0.7.0/
H A DREADME.md73 | -c `int/int` | Tag multi-disc albums as such, syntax is `disc/totaldiscs`, read below …
151 …able this manually, specify the `-c` argument followed by `disc/totaldiscs` (`/totaldiscs` is opti…
155 As well as using the `-c` argument, you can also specify the `disc=number:totaldiscs=number` in the…
212 The default track file name syntax is: `{if #totaldiscs# > #1#|disc|.}{track} - {title}`. So this r…
214 A useful example is to have separate directories for each disc: `-D "{album}{if #totaldiscs# > #1# …
216 … be modified via the `-L` argument. By default its set to `{album}{if #totaldiscs# > #1# CD|disc|}…
/dports/deskutils/virt-manager/virt-manager-3.2.0/tests/data/fakemedia/fakerhel6tree/
H A D.treeinfo15 totaldiscs = 1
/dports/audio/cyanrip/cyanrip-0.7.0/src/
H A Dcyanrip_main.c1207 int discnumber = 0, totaldiscs = 0; in main() local
1378 totaldiscs = strtol(p, NULL, 10); in main()
1379 if (totaldiscs <= 0) { in main()
1380 cyanrip_log(ctx, 0, "Invalid totaldiscs %i\n", totaldiscs); in main()
1383 if (discnumber > totaldiscs) { in main()
1384 … cyanrip_log(ctx, 0, "discnumber %i is larger than totaldiscs %i\n", discnumber, totaldiscs); in main()
1589 if (totaldiscs) in main()
1590 av_dict_set_int(&ctx->meta, "totaldiscs", totaldiscs, 0); in main()
/dports/audio/siren/siren-0.9/
H A DCHANGES25 - Support the (less standard) totaldiscs and totaltracks Vorbis comments.
/dports/audio/deadbeef/deadbeef-0.7.2/
H A Djunklib.c4479 const char *totaldiscs = pl_find_meta (it, "numdiscs"); in junk_rewrite_tags() local
4480 if (disc && totaldiscs) { in junk_rewrite_tags()
4482 snprintf (s, sizeof (s), "%s/%s", disc, totaldiscs); in junk_rewrite_tags()
4614 const char *totaldiscs = pl_find_meta (it, "numdiscs"); in junk_rewrite_tags() local
4615 if (disc && totaldiscs) { in junk_rewrite_tags()
4617 snprintf (s, sizeof (s), "%s/%s", disc, totaldiscs); in junk_rewrite_tags()
/dports/multimedia/quodlibet/quodlibet-4.3.0/
H A DNEWS1572 * VORBISCOMMENT: Write totaltracks/totaldiscs [929] (Michael Ball)