(m291) Always use filename in title

This commit is contained in:
Devine Lu Linvega 2024-08-27 10:44:04 -07:00
parent 4086f77f18
commit 5f42027f30
1 changed files with 2 additions and 4 deletions

View File

@ -401,10 +401,8 @@
;dict/no-album ;id3/album <scpy> ;dict/no-album ;id3/album <scpy>
( | find spacer ) ( | find spacer )
DUP2 find-spacer INC2 ORA ?{ DUP2 find-spacer INC2 ORA ?{
( | defaults ) ;id3/title <scpy>
;dict/no-title ;id3/title <scpy> ;dict/no-artist ;id3/artist !<scpy> }
;dict/no-artist ;id3/artist <scpy>
POP2 JMP2r }
( | copy artist ) ( | copy artist )
[ LIT2r =id3/artist ] [ LIT2r =id3/artist ]
&>artist ( -- ) &>artist ( -- )