Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Allow/Disallow Explicit songs from preferences #27

Open
jammerxd opened this issue Nov 25, 2015 · 2 comments
Open

Feature Request: Allow/Disallow Explicit songs from preferences #27

jammerxd opened this issue Nov 25, 2015 · 2 comments

Comments

@jammerxd
Copy link

Hello,
I am exporting playlists that are going to be played over a stream and it would be helpful to have it setup so that when I am importing playlists, the explicit songs as marked by google music, won't be added because of the explicit. Is there a way to check this in the ImportList.py or add a setting in preferences.py?

@soulfx
Copy link
Owner

soulfx commented Nov 26, 2015

you can see if explicit info is one of the details that can be exported by adding -dDEBUG to the command line. it'll tell you the available track details you can set in preferences.py if explicit is available you can open the output file in a spreadsheet program and filter out the explicit tracks that way.

@soulfx
Copy link
Owner

soulfx commented Nov 29, 2015

The song that is used to figure out what track details are available is not an explicit song which probably won't work for seeing if explicit info is available, change line 62 of common.py to an explicit song and see if that exposes additional track details that can be used for explicit songs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants