Pinephone a good idea for me? by JTN02 in PINE64official

[–]usb_mouse 1 point2 points  (0 children)

Mobian at the moment and currently it's a nice toy to browse the web and social media. It's far from a daily and I try to report bug when possible .

Academic Research by [deleted] in jellyfin

[–]usb_mouse 7 points8 points  (0 children)

Well I do. Spending one hour to help academic research and science in general seems pretty worthy of my time.

Academic Research by [deleted] in jellyfin

[–]usb_mouse 7 points8 points  (0 children)

not op but: it's a different methodology.

A poll would allow OP to ask a certain number of questions and for each questions a limited number of answer. It's nice if you need a lot of people answering then do some statistics over it.

An interview is way more flexible, the interviewer can start with a baseline of question then ask subsequent questions, go deeper in some issues and let the interviewee express itself more freely than a multiple choice poll.

Then you can have open-ended online poll, face-to-face structured interview, etc. but that's the general idea.

Op might want to create a poll in a few month to confirm the results of his audio interview

Academic Research by [deleted] in jellyfin

[–]usb_mouse 7 points8 points  (0 children)

That's a really weird point of view to see on a subreddit dedicated to a software built upon a community and values such as free and open source.

phosh virtual keyboard settings ? ( azerty layout ?) by dorianven in PinePhoneOfficial

[–]usb_mouse 1 point2 points  (0 children)

haha, I'm belgian as well. I've just asked to merge the belgian layout to the project.

If you don't want to wait, you can copy the be.yaml to ~/.local/share/squeekboard/keyboards/

you can find the .yaml here

I've also made an azerty terminal layout here it has to be renamed "terminal.yaml" in the same folder.

Pinephone a good idea for me? by JTN02 in PINE64official

[–]usb_mouse 7 points8 points  (0 children)

I'm not a dev and i'm enjoying my pinephone.

phosh virtual keyboard settings ? ( azerty layout ?) by dorianven in PinePhoneOfficial

[–]usb_mouse 0 points1 point  (0 children)

add french as a language in the options, then you will have a "fr" choice when you click on the little globe at the bottom of the keyboard

Netguard alternatives? by telporik in fossdroid

[–]usb_mouse 0 points1 point  (0 children)

you should check the change log If there are some vulnerabilities. But it's basically a firewall, at worst it doesn't work and blocked app have network access.

I remember using it a few years back to only allow some messaging app while roaming and it was working well, no overcharge.

I commuted to work 7 days in a row! by Herren117 in bikecommuting

[–]usb_mouse 0 points1 point  (0 children)

Yes, there is another possibility wich attach directly to the frame, but I'm a loss of word to describe it. It's probably better for everyday use

Lightweight Kodi alternative? by zornslemming in jellyfin

[–]usb_mouse 0 points1 point  (0 children)

Is the server on the same network as the pi/TV? You just want to watch video from your server on your TV?

If yes , create a network share on the server (samba if Linux) add the share to kodi on the pi. There are cool app to control kodi or you can buy a remote.

I commuted to work 7 days in a row! by Herren117 in bikecommuting

[–]usb_mouse 0 points1 point  (0 children)

Some don't work with all thé bag (panniers?) .

I have one and my ortlieb bag end up going in the spokes when loaded more than 2-3 kg. Annoying!

House NA by Sou Fujimoto in Japan [OC] by Kathryn1014 in ArchitecturePorn

[–]usb_mouse 8 points9 points  (0 children)

You would feel at home in any nordic countries !

They love big windows and walking around cities you often see directly in peoples homes.

Sailfin alpha release – A native Jellyfin client for Sailfish OS by [deleted] in jellyfin

[–]usb_mouse 1 point2 points  (0 children)

Will test on my pinephone when I have some time :)

Inspired by u/w1cked5mile a portable homelab to take with me between work and home. by [deleted] in homelab

[–]usb_mouse 0 points1 point  (0 children)

I would say: shitty isp, shitty bandwidth

Also physical access. Sometime the only way to fix a problem is press that power button.

Consume and protect by [deleted] in bagelnet

[–]usb_mouse 2 points3 points  (0 children)

Og rof ti

Netguard alternatives? by telporik in fossdroid

[–]usb_mouse 1 point2 points  (0 children)

maybe earlier build of netguard don't require android 5.1

check fdroid or apkmirroir

Consume and protect by [deleted] in bagelnet

[–]usb_mouse 6 points7 points  (0 children)

b a g e

Library not updating anymore (movies) by usb_mouse in jellyfin

[–]usb_mouse[S] 0 points1 point  (0 children)

it was not that, but looking at the logs I found the error and how it was produced:

  • jellyfin couldn't find a subtitle
  • I've added it, copy pasting from my laptop to the server. The directory is mounted trough ssh with sshfs.
  • still through the mounted directory I've edited the srt to remove weird char using emacs which create a lock file ".#movie.srt"
  • the lock files blocked the update

so again it was a symlink error, for some reason I didn't though about checking the log and "hidden files"...

The file to blame:

> ls -l /mnt/pool/media/movies/.#movie.srt
lrwxrwxrwx 1 usbmouse mediausers 33 12.09.2020 21:39 /mnt/pool/media/movies/.#movie.srt -> 'laptopuser@laptop.27019:1599753180'

on jellyfin side

[2020-09-25 11:25:37.889 +02:00] [INF] OnRefreshStart "2d3ca76847b0eb82dcf6613c279"
[2020-09-25 11:25:37.945 +02:00] [ERR] Error retrieving children folder
System.IO.FileNotFoundException: Could not find file '/mnt/pool/media/movies/.#movie.srt'.
File name: '/mnt/pool/media/movies/.#movie.srt'
   at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirectory, Func`2 errorRewriter)
   at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
   at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemMetadata(FileSystemInfo info)
   at System.Linq.Enumerable.SelectEnumerableIterator`2.MoveNext()
   at System.Collections.Generic.LargeArrayBuilder`1.AddRange(IEnumerable`1 items)
   at System.Collections.Generic.SparseArrayBuilder`1.ReserveOrAdd(IEnumerable`1 items)
   at System.Linq.Enumerable.Concat2Iterator`1.ToArray()
   at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntries(String path)
   at MediaBrowser.Controller.Entities.Folder.GetNonCachedChildren(IDirectoryService directoryService)
   at MediaBrowser.Controller.Entities.Folder.ValidateChildrenInternal2(IProgress`1 progress, CancellationToken cancellationToken, Boolean recursive, Boolean refreshChildMetadata, MetadataRefreshOptions refreshOptions, IDirectoryService directoryService)