GitXplorerGitXplorer
m

ogg_titler

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
b5267ac061c14912ce6ddaf2bf9893cfbad6a455

Title, not name

mmerelymyself committed 3 years ago
Verified
933ec93c81c0f9c6fc9c87b0283dead0f07ff136

Create README.md

mmerelymyself committed 3 years ago
Unverified
2fc5b870128f102cc4ee47277468c6abf22861e7

project files if you use INTELLIJ IDEA

mmerelymyself committed 3 years ago
Unverified
0cef8f422238c8406601745e75f5064ec0825691

Enjoy!

mmerelymyself committed 3 years ago

README

The README file for this repository.

ogg_titler

Have you ever downloaded more than 500 .ogg files in a totally legal manner to add to your music playlist, only to find that they lack a title? Has that ever irked you so much such that you wished there was a tool to ensure you didn't have to manually assign titles to them? Fear no longer! ogg_titler is a shellscript that lets you set titles to any amount of .ogg files! What's special about ogg_titler?

  • Saves you 5 minutes
  • Maybe buggy
  • It took me 45 minutes to work out why it was not working (it was a typo)

For instance, let's say you have a file directory, ~/Music, with the following files: "a.ogg b.ogg c.ogg"

> ./ogg_titler.sh ~/Music

Presto! Your ogg files are now titled 'a', 'b' and 'c' respectively and will show up under those names in music players!

Created by merelymyself. Feel free to use!