Author Topic: Some Podcasts Leave Text Files When Deleted.  (Read 905 times)

blkhouse

  • Newbie
  • *
  • Posts: 6
Some podcasts have massive amounts of ".txt" files of deleted podcasts episodes.  These files apparently carry the text description of the episode and are labeled exactly the same as the episode.

These are downloaded with the podcast, but when you delete a podcast episode it doesn't delete the related ".txt" file.

Would it be possible to have those files deleted when a podcast is downloaded, as I found you can accumulate a large number of files in the folders.

I have tried deleting the .txt file but the description from the file is still listed in MusicBee.  I don't know how the program works so I am unsure if the info is stored before in a database.

Thank you.

Example Podcast:
SANS Internet Stormcenter Daily Cyber Security Podcast (Stormcast)
Podcast URL:
https://isc.sans.edu/dailypodcast.xml

Example:
ISC StormCast for Monday, January 20th, 2025.mp3
ISC StormCast for Monday, January 20th, 2025.txt

Contents of Text File:
Quote
SANS ISC Stormcast, Jan 20, 2025: Honeypots for Offense; SimpleHelp and UEFI Secure Boot Vulnerabilities

In this episode, we cover how to use honeypot data to keep your offensive infrastructure alive longer, three critical vulnerabilities in SimpleHelp that must be patched now, and an interesting vulnerability affecting many systems allowing UEFI Secure Boot bypass.

Leveraging Honeypot Data for Offensive Security Operations [Guest Diary] A recent guest diary on the SANS Internet Storm Center discusses how offensive security professionals can utilize honeypot data to enhance their operations. The diary highlights the detection of scans from multiple IP addresses, emphasizing the importance of monitoring non-standard user-agent strings in web requests.
https://isc.sans.edu/diary/Leveraging%20Honeypot%20Data%20for%20Offensive%20Security%20Operations%20%5BGuest%20Diary%5D/31596

Security Vulnerabilities in SimpleHelp 5.5.7 and Earlier SimpleHelp has released version 5.5.8 to address critical security vulnerabilities present in versions 5.5.7 and earlier. Users are strongly advised to upgrade to the latest version to prevent potential exploits. Detailed information and upgrade instructions are available on SimpleHelp's official website.
https://simple-help.com/kb---security-vulnerabilities-01-2025#send-us-your-questions

Under the Cloak of UEFI Secure Boot: Introducing CVE-2024-7344 ESET researchers have identified a new vulnerability, CVE-2024-7344, that allows attackers to bypass UEFI Secure Boot on most UEFI-based systems. This flaw enables the execution of untrusted code during system boot, potentially leading to the deployment of malicious UEFI bootkits. Affected users should apply available patches to mitigate this risk.
https://www.welivesecurity.com/en/eset-research/under-cloak-uefi-secure-boot-introducing-cve-2024-7344/

keywords: uefi; simplehelp; honeypots


Steven

  • Administrator
  • Hero Member
  • *****
  • Posts: 34989
i am not seeing any code where MB is creating a .txt file for a podcast. The only thing i can think of is somehow a "lyrics" file is being created. Could you have a look at the contents of those files - perhaps send me a link to one so i can see myself

tjinc

  • Sr. Member
  • ****
  • Posts: 836
Not sure whether the OP is going to follow this up or not.

I am not big on podcasts but I have managed to replicate the reported issue using the ICS Stormcast podcast. The txt file produced looks to have the same content as the <Comments> field of the mp3 file. (Edit: link removed).

I think you may be on to something with the "lyrics" file idea - with the Lyrics Storage option set to 'embed lyrics in the music file' the txt files are not created (Edit: and this data is saved to LYRICS tag code USLT/eng as well as the comments field in this case. So this does look like a 'lyrics' issue).
Last Edit: February 10, 2025, 06:45:29 AM by tjinc

Steven

  • Administrator
  • Hero Member
  • *****
  • Posts: 34989
I think you may be on to something with the "lyrics" file idea - with the Lyrics Storage option set to 'embed lyrics in the music file' the txt files are not created (Edit: and this data is saved to LYRICS tag code USLT/eng as well as the comments field in this case. So this does look like a 'lyrics' issue).
thanks for looking into this and yes the source file from the website does include a lyrics tag. I will think about what i will do about that

Steven

  • Administrator
  • Hero Member
  • *****
  • Posts: 34989
Given that podcast lyrics are already explicitly ignored in various places in MB, i have also disabled .txt file saving for podcast lyrics
https://getmusicbee.com/patches/MusicBee36_Patched.zip
unzip and replace the existing musicbee application files

blkhouse

  • Newbie
  • *
  • Posts: 6
Thanks for the assist tjinc, I haven't been able to come here.

Thank you Steven I will try this today.

blkhouse

  • Newbie
  • *
  • Posts: 6
Yes this fixed it.  Thank you.  Sorry for the short messages I have been busy.
Appreciated.