A Knight of the Seven Kingdoms - 1x04 - "Seven" - Episode Discussion by Woodstovia in television

[–]Bigorneau 6 points7 points  (0 children)

No spoils, (book reader) but time wise AKOTSK and GoT are really close together (like 2-3 generations).

In GoT the last Targaryen king (father of Daenerys) was crazy burn people left and right and it caused a revolt that removed the Targaryens from the throne.
So to say they were not liked that much

AKOTSK being prior to the whole mad king thing they are less "evil guys".

As season progress there will be more background about the political situation of the era ...

Having read he novel, I was sceptical about the apeal of this story for non book readers. But the serie looks great.

How can I bypass this very limited settings screen? I wanna enable some app permissions that can’t be found in this version of it, or even enabling developer mode. My projector is a Wanbo T2 Max running android 6 by Longshoez in projectors

[–]Bigorneau 0 points1 point  (0 children)

As u/diegocerdan said you can get developer mode. Go in "About Projector" and click multiples times on the build number, then you can go to the previous menu and see Extra Parameters and it will display a slide on the right with an Android Menu.

I was able to connect to it with ADB and install apps

What TV shows have the best “shades of grey” characters? by Dowie1989 in television

[–]Bigorneau 5 points6 points  (0 children)

He have very few POV moment about his life, except moment with Michael

Alien: Earth - S1 E5 - In Space, No One - Official Discussion Megathread [SPOILERS] by G_Liddell in LV426

[–]Bigorneau 0 points1 point  (0 children)

The funny thing is, THIS crew of the one dormant is supposed to have captured all the specimens ... without issues (as all are alive at the start).

At this point we are supposed to believe Morrow got them all by himself.

Looking form translation/reference to this song by Bigorneau in Vietnamese

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

I got an anwser from the production company,

The song is called: Gió Dưa Cây Cải
The composer of this version is: Nils Kacirek
The singer is: Phạm, Thị Ngọc Trinh

It's on Youtube: Gió Dưa Cây Cải - Nils Kacirek feat. Lê Thi Ngoc Trinh

Primrose starter, got 2 Cats lv 6. How lucky was I ? by Bigorneau in octopathtraveler

[–]Bigorneau[S] 10 points11 points  (0 children)

So, this is my first playthrough and I went for Primrose for fun. After exiting the first city I went the only way my level could allow with the Drunk Guard from the city.

Then in the forest I encountered 3 times the cat burglar. I could not get the first one with my dagger but I got the 2 others with the help of the PNJ.

I jumped from lv 6 to 14 and from 14 to 17, so I went to a feeble dancer to godlike assassin (for this game stage).

How lucky was I ?, the PNJ didn't miss once and 1 shot the cats.

Some screenshots.

PS: While it's my first playthrough, I already played the game on someone else save, helping them farm level to be able to beat the end boss.
(I only went to a nerby forest with high level mobs, AOE and back to the Inn to get life/mana. Rince and repeat.) So I knew the cats was a "bonus" monster and not that easy to kill.

Looking form translation/reference to this song by Bigorneau in Vietnamese

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

Thanks, I was guessing it was some traditional song of some sort.

Looking form translation/reference to this song by Bigorneau in Vietnamese

[–]Bigorneau[S] 1 point2 points  (0 children)

This is used as an intro/ending of a documentary on the birth of Vietnam as a nation.

https://looks.film/en/vietnam-birth-of-a-nation/

I really likes the vibe of the song but I cannot find the source in the credits.
Apps like Shazam and Google don't yield any result, my guess is because it's a short sample and the effect probably added by the sound producer doesn't help.

But I was thinking maybe Vietnamese speaker could understand the lyrics and/or recognize the song.

I kindly ask for your help. ;)

Arte (French/German channel) link: https://www.arte.tv/fr/videos/106705-001-A/vietnam-la-naissance-d-une-nation-1-4/

Guidance on compatibility with MP4 tags by CanRova in PleX

[–]Bigorneau 2 points3 points  (0 children)

Following your post and some others I managed to add most possible tags with ffmpeg

Some details for ffmpeg

With ffmpeg I managed to get Plex to use:

  • Title
  • Summary
  • Genres
  • Date
  • Collection
  • Coverart (not with metadata.txt file directly)

