sosb0ii / Spotify-Mute-Ads

0 stars 0 forks source link

Optional record of songs #3

Open sosb0ii opened 2 months ago

sosb0ii commented 2 months ago

In order to facilitate identifying songs and podcasts versus advertisements (see this issue and this issue), all of the window titles can be saved into two .txt files—one for those detected as ads and one for those which are not. These files can be reviewed to identify strings to add to the whitelist and blacklist. It should be useful to developers and users alike.

sosb0ii commented 2 months ago

added! I'll keep this issue open until the final customization for identifying pods vs ads is complete. Uncomment lines 12 and 17 in the latest version to keep lists of the audio titles in SongsPods.txt and Ads.txt. Or if there's been another commit since then, they're these two following lines (nonconsecutive):

                ;FileAppend, %Playing%`n, Ads.txt ;records as ad

                ;FileAppend, %Playing%`n, SongsPods.txt