Commit Graph

22 Commits

Author SHA1 Message Date
Martchus dd0bbd74c5 Update use of `albumArtist` in examples of renaming utility 2023-12-29 15:47:32 +01:00
Martchus 503c8f2c88 Extend advanced renaming script to put bootlegs and singles into special folder 2023-08-09 00:56:37 +02:00
Martchus e7b059f08b Remove invalid chars from filename also in simple renaming example 2022-05-24 18:15:03 +02:00
Martchus 7105d6310d Fix keeping suffix as-is in advanced renaming example 2022-05-24 18:13:46 +02:00
Martchus ee7d92f0a7 Fix check for misc album in advanced renaming example 2022-05-24 18:13:22 +02:00
Martchus 7521233f08 Improve example renaming script
* Use shorter syntax
* Make initial variables const
* Improve various details, e.g. use only the first artist
2022-05-23 21:24:44 +02:00
Martchus de672d84f3 Strip trailing brackets of artist/album in advanced renaming script 2022-04-12 01:24:39 +02:00
Martchus 7f3fc590d7 Use String.prototype.padStart() in renaming utility examples 2021-02-16 01:13:34 +01:00
Martchus 4d3eff3455 Extend renaming utility example to move tracks into for dirs for ranges 2021-02-16 01:02:03 +01:00
Martchus 596d67387f Improve renaming utility
* Improve UI
* Add simple example script (the current example script grew quite big and
  is likely not good to get started)
* Add script to format example scripts
2020-11-25 18:05:23 +01:00
Martchus b0cd798ec1 Make renaming example for lrc files more generic 2020-11-25 01:34:51 +01:00
Martchus aa21519660 Use track info in example script 2020-10-01 20:57:17 +02:00
Martchus 081fb816b5 Fix error in example renaming script 2019-06-01 12:45:52 +02:00
Martchus 8cbde0fdb5 renaming utility: Support album artist 2019-02-13 21:42:50 +01:00
Martchus 28860e1051 Improve renaming tool
* Allow to pass a note to the skip function
* Add useful properties to the file info object
* Extend example
2018-11-15 21:36:12 +01:00
Martchus 39b22e70bf Apply Qt QML/JavaScript coding style to example.js 2018-11-15 21:34:26 +01:00
Martchus db2f178542 Refactor and improve coding style of renaming utility 2018-08-15 21:49:06 +02:00
Martchus b8715214cf renaming utility: use only the actual year in default script 2016-05-06 23:20:43 +02:00
Martchus e4a1dc055e filter collections in example script 2016-03-03 22:21:56 +01:00
Martchus 1c4d577264 updated renaming utility
- allow usage of QJSEngine instead of deprecated QScriptEngine
- moved variables and functions from global object to tageditor object
2016-01-09 02:56:56 +01:00
Martchus dfe17afcc6 use only one engine, small adjustments 2015-10-13 20:12:00 +02:00
Martchus b2b8231a27 First commit 2015-04-22 19:33:53 +02:00