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: Saving statistics to tag #155

Open
ghost opened this issue May 8, 2018 · 5 comments
Open

Feature Request: Saving statistics to tag #155

ghost opened this issue May 8, 2018 · 5 comments

Comments

@ghost
Copy link

ghost commented May 8, 2018

hey guys, is there any major reason why statistics cant be saved to tags?

@sighook
Copy link
Contributor

sighook commented May 9, 2018

@XIncognito10
What statistics do you mean?
And what about the torrents? By changing the tags, we will change the files, and torrent will overwrite them.
I wouldn't mind this feature as optional, because

  1. I like when torrent controls the consistency of the files and redownloads if the file(s) is(are) broken; hard drives are unreliable;
  2. The settings are too individuals; is there a need to transfer statistics between music players?

@ghost
Copy link
Author

ghost commented May 16, 2018

I meant like the fields in the settings under the statistics heading. Things like last play, added, play count, skip count, ect. Is there a particular reason why these couldnt be under a gmusicbrowser specific tag in the music so that there is less dependency on the database? because whenever my files are changed or moved externally, all of this data gets wiped

@RomanHargrave
Copy link

It's not a bad idea. If disk IO is a concern, generating a unique ID for each track in the database and adding it to the file would not be a bad idea either, in order to prevent disassociation from moving/external changes.

@MigueLesPaul
Copy link

MigueLesPaul commented Jun 1, 2018

I have a little data base management script that does this exactly. When it started, it was just a little text file with colummns and needed a way to relate the files in the entries. Then I discovered Gmusicbrowser, ahem, fell in love with it and re-wrote the entire thing to handle song statistics from the default database file. For personal use, it works using a number based on the seconds since the epoch. Whenever you add a file, or a group of files, this ensures the ID is unique. I guess.

@ghost
Copy link
Author

ghost commented Jan 14, 2019

Hey @MigueLesPaul do you still have this script?

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

No branches or pull requests

3 participants