1

Archive Recent Version

This commit is contained in:
Kim Wittenburg
2017-07-24 16:18:59 +02:00
parent 81acafc6da
commit 46122c53c2
103 changed files with 4182 additions and 2078 deletions

View File

@@ -0,0 +1,2 @@
#iTunes Tag "Album Interpret" verwenden
<%tag<id='album_artist'>>

2
exec/Profile/Album Tag.txt Executable file
View File

@@ -0,0 +1,2 @@
#iTunes Tag "Album" verwenden
<%tag<id='album'>>

2
exec/Profile/Dateiname.txt Executable file
View File

@@ -0,0 +1,2 @@
#Dateinamen ohne Endung verwenden
<%fileName<showExtention='false'>>

2
exec/Profile/Interpret Tag.txt Executable file
View File

@@ -0,0 +1,2 @@
#iTunes Tag "Interpret" verwenden
<%tag<id='artist'>>

2
exec/Profile/Komponist Tag.txt Executable file
View File

@@ -0,0 +1,2 @@
#iTunes Tag "Komponist" verwenden
<%tag<id='composer'>>

View File

@@ -0,0 +1,6 @@
#Beispiel:
#Dateiname: "1 01-BspDatei.m4a"
#Titel Tag: "BspTitel"
#Kapitelnummer im Hörbuch: "3"
#wird zu "003 - BspTitel"
<%number<formatted='true'>> - <%tag<id='title'>>

2
exec/Profile/Nummerierung.txt Executable file
View File

@@ -0,0 +1,2 @@
#Kapitel 001, Kapitel 002, ...
Kapitel <%number<formatted='true'>>

2
exec/Profile/Titel Tag.txt Executable file
View File

@@ -0,0 +1,2 @@
#iTunes Tag "Titel" verwenden
<%tag<id='title'>>

View File

@@ -0,0 +1,2 @@
#iTunes Tag "Tracknummer" verwenden
<%tag<id='track'>>

View File

@@ -0,0 +1,4 @@
#Beispiel:
#Dateiname: "01 BspDatei.m4a"
#wird zu "BspDatei"
<%advancedFileName<sepText=' ' index='2#'>>

View File

@@ -0,0 +1,4 @@
#Beispiel:
#Dateiname: "01 - BspDatei.m4a"
#wird zu "BspDatei"
<%advancedFileName<sepText=' - ' index='2#'>>