*** frinring_ is now known as frinring | 01:52 | |
*** zbenjamin_ is now known as zbenjamin | 02:55 | |
*** svartoyg is now known as svartoyg_afk | 06:43 | |
uncle_zebbiz | I'm considering making a bandcamp app for sfOS since I can't get the android version to work properly | 10:04 |
---|---|---|
uncle_zebbiz | Issue is that they don't have an API, but it's easy enough to scrape the html for all the neccessary info, such as coverart, streaming url, description, etc | 10:04 |
uncle_zebbiz | What's the legality with this? | 10:05 |
uncle_zebbiz | Would there be any issues to host put it up on the jolla store? | 10:05 |
uncle_zebbiz | How about openrepos.org? | 10:06 |
uncle_zebbiz | Or should I just keep it to github? | 10:06 |
leszek | uncle_zebbiz: not sure if this is the right channel for asking. Shouldn't you look at bandcamp if they allow such a thing | 10:08 |
uncle_zebbiz | leszek: Looking at bandcamp's Terms of Use https://bandcamp.com/terms_of_use in the section "Rules and Conduct." it seems to prohibit what I'm planning to do | 10:17 |
uncle_zebbiz | But I'm not sure... | 10:17 |
uncle_zebbiz | I think the best way is to ask them directly | 10:17 |
leszek | yep | 10:17 |
uncle_zebbiz | now, if they say "DON'T DO THIS!", and I happen to do it anyway, and upload such an app to the jolla store | 10:18 |
uncle_zebbiz | Would Jolla get a takedown notice? | 10:18 |
uncle_zebbiz | I mean, look at youtube_dl | 10:19 |
mal | that is not in jolla store afaik, openrepos is another thing completely | 10:19 |
uncle_zebbiz | it can download tons of stuff, and it's used everywhere | 10:19 |
uncle_zebbiz | true | 10:19 |
Smar | fwiw, it’s somewhat bad idea to use reverse engineered api on jolla store app, as that kind of apis are subject to change without notice and pretty often, and jolla apps tends to have slow update cycle, so there would just be one more broken app... | 10:21 |
Smar | so openrepos is probably more suitable anyways | 10:21 |
leszek | mal: it is not directly in the Jolla Store but apps use youtube-dl | 10:22 |
mal | I think store wouldn't approve the app anyway if in specifically breaks terms of use | 10:22 |
mal | leszek: which apps? | 10:23 |
leszek | Quickddit | 10:23 |
leszek | it has a full blown copy of youtube-dl | 10:23 |
mal | interesting | 10:23 |
leszek | just like this one youtube client in the top 10 that uses not allowed in harbour stuff by using cpp instead of import statements | 10:24 |
leszek | in qml | 10:24 |
uncle_zebbiz | If I ask a broader question then... What is and isn't allowed on the Jolla store? | 10:29 |
ViGe | uncle_zebbiz: See https://harbour.jolla.com/faq | 10:33 |
uncle_zebbiz | thanks | 10:33 |
Mister_Magister | Can somebody help me with audioresource? there is what happens when i enable it http://short.verdanditeam.com/audioresource | 20:18 |
Mister_Magister | i am out of ides what can be wrong | 20:18 |
Mister_Magister | i acquire audioresource as first thing in main | 20:18 |
Mister_Magister | i am using openal | 20:19 |
Mister_Magister | dunno what else i can provide | 20:19 |
r0kk3rz | code might be a good start | 20:29 |
Mister_Magister | r0kk3rz: its same as example | 20:31 |
Mister_Magister | https://paste.opensuse.org/view//76737697 | 20:31 |
Mister_Magister | well here audioresource is disabled but you get the view | 20:32 |
Mister_Magister | r0kk3rz: very simple | 20:34 |
r0kk3rz | sure, what does the console print? | 20:35 |
Mister_Magister | https://paste.opensuse.org/view//68980214 | 20:36 |
Mister_Magister | r0kk3rz: rest is my app output | 20:36 |
Mister_Magister | r0kk3rz: so resource is acquired and then i initialize my audio lib and start playing music | 20:40 |
Mister_Magister | simple as that | 20:40 |
r0kk3rz | just foe kicks, put a printf in the main part of the on acquired | 20:40 |
Mister_Magister | r0kk3rz: wdym | 20:40 |
Mister_Magister | main part… got it | 20:41 |
r0kk3rz | yeah ao outside the if conditions | 20:41 |
Mister_Magister | https://paste.opensuse.org/view//23320663 | 20:43 |
Mister_Magister | i have no idea how did that happen | 20:43 |
Mister_Magister | i have put printf above the acquired | 20:43 |
Mister_Magister | ye i switched to fprintf and now it's above so everything normal | 20:44 |
Mister_Magister | https://paste.opensuse.org/view//6370783 | 20:45 |
r0kk3rz | ok but its not spamming, so thats mostly what i was looking for | 20:45 |
Mister_Magister | because i'm not running gloop | 20:45 |
Mister_Magister | prably | 20:46 |
Mister_Magister | r0kk3rz: it shouldn't be spammy i think | 20:47 |
r0kk3rz | no, it shouldnt, but something is interrupting your audio | 20:48 |
Mister_Magister | r0kk3rz: well running gloop makes it better but not perfect | 20:48 |
r0kk3rz | ive only really used it in apps that were using gloop anyway | 20:50 |
Mister_Magister | heh | 20:50 |
Mister_Magister | so what's the diagnose doc | 20:51 |
r0kk3rz | no idea, gremlins | 20:52 |
Mister_Magister | see | 20:52 |
Mister_Magister | clearly problem with audioresource | 20:52 |
r0kk3rz | press f to doubt | 20:52 |
Mister_Magister | press f to believe | 20:52 |
Mister_Magister | if there is no problem in my code then audioresource is wrong | 20:53 |
Mister_Magister | simple as that | 20:53 |
r0kk3rz | either way, its open sauce yo, get debugging | 20:53 |
Mister_Magister | gezus | 20:53 |
Mister_Magister | you ain't serious man | 20:53 |
r0kk3rz | umm yeah i am | 20:54 |
Mister_Magister | im not an audioguy | 20:54 |
r0kk3rz | this is like how to program 101, if you have problem you keep digging until you find it | 20:54 |
r0kk3rz | i dont think its audioresource as such, but it could be gloop related | 20:55 |
Mister_Magister | ye | 20:56 |
Mister_Magister | i think so too | 20:56 |
Mister_Magister | now i moved gloop to somewhere else and it's broken again | 20:58 |
Mister_Magister | gezus | 20:58 |
Mister_Magister | ah it's because i initialised audio before audioresource | 20:59 |
Mister_Magister | >adding moar gloops isn't helping | 21:03 |
Mister_Magister | i have no idea | 21:08 |
Mister_Magister | who even wrote that | 21:08 |
feodoran | is using PyQt5 or PySide2 a valid option on SFOS? there is some pyqt5 package on openrepos, but its very old ... | 21:29 |
feodoran | is there no g++ on SF? | 22:08 |
Mister_Magister | there is | 22:08 |
feodoran | in which package? | 22:11 |
r0kk3rz | feodoran: pyotherside | 22:15 |
feodoran | r0kk3rz: you mean g++ or the pyqt thing? | 22:17 |
feodoran | pyotherside is not pyqt/pyside | 22:17 |
Mister_Magister | feodoran: Program 'g++' is present in package 'gcc-c++' | 22:18 |
feodoran | Mister_Magister: thx, was expecting it to be in gcc ... | 22:20 |
Mister_Magister | feodoran: i recommend cnf but it's not in default repo | 22:38 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!