*** akossh has quit IRC | 00:14 | |
*** KindTwo has joined #maemo | 00:21 | |
*** KindOne has quit IRC | 00:23 | |
*** KindTwo is now known as KindOne | 00:25 | |
sunshavi | when i cp files (videos) from my workstation to phone. phone reboots (probably cos of tracker). Any tricks for avoiding it? | 01:49 |
---|---|---|
sixwheeledbeast | scp? tracker config app is useful for tweaking the settings. confirm your boot reason is watchdog | 01:54 |
*** sicelo009nl has joined #maemo | 02:03 | |
*** Pali has quit IRC | 02:26 | |
sunshavi | yes scp | 02:32 |
sunshavi | swb: ok I am going to see. thanks | 02:32 |
*** Kabouik has joined #maemo | 02:39 | |
*** florian has quit IRC | 02:48 | |
sixwheeledbeast | ~bootreason | 02:59 |
sixwheeledbeast | ~boot-reason | 02:59 |
sixwheeledbeast | hmm | 02:59 |
*** jskarvad has quit IRC | 03:09 | |
*** sicelo010nl has joined #maemo | 03:20 | |
sixwheeledbeast | ~listkeys reason | 03:22 |
infobot | Factoid search of 'reason' by key (8 of 31): another reason i use redhat ;; eh kennylb's only reason for that ;; for some reason their kill ratio on me ;; for various reasons, pmisfit ;; have a reason for being stuckup ;; i guess it could be another reason. but that ;; in tuxscreen - any reason why there ;; kde3-reason. | 03:22 |
*** sicelo009nl has quit IRC | 03:23 | |
sixwheeledbeast | infobot: bootreason is cat /proc/bootreason also see https://wiki.maemo.org/Troubleshooting_boot_issues#Reporting_reboot_issues for details | 03:26 |
infobot | okay, sixwheeledbeast | 03:26 |
sunshavi | swb: do u use utube-dl for downloading videos for n900? | 03:56 |
sunshavi | i am using this one: https://termbin.com/glyc . But built-in media player is not playing it. How cutube2 downloads it ? | 03:58 |
*** thp has quit IRC | 04:27 | |
*** drathir_tor has quit IRC | 04:30 | |
*** drathir_tor has joined #maemo | 04:36 | |
*** sunshavi has quit IRC | 04:40 | |
*** sunshavi has joined #maemo | 05:11 | |
*** tm has quit IRC | 06:14 | |
*** tm has joined #maemo | 06:17 | |
*** Kabouik has quit IRC | 06:17 | |
*** sicelo009nl has joined #maemo | 06:23 | |
*** sicelo010nl has quit IRC | 06:24 | |
*** Mek has quit IRC | 06:25 | |
*** Mek has joined #maemo | 06:25 | |
*** sicelo010nl has joined #maemo | 06:28 | |
*** sicelo009nl has quit IRC | 06:28 | |
*** freemangordon has quit IRC | 07:10 | |
*** freemangordon has joined #maemo | 07:11 | |
*** DocScrutinizer05 has quit IRC | 07:39 | |
*** DocScrutinizer05 has joined #maemo | 07:39 | |
*** luke-jr has quit IRC | 07:47 | |
*** luke-jr has joined #maemo | 07:49 | |
*** sunshavi has quit IRC | 08:09 | |
*** sicelo009nl has joined #maemo | 08:23 | |
*** sicelo010nl has quit IRC | 08:25 | |
*** sunshavi has joined #maemo | 08:33 | |
*** sunshavi has quit IRC | 08:48 | |
*** sunshavi has joined #maemo | 09:08 | |
Maxdamantus | sunshavi: I think I've had decent success using `-f 'mp4[height<=576]+m4a'` | 09:16 |
sunshavi | Maxdamantus: I am going to try it | 09:17 |
sunshavi | Thanks. It works nicely | 09:27 |
*** sicelo009nl has quit IRC | 10:03 | |
*** sunshavi has quit IRC | 10:06 | |
*** florian_kc has joined #maemo | 10:13 | |
*** Pali has joined #maemo | 10:27 | |
*** eMHa has quit IRC | 10:40 | |
sixwheeledbeast | cutetube2 uses it's own qyoutube I believe, it seems to get broken by youtube often. | 10:46 |
sixwheeledbeast | Is that with the latest youtube-dl Maxd? | 10:46 |
sixwheeledbeast | or the one from the maemo repos? | 10:47 |
*** Vajb has quit IRC | 10:49 | |
*** Vajb has joined #maemo | 10:49 | |
*** jskarvad has joined #maemo | 10:56 | |
*** florian_kc has quit IRC | 11:02 | |
*** Kilroo has quit IRC | 11:04 | |
*** mp107_ has joined #maemo | 11:13 | |
*** mp107 has quit IRC | 11:20 | |
*** omni has quit IRC | 11:20 | |
*** mp107_ is now known as mp107 | 11:20 | |
*** eMHa has joined #maemo | 11:21 | |
*** drathir_tor has quit IRC | 11:38 | |
*** drathir_tor has joined #maemo | 11:41 | |
*** florian_kc has joined #maemo | 11:58 | |
*** florian_kc is now known as florian | 12:40 | |
Maxdamantus | sixwheeledbeast: it's from git. Haven't used the one from maemo repos. | 12:43 |
Maxdamantus | I imagine with youtube-dl you'd usually want to just use git, unless you know that another source is being updated regularly. | 12:44 |
KotCzarny | you can use youtube-dl -U to autoupdate | 12:44 |
Maxdamantus | and it's pretty easy to run from git too—no compilation required, works using maemo's version of Python last I checked. | 12:45 |
Maxdamantus | wonder how `-U` works. | 12:45 |
KotCzarny | downloads from website and replaces on filesystem | 12:46 |
KotCzarny | [root@e6440 11:46:58 /usr/local/bin]# ./youtube-dl -U | 12:46 |
KotCzarny | Updating to version 2020.05.08 ... | 12:46 |
Maxdamantus | Presumably that wouldn't work if it's maintained by a package manager. | 12:47 |
KotCzarny | its a single file | 12:49 |
KotCzarny | with embedded python archive | 12:49 |
KotCzarny | so all it takes is just replacing single file | 12:49 |
KotCzarny | of course package maintained can be a bit faster, because doesnt need to unpack the archive | 12:50 |
Maxdamantus | But people don't want packages that modify their installed program files. | 12:50 |
KotCzarny | and/or precompiled .py into objects | 12:50 |
KotCzarny | in case of youtube-dl it changes often, and dont think package maintainers track all the changes in files | 12:51 |
bencoh | google is a pain with that | 12:51 |
bencoh | and I don't see a good solution to youtube-dl unfortunately :( | 12:52 |
Maxdamantus | Pain with what? | 12:56 |
bencoh | "updating" youtube (breaking scrapers) | 12:57 |
bencoh | I'm wondering if they do it on purpose to be honest | 12:57 |
Maxdamantus | Well, as long as you have a youtube-dl that you can update easily (either because you just downloaded the file and use `-U` or because you just run it from git), it should be okay. | 12:57 |
Maxdamantus | Given that KotCzarny has it in /usr/local/bin, I'm guessing he did the former. | 12:58 |
KotCzarny | -rwxr-xr-x 1 root root 1753976 May 27 11:47 youtube-dl | 12:59 |
bencoh | Yeah, but the fact that we need to keep it uptodate on an almost weekly basis is ... sad | 12:59 |
bencoh | which reminds me | 12:59 |
bencoh | Maxdamantus: I guess you run it in a chroot on n900? | 12:59 |
Maxdamantus | bencoh: yes. I run most custom non-graphical things in a Debian chroot. | 13:00 |
Maxdamantus | Don't really like having to rely on maemo repositories for things. | 13:00 |
bencoh | yeah | 13:00 |
bencoh | it's not exactly a good thing cache-wise, but ... | 13:00 |
KotCzarny | i think the autoupdating version can run on n900 assuming proper python version | 13:00 |
KotCzarny | but it's kinda slow on arm devices | 13:01 |
Maxdamantus | Yeah, I tried youtube-dl once outside the chroot and it seemed to work. I think there was some compatibility issue though with maemo's version of ffmpeg but I suspect there was a workaround for that, can't remember. | 13:01 |
KotCzarny | and i think -U pulls latest release from https://github.com/ytdl-org/youtube-dl/releases | 13:02 |
bencoh | Hmm, I think I built a not-so-old ffmpeg for maemo months ago | 13:02 |
Maxdamantus | 10:19 < Maxdamantus> when I run youtube-dl at the moment, I get an due to the ffmpeg version in maemo not having the "-loglevel" argument. | 13:02 |
KotCzarny | when i build libav, it has some quirks with default gcc, i had to use newer one | 13:05 |
KotCzarny | most likely ffmpeg suffers similar issue | 13:05 |
Maxdamantus | I remember being able to build the latest version of ffmpeg about a year ago in the debian chroot (which itself is quite old—wheezy, now archived) | 13:08 |
Maxdamantus | bencoh: do you still use wheezy in the chroot, or have you got some sort of glibc hack? | 13:09 |
*** Kabouik has joined #maemo | 13:17 | |
bencoh | Maxdamantus: don't use any chroot | 13:37 |
bencoh | I* | 13:37 |
Maxdamantus | Ah. | 13:42 |
*** heroux has quit IRC | 14:30 | |
*** heroux has joined #maemo | 14:33 | |
*** pagurus has joined #maemo | 15:13 | |
*** Oksana has quit IRC | 15:29 | |
*** thp has joined #maemo | 16:28 | |
*** omni has joined #maemo | 18:06 | |
*** sunshavi has joined #maemo | 18:16 | |
*** sicelo009nl has joined #maemo | 19:40 | |
*** sicelo009nl has quit IRC | 20:31 | |
*** sicelo009nl has joined #maemo | 20:38 | |
*** niceplace has joined #maemo | 20:51 | |
*** niceplaces has quit IRC | 20:52 | |
*** florian_kc has joined #maemo | 21:05 | |
*** RedW has quit IRC | 21:24 | |
*** Kabouik has quit IRC | 21:25 | |
*** RedW has joined #maemo | 21:25 | |
*** Vajb has quit IRC | 21:49 | |
*** Vajb has joined #maemo | 21:50 | |
*** eMHa has quit IRC | 21:56 | |
*** pagurus has quit IRC | 22:11 | |
*** eMHa has joined #maemo | 22:20 | |
*** pagurus has joined #maemo | 22:27 | |
*** drathir_tor has quit IRC | 22:37 | |
*** drathir_tor has joined #maemo | 22:44 | |
*** deepy is now known as Magician | 22:53 | |
*** akossh has joined #maemo | 22:54 | |
*** Magician is now known as deepy | 22:55 | |
*** brabo has quit IRC | 23:10 | |
*** brabo has joined #maemo | 23:12 | |
*** brabo has joined #maemo | 23:12 | |
*** florian has quit IRC | 23:37 | |
*** florian_kc is now known as florian | 23:37 | |
*** florian_kc has joined #maemo | 23:38 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!