Monday, 2019-02-11

*** frinring_ is now known as frinring01:52
*** zbenjamin_ is now known as zbenjamin02:55
*** svartoyg is now known as svartoyg_afk06:43
uncle_zebbizI'm considering making a bandcamp app for sfOS since I can't get the android version to work properly10:04
uncle_zebbizIssue 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, etc10:04
uncle_zebbizWhat's the legality with this?10:05
uncle_zebbizWould there be any issues to host put it up on the jolla store?10:05
uncle_zebbizHow about openrepos.org?10:06
uncle_zebbizOr should I just keep it to github?10:06
leszekuncle_zebbiz: not sure if this is the right channel for asking. Shouldn't you look at bandcamp if they allow such a thing10:08
uncle_zebbizleszek: 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 do10:17
uncle_zebbizBut I'm not sure...10:17
uncle_zebbizI think the best way is to ask them directly10:17
leszekyep10:17
uncle_zebbiznow, if they say "DON'T DO THIS!", and I happen to do it anyway, and upload such an app to the jolla store10:18
uncle_zebbizWould Jolla get a takedown notice?10:18
uncle_zebbizI mean, look at youtube_dl10:19
malthat is not in jolla store afaik, openrepos is another thing completely10:19
uncle_zebbizit can download tons of stuff, and it's used everywhere10:19
uncle_zebbiztrue10:19
Smarfwiw, 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
Smarso openrepos is probably more suitable anyways10:21
leszekmal: it is not directly in the Jolla Store but apps use youtube-dl10:22
malI think store wouldn't approve the app anyway if in specifically breaks terms of use10:22
malleszek: which apps?10:23
leszekQuickddit10:23
leszekit has a full blown copy of youtube-dl10:23
malinteresting10:23
leszekjust like this one youtube client in the top 10 that uses not allowed in harbour stuff by using cpp instead of import statements10:24
leszekin qml10:24
uncle_zebbizIf I ask a broader question then... What is and isn't allowed on the Jolla store?10:29
ViGeuncle_zebbiz: See https://harbour.jolla.com/faq10:33
uncle_zebbizthanks10:33
Mister_MagisterCan somebody help me with audioresource? there is what happens when i enable it http://short.verdanditeam.com/audioresource20:18
Mister_Magisteri am out of ides what can be wrong20:18
Mister_Magisteri acquire audioresource as first thing in main20:18
Mister_Magisteri am using openal20:19
Mister_Magisterdunno what else i can provide20:19
r0kk3rzcode might be a good start20:29
Mister_Magisterr0kk3rz: its same as example20:31
Mister_Magisterhttps://paste.opensuse.org/view//7673769720:31
Mister_Magisterwell here audioresource is disabled but you get the view20:32
Mister_Magisterr0kk3rz: very simple20:34
r0kk3rzsure, what does the console print?20:35
Mister_Magisterhttps://paste.opensuse.org/view//6898021420:36
Mister_Magisterr0kk3rz: rest is my app output20:36
Mister_Magisterr0kk3rz: so resource is acquired and then i initialize my audio lib and start playing music20:40
Mister_Magistersimple as that20:40
r0kk3rzjust foe kicks, put a printf in the main part of the on acquired20:40
Mister_Magisterr0kk3rz: wdym20:40
Mister_Magistermain part… got it20:41
r0kk3rzyeah ao outside the if conditions20:41
Mister_Magisterhttps://paste.opensuse.org/view//2332066320:43
Mister_Magisteri have no idea how did that happen20:43
Mister_Magisteri have put printf above the acquired20:43
Mister_Magisterye i switched to fprintf and now it's above so everything normal20:44
Mister_Magisterhttps://paste.opensuse.org/view//637078320:45
r0kk3rzok but its not spamming, so thats mostly what i was looking for20:45
Mister_Magisterbecause i'm not running gloop20:45
Mister_Magisterprably20:46
Mister_Magisterr0kk3rz: it shouldn't be spammy i think20:47
r0kk3rzno, it shouldnt, but something is interrupting your audio20:48
Mister_Magisterr0kk3rz: well running gloop makes it better but not perfect20:48
r0kk3rzive only really used it in apps that were using gloop anyway20:50
Mister_Magisterheh20:50
Mister_Magisterso what's the diagnose doc20:51
r0kk3rzno idea, gremlins20:52
Mister_Magistersee20:52
Mister_Magisterclearly problem with audioresource20:52
r0kk3rzpress f to doubt20:52
Mister_Magisterpress f to believe20:52
Mister_Magisterif there is no problem in my code then audioresource is wrong20:53
Mister_Magistersimple as that20:53
r0kk3rzeither way, its open sauce yo, get debugging20:53
Mister_Magistergezus20:53
Mister_Magisteryou ain't serious man20:53
r0kk3rzumm yeah i am20:54
Mister_Magisterim not an audioguy20:54
r0kk3rzthis is like how to program 101, if you have problem you keep digging until you find it20:54
r0kk3rzi dont think its audioresource as such, but it could be gloop related20:55
Mister_Magisterye20:56
Mister_Magisteri think so too20:56
Mister_Magisternow i moved gloop to somewhere else and it's broken again20:58
Mister_Magistergezus20:58
Mister_Magisterah it's because i initialised audio before audioresource20:59
Mister_Magister>adding moar gloops isn't helping21:03
Mister_Magisteri have no idea21:08
Mister_Magisterwho even wrote that21:08
feodoranis using PyQt5 or PySide2 a valid option on SFOS? there is some pyqt5 package on openrepos, but its very old ...21:29
feodoranis there no g++ on SF?22:08
Mister_Magisterthere is22:08
feodoranin which package?22:11
r0kk3rzfeodoran: pyotherside22:15
feodoranr0kk3rz: you mean g++ or the pyqt thing?22:17
feodoranpyotherside is not pyqt/pyside22:17
Mister_Magisterfeodoran: Program 'g++' is present in package 'gcc-c++'22:18
feodoranMister_Magister: thx, was expecting it to be in gcc ...22:20
Mister_Magisterfeodoran: i recommend cnf but it's not in default repo22:38

Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!