• Home
  • Blog
  • Add-ons
  • Forum
  • Wiki
  • Developers
Nightingale - The tune of life, the tune of yours
  • Portal
  • Search
  • Member List
  • Calendar
  • Help
  • Portal
  • Search
  • Member List
  • Calendar
  • Help
Guest Hi, Guest
  • Login
  • Register
Login
Username:
Password: Lost Password?
 
Nightingale Forums Nightingale General Discussion Nightingale not reading some tags

Pages (2): « Previous 1 2
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Nightingale not reading some tags
jolugaju Offline
Junior Member
**
Posts: 5
Threads: 1
Joined: Nov 2016
Reputation: 0
#11
12-01-2016, 08:43 PM
I prefer my ratings to be stored inside my files. My ratings also have 1-5 stars and I wrote them (several thousands) with the program JRiver Media Jukebox. I think the ratings are all stored inside the files.
I'm the only one who listen to them so this is the best option for me.
If there were a config option in Nightingale to set this behaviour I would use it.
Thank you very much for your answers!
Find
Reply
rsjtdrjgfuzkfg Offline
Developer
*******
Posts: 664
Threads: 15
Joined: Oct 2011
Reputation: 15
#12
12-02-2016, 03:22 AM
There is no configuration option to select the rating tag used by Nightingale. If your existing tool (Jukebox) is able to write ratings to a custom tag, configure it to write ratings as decimal number into the NIGHTINGALE-RATING field. Nightingale should detect such tags on your next import.

Alternatively, you could convert your tags using command line tools, for example on Linux with mid3v2 installed you could try something along the lines of:
Code:
FILENAME="your-filename.mp3"
TAGRATING=$(mid3v2 -l "$FILENAME" | grep ^POPM= | head -n 1 | sed -e 's/^POPM=[^=]\+[^ ]\+ //g' -e 's/\/255$//g')
STARRATING=$(echo "1 + (($TAGRATING * 4) / 255)" | bc)
mid3v2 "--TXXX=NIGHTINGALE_RATING:$STARRATING" "$FILENAME"
I'm not familiar enough with Windows to provide a similar solution for the M$ platform.
Songbird/Nightingale Community Developer and German Translator
Find
Reply
jolugaju Offline
Junior Member
**
Posts: 5
Threads: 1
Joined: Nov 2016
Reputation: 0
#13
12-07-2016, 07:40 PM
I'm in the middle of the process to abandon the M$ world and going to GNU Linux Freedom world.
I'll try to use your code. Thanks a lot!
Find
Reply
« Next Oldest | Next Newest »
Pages (2): « Previous 1 2


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)
  • Return to Top
  • Lite (Archive) Mode
  • RSS Syndication
Current time: 03-27-2023, 01:49 AM Powered By MyBB, © 2002-2023 MyBB Group.
Design By AliReza_Tofighi In WhiteCrow Software Group.
white outlined nightingale project logo

Nightingale is free!
It is an Open Source project released under the terms of the GNU General Public License v2 (GPL v2).
For more details, please read the license information.

Follow us!
f  g  t

Support
  • Community Forum
  • Official Blog
  • Add-ons
  • Wiki
  • Help Forum
Contribute
  • Developer's Center
  • Translate Nightingale
  • Source Code
  • Report a Bug
Ressources
  • Download Nightingale
Linear Mode
Threaded Mode