browsing offline on ipad adds a shitton of plays
BotB Academy Bug Reports and Feature Requests
 
 
100663
Level 25 Chipist
Flaminglog
 
 
 
post #100663 :: 2018.06.08 2:54pm
  
  Modus Ponens, mirageofher, Galgox, VirtualMan, xterm, NNOIZZ, kleeder, Sintel and Slimeball liēkd this
  
  Doxic hæitd this
Oh sweet I've been looking for a way to boost my play counts on here for some unfathomable reason, what a useful feature this is for that specific application
 
 
100681
Level 9 Mixist
erock
 
 
post #100681 :: 2018.06.08 8:36pm
What if we do a mobile style and a computer style in this site :-)
 
 
101135
Level 30 Hostist
puke7
 
 
 
post #101135 :: 2018.06.23 4:22pm
  
  tonreihe, mirageofher, Tilde, Slimeball, anewuser and kleeder liēkd this
I figured out the culprit on this one. The site adds a play each time the file is requested. Certain devices/browsers load media in chunks; there's a large class method in the code that handles this. Every chunk load on an entry is causing a play to register. So the solution is to move the play adder to the player itself. What should count as a play tho? Right when it starts or a few seconds in?
 
 
101136
Level 32 Chipist
kleeder
 
 
 
post #101136 :: 2018.06.23 4:40pm
a few seconds in - maybe 10% of track length
 
 
101153
Level 20 Chipist
GudPiggeh
 
 
 
post #101153 :: 2018.06.24 2:45am
that would be bad for those rare 10+ minute entries. even if they didn't play the whole thing, it still gives a play advantage to short entries. maybe 15 secs/10% whatever is shorter?
 
 
101155
Level 23 Renderist
anewuser
 
 
 
post #101155 :: 2018.06.24 5:45am :: edit 2018.06.24 5:48am
playback of 50% of the song lenght. No more, no less.

Edit: maybe even full file/streaming retrival. Maybe that's taxing on the server, though.
 
 
101159
Level 30 Chipist
Savestate
 
 
 
post #101159 :: 2018.06.24 8:39am :: edit 2018.06.24 8:40am
  
  mirageofher and Modus Ponens liēkd this
10 seconds or 33.333333%, whichever comes 1st sounds like something worth considering

edit: lmao i shoulda read the tread. pretty much what gp said
 
 
101193
Level 20 Chipist
GudPiggeh
 
 
 
post #101193 :: 2018.06.25 12:56pm
idk if this would be too hard, but maybe also make it so if the full entry length hasn't passed since you last "viewed" it, it doesn't count as a second view.
 
 
101194
Level 30 Hostist
puke7
 
 
 
post #101194 :: 2018.06.25 1:37pm
  
  xterm, BubblegumOctopus, pedipanol, Sintel, anewuser and kleeder liēkd this
going with 20%/15sec whichever first
trigger in place
need to add api endpoint
and remove counter from media forwarder
 
 
101262
Level 25 Chipist
Flaminglog
 
 
 
post #101262 :: 2018.06.26 6:54pm
  
  mirageofher, GudPiggeh, Slimeball and kleeder liēkd this
i'm glad it's whichever first rather than whichever last

not sure everyone is willing to listen to more than 3 minutes of some of my longer entries
 
 
131271
Level 30 Hostist
puke7
 
 
 
post #131271 :: 2020.11.23 4:51pm
  
  xterm, tonreihe, argarak, Modus Ponens, kleeder, Razerek, mirageofher and tennisers liēkd this
uh... not sure how many threads related to this issue exist...

finally got in the code and i think i fixed it
so points/boons/fav_countenings are only happening on the initial load of the chunked media files

let me know if i borked anything!
 
 
131401
Level 11 Playa
VirtualMan
 
 
post #131401 :: 2020.11.26 6:55pm
  
  Baron Knoxburry and mirageofher liēkd this
You borked the turkey today. 🦃
 
 

LOGIN or REGISTER to add your own comments!