INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Finding songs in folder tree not on any playlists  (Read 398 times)

EmersonDAnite

  • Member
  • *
  • Posts: 4
Finding songs in folder tree not on any playlists
« on: January 29, 2023, 10:12:52 pm »

Hello,

I'm still a pretty low-level user of JRiver. I did a re-install without manually backing up my library. Luckily I only lost two day's worth of added music. I keep track of my music pretty exclusively via playlists, and I was hoping there was a way to find songs in my folder tree that aren't on ANY playlists.

Thanks for any help!
Logged

JimH

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 71439
  • Where did I put my teeth?
Re: Finding songs in folder tree not on any playlists
« Reply #1 on: January 29, 2023, 10:35:25 pm »

Installing won't cause any problems with your library.  You can restore a backup.  MC makes them automatically.  Search for zip files.
Logged

marko

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 8954
Re: Finding songs in folder tree not on any playlists
« Reply #2 on: January 29, 2023, 10:45:08 pm »

Hello,

I'm still a pretty low-level user of JRiver. I did a re-install without manually backing up my library. Luckily I only lost two day's worth of added music. I keep track of my music pretty exclusively via playlists, and I was hoping there was a way to find songs in my folder tree that aren't on ANY playlists.

Thanks for any help!
Select a list that includes all of your music.
Copy the code below and paste it into the search bar in the top right corner.
Code: [Select]
[=isempty(fileplaylists())]=1
The list should reduce. The files now showing in the list are those that are not on any playlist.

If it doesn't look correct, look for playlists in a group named recent playing nows. These are automatically generated by MC. Delete them (the playlists, not the files) and repeat the steps above.

-marko

EmersonDAnite

  • Member
  • *
  • Posts: 4
Re: Finding songs in folder tree not on any playlists
« Reply #3 on: January 31, 2023, 06:31:57 pm »

That search command works perfectly! Thanks again. I'll note that I had to clear the playlists "recent playing nows" and "recently imported"

Logged

zybex

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 2390
Re: Finding songs in folder tree not on any playlists
« Reply #4 on: February 01, 2023, 02:28:59 am »

You can use this one without having to clear the Recent lists:
[=isempty(listremove(fileplaylists(),recent,2))]=1
Logged
Pages: [1]   Go Up