<RashapGoyal[m]> "lucifer: This is the draft of my..." <- Hey Rashap Goyal can u update the sharing setting to **Anyone with the link can view** as its asking permission to view ur proposal!
Hey lucifer I had a question regarding the monitoring/updation of the index for DMP2025. Is the org expecting it to be event driven or should there be scheduled update calls? Like we can monitor our collection via RSS and get alerts when new items are added and then we can update our index, or should there just be scheduled calls via cron jobs or such that fetches items added in the last one or seven days and we can add upsert
them to our index.
JetpackJackson joined the channel
irc_standardnick joined the channel
Hi I also wanted to share my proposal for any reviews and feedback
Hey, anyone used funkwale on local server or have any idea abt funkwale local server setup?
I think documentation is not updated! I'm getting errors! Which I'm not able to fix!
irc_standardnick has quit
COMPL_EXE has quit
COMPL_EXE joined the channel
mshahnawaz1[m]
Hi guys if anyone can check this proposal and give feedback it would be helpful. tommorow is last date. :happyblush:
lucifer[m]
Ojas Sinha: I would suggest to take a look at the existing metadata caches (https://github.com/metabrainz/listenbrainz-serv...), use the IA library to query all the items in an infinite loop. then monitor for new items. for initial setup, you will need to query all items but for monitoring new changes you can rss feeds if available.
Ojas Sinha, Rashap Goyal , mshahnawaz1 I took a look at the proposals, I don't have specific feedback at the moment but I would suggest to add more technical and implementation details where possible.
<mamanullah7[m]> "Hey, anyone used funkwale on..." <- what errors are you facing?
mshahnawaz1[m]
ok, will check it out.
To get the track data from internet archive, what should we use. IA api or IA python library. I found that api is slightly faster for json response. And since we will be indexing lot of tracks it might affect.
Whereas the library is much cleaner and more understandable for other users.