• Welcome to RadioDJ - Free Radio Automation Software Forum. Please log in or sign up.

2 Questions

Started by ManolisPiraeus, January 30, 2017, 03:04:19 AM

ManolisPiraeus

Hello  there!
I  have 2 questions
First of all can i totally erase my database in order to re-insert all  songs from scratch?If  yes how  can i do  it?
Secondly, how  can  i  make  new categories and  subcategories for music importing and categorisation!

Jhonny

1. re-install the database with Database Setup.exe

2. options catagories.
R.T.F.M. means to me, Read The Fantastic Messages.
Einstein says: Make things simple, but don't make simple things simpler! (wise) this is just my life lesson you know.

I don't do drugs ( ͡° ͜ʖ ͡°)
The Radiodj tutorials site is now managed by Domstad radio .nl still  Just in English

ibgradiogroup

Quote from: Jhonny on January 30, 2017, 05:00:57 AM
1. re-install the database with Database Setup.exe

2. options catagories.

To expand on what @Jhonny has said.

You can easily clear your ENTIRE RadioDJ database by opening your MySQL database in phpMyAdmin, and executing the following code:

TRUNCATE songs;

NOTE: This will delete ALL of your entries for RadioDJ including music, jingles, etc. So if that's not what you want. Don't run it.

If you want just Music, it would be something like:
DELETE ALL FROM songs WHERE songtype= "0";

This is the quick way to get it done, but there's also more risk, you could accidentally delete something you might not want to.