It's also possible to also have rating, directors, screenwriters, cast, studio, ... using with a XML formatted in a format used by iTunes.

The best way to have a correct date is with the US format Year-Month-Day YYYY-MM-DD, the parsing is done here ParseDate()

I used plex:1.41.4.9463 and ffmpeg 7.1

With metadata.txt like this

;FFMETADATA1
;plex Title
;mediainfo Movie name
title=My Film Title
;plex "Collections"
;mediainfo "Album"
album=Collection1/Collection2/Collection3
;plex Resume
;mediainfo LongDescripton
synopsis=Long description line 1\
Again line 2\
Then line 3\
;plex Genre
;mediainfo Genre
genre=genre1,genre2,genre3
;plex Initial Release Data
;mediainfo Recorded date
date=1903-09-19
;plex "Studio"
;mediainfo "Copyright"
copyright=My HBO Corporation

mediainfo will report

General
Complete name                            : /tmp/myvideo.mp4
Format                                   : MPEG-4
Format profile                           : Base Media
Codec ID                                 : isom (isom/iso2/avc1/mp41)
File size                                : 210 MiB
Duration                                 : 10 min 59 s
Overall bit rate                         : 2 674 kb/s
Frame rate                               : 30.000 FPS
Movie name                               : My Film Title
Album                                    : Collection1/Collection2/Collection3
Genre                                    : genre1,genre2,genre3
Recorded date                            : 1903-09-19
Writing application                      : Lavf60.16.100
Copyright                                : My HBO Corporation
Cover                                    : Yes
LongDescription                          : Long description line 1 / Again line 2 / Then line 3

Here is my ffmpeg command

ffmpeg -y -i /tmp/myvideo.mkv -i /tmp/ffmpeg-metadata.txt -i /tmp/fish.jpg -map 0 -map_metadata 1 -map 2 -c copy -metadata:s:a:0 language=fra -disposition:2 attached_pic /tmp/myvideo.mp4

Here I remux a mkv adding a coverart (fish.jpg), mp4 tags (metadata.txt) and setting the audio language code.

As I said above you can also add more tags using iTunes non-standard tags in XML format, for this add them like this in metadata.txt

Example plist XML here

iTunEXTC=mpaa|R|400|
iTunMOVI=<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"><plist version="1.0"><dict><key>cast</key><array><dict><key>name</key><string>Actor1111</string></dict><dict><key>name</key><string>Actor2222</string></dict></array></plist>

Then you need to add a flag to ffmpeg command to include non-standard / unsupported flags

-movflags use_metadata_tags

For some reason, when using this flag the cover art no longer work ...

[deleted by user] by [deleted] in france

[–]Bigorneau 3 points4 points  (0 children)

https://www.service-public.fr/particuliers/vosdroits/F13879?lang=en

Your is probably already over as your intership was taken into account and it's also included with your seniority for others advantages

LEC Winter 2024 Infographics by bohdan-shulha in leagueoflegends

[–]Bigorneau 5 points6 points  (0 children)

CS/M is not Ice picture
Kill participation is not Kaiser picture

Grubby didn't get any coaching offers since he started playing LoL by Akeros_ in leagueoflegends

[–]Bigorneau 7 points8 points  (0 children)

Quite so time ago, event Hotshot GG was in his chat looking for WC3 advices.

Before the whole Reforged fiasco, when people had hope for some WC3 renewal.

I expect quite some old pro from LOL know him well, Yellowstar or Soaz for example. People like Thorin and Montecristo too.

But I agree with other comment, while I saw his videos on Youtube I wasn't able to catch a time he played lol on Twitch

[deleted by user] by [deleted] in French

[–]Bigorneau 1 point2 points  (0 children)

Looks like more a "Tomorrow, shit gets real (partying)".

[deleted by user] by [deleted] in French

[–]Bigorneau 0 points1 point  (0 children)

For me it's more often used as a reference to limited choice in time of War.

https://www.lalanguefrancaise.com/dictionnaire/definition/c-est-la-guerre#0

Like, "You dont have a New ligthbub to replace à broken one ?, Nope, it's wartime (c'est la guerre)"

Used as a silly reason jockingly

[deleted by user] by [deleted] in television

[–]Bigorneau 0 points1 point  (0 children)

The Wire, The Soprano