User Tools

Site Tools


youtube

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
youtube [2024/01/13 20:08] – created glebelgyoutube [2026/08/09 13:47] (current) – [paroles] glebelg
Line 1: Line 1:
 ====Extract music and split chapters==== ====Extract music and split chapters====
  
-  yt-dlp -x --split-chapters https://www.youtube.com/xxxxxxxxxxxxxxx+  yt-dlp -x --split-chapters https://www.youtube.com/xxxxxxxxxxxxxxx
 +   
 +==== kid3 ==== 
 + 
 +filename vers tag 
 + 
 +  %{artist} - %{album} - %{track.3} %{tracknumber}. %{title} %c 
 +   
 +==== paroles ==== 
 + 
 +trouver avec lrcget 
 + 
 +renomer les txt en lrc comme ceci  
 +  find . -type f -name "*.txt" -exec bash -c 'for f; do mv "$f" "${f%.txt}.lrc"; done' _ {} +  
youtube.1705176537.txt.gz · Last modified: by glebelg