Love at Second Sight (2019) - Also known as "Mon inconnue" cj2k
Comedy, Drama, Fantasy, Romance
, Belgium, South Korea (French, English) 117 min
Bluray |
8/10 |
8/10 |
1 |
Updated on 2021 Jun 02 |
1 nomination. |
1,263 s |
Director: Hugo Gélin
Cast: François Civil, Joséphine Japy, Benjamin Lavernhe, Camille Lellouche, Amaury de Crayencour, Edith Scob, Juliette Dol, Samir Boitard, Christian Benedetti, Guillaume Bouchède, Anne-Valérie Payet, Raphael von Blumenthal, Bertrand Combe, Guillaume Mélanie, Sonia Nini, Alexandrina Turcan, Jean Franco, Mahdi Alaoui, Elsa Houben, Nina Simonpoli-Barthelemy, Dorian Le Clech, Patrice Melennec, Ludivine de Chasteney, Franck Boss, Franck Provost, Khatia Buniatishvili, Laurent Delahousse, Avant Strangel
Synopsis jf21
Paris, 2009. Raphaël is a high school student who the days with his best friend Felix at the same time that he tries to end his first Sci-Fi novel when by chance he meets Olivia, another student fan to play piano. After a first magical encounter between them, Raphaël finds in her the inspiration to end the novel. Ten years later, 2019, the novel have been turned in a famous Sci-Fi saga and Raphaël in a best-selling writer with a successful career including apparitions in TV and Internet. Therefore, he turned in a man full of himself without space for any other, and the marriage with Olivia is each time more cold and distant. After to finish his last book and talk with Olivia about to end the relation, they both go to sleep. To the next morning, Raphaël wakes up to find himself in an alternate reality: he works as teacher in a public high school of with the too teacher Felix, is related with Mélanie (another teacher of his school), his career as writer not exists, and Olivia is a .
");
$.ajax({
url: "/Ajax/ajPostComment.aspx?mid="+movieID+"&inline=true"+(cid == null?"":"&cid="+cid),
success: function success(data) {
$("#PostComment").html("
Post Comment 5a6p1i
"+data.substr(1));
$("#PostCommentHolder").fadeOut(1).fadeIn(200);
LoovieComments();
if (typeof (onShown) != "undefined") onShown();
},
error: function error(e) {
postCommentShown=false;
$("#PostCommentHolder").html("Internal Error: " + e.statusText + "
");
$("#RetryShowPostComment").click(ShowPostComment);
}
});
}
var similarMoviesShown = false;
function ShowSimilarMovies() {
if (similarMoviesShown) return;
similarMoviesShown = true;
//$("#SimilarMoviesHolder").html("
Loading...
");
$.ajax({
url: "/Movies/ajSimilarMovies.aspx?mid="+movieID,
success: function success(data) {
$("#SimilarMoviesHolder").html(data.substr(1));
if (InitHScroll) InitHScroll();
},
error: function error(e) {
similarMoviesShown = false;
$("#SimilarMoviesHolder").html("Internal Error: " + e.statusText + "
Retry");
$("#RetryShowSimilarMovies").click(ShowSimilarMovies);
}
});
}
var mediaShown=false;
function ShowMedia() {
if (mediaShown) return;
mediaShown = true;
//$("#MediaHolder").html("
");
$("#MediaHolder").html("
");
$.ajax({
url: "/Movies/ajMovieMedia.aspx?mid="+movieID,
success: function success(data) {
$("#MediaHolder").html(data.substr(1));
InitHScroll();
},
error: function error(e) {
mediaShown = false;
$("#MediaHolder").html("Internal Error: " + e.statusText + "
Retry");
$("#RetryShowMedia").click(ShowMedia);
}
});
}
function SetState(is) {
if (typeof History.pushState != "undefined") {
isSettingState = true;
var isFromListPage = new RegExp(CrazyFilter.rootPath).exec(document.referrer) != null;
var pageUrl = document.location.pathname;
var hasReferrer = document.referrer != null && document.referrer != "";
if(is){
var objInitialPage = {
Key: null,
Title: 'Love at Second Sight (2019) Bluray FullHD',
Url: '/Movie/8265928-HQ-Bluray/Love-at-Second-Sight-2019'
};
History.replaceState(objInitialPage,MakePageTitle(objInitialPage.Title,true), objInitialPage.Url);
var obj = {
Key: m[1],
Title: MovieTitle,
Url: pageUrl
};
History.pushState(obj, MakePageTitle(obj.Title,!isNaN(m[1])), obj.Url);
}
isSettingState = false;
}
}
$(window).scroll(CheckWindowScroll);
function CheckWindowScroll() {
if ($("#Movie").length == 0) return;
if (commentsLoaded && $(window).scrollTop() + $(window).height() >= $(document).height() - 10)
LoovieComments();
//$("#PostComment").offsetTop();
//if($(window).scrollTop() + $(window).height() > $("#SimilarMoviesHolder").offset().top)
// debugger;
if (!similarMoviesShown && $(window).scrollTop() + $(window).height() > $("#SimilarMoviesHolder").offset().top - 10)
ShowSimilarMovies();
if (!postCommentShown && $(window).scrollTop() + $(window).height() > $("#PostComment").offset().top - 10)
ShowPostComment();
if (!mediaShown && $(window).scrollTop() + $(window).height() > $("#MediaHolder").offset().top - 10)
ShowMedia();
if ($(window).scrollTop() > $("#Comments").offset().top-40)
$("#PostComment").addClass("scrolling");
else
$("#PostComment").removeClass("scrolling");
if (isOpen) MakeVisible();
}
var oldSeason;
var oldEpid;
var oldFlag;
function InitEpisodeLinks() {
InitTorrentLinks("#TorrentsList a.torrent");
$("#TorrentsList .episode").each(function(element, index) {
var epid = $(this).data("episode");
$("#episode" + epid + ",#episode" + epid + " .flag").each(function() {
var curFlag = $(this).data("flag");
var group = $(this).data("group");
$(this).click(function(e) {
currentTorrentsList = "#episode" + epid;
var flag = curFlag;
e.stopPropagation();
FilterTorrents(group,flag, oldEpid == epid,true);
$("#ept" + epid).slideDown("fast");
if (oldEpid != null && oldEpid != epid)
$("#ept" + oldEpid).slideUp("fast",function() {
if ($(document).scrollTop() > $("#ept" + epid).offset().top)
$("html, body").animate({ scrollTop: $("#ept" + epid).offset().top-80});
});
else if (oldEpid != null && $(this).hasClass("episode") && flag == oldFlag) {
$("#ept" + oldEpid).slideUp("fast");
flag = 0;
}
oldEpid = epid;
oldFlag = flag;
});
if (curFlag == null || curFlag == "") return;
var torrents = $("#episode"+epid+" .torrent");
var hasFlag = false;
for (var t = 0; t < torrents.length; t++) {
if ($(torrents[t]).hasClass(curFlag)) {
hasFlag = true;
break;
}
}
if (!hasFlag) $(this).attr("disabled", "disabled");
});
});
var firstSeason = null;
$("#TorrentsList .season").each(function () {
$(this).click(function(element, index) {
var season = $(this).data("season");
$("#SeasonParts" + season).slideDown("fast");
if ($("#SeasonParts" + season + " .episode").length == 1) {
oldEpid = null;$("#SeasonParts" + season + " .episode").data("episode");
$("#SeasonParts" + season + " .episode").click();
}
if (oldSeason != null){
$("#SeasonParts" + oldSeason).slideUp("fast",function() {
if (season!=null && $(document).scrollTop() > $("#SeasonParts" + season).offset().top)
$("html, body").animate({ scrollTop: $("#SeasonParts" + season).offset().top - 80 });
});
if(oldSeason==season) season = null;
}
oldSeason = season;
});
if (firstSeason == null) {
firstSeason = $(this).data("season");
$(this).click();
//oldSeason = firstSeason;
}
});
}
function InitTorrentsLinks() {
currentTorrentsList = "#TorrentsList";
var torrents = $("#TorrentsList a.torrent");
$("#TorrentFilters button").each(function() {
var hasFlag = false;
var curFlag = $(this).data("flag");
var group = $(this).data("group");
for (var t = 0; t < torrents.length; t++) {
if (curFlag==null || $(torrents[t]).hasClass(curFlag)) {
hasFlag = true;
break;
}
}
if (!hasFlag) $(this).attr("disabled", "disabled");
$(this).click(function(e) {
FilterTorrents(group,curFlag,true,$("#chkMultiselect").prop("checked") || e.ctrlKey);
});
});
InitTorrentLinks("#TorrentsList a.torrent");
}
function CommentsLoaded() {
commentsLoaded=true;
InitTorrentLinks(".commentMovie a.torrent");
}
function InitTorrentLinks(selector) {
$(selector).click(function(e) {
//if (isOpen) CloseTorrentDetails('/Movie/8265928-HQ-Bluray/Love-at-Second-Sight-2019',movieID,'Love at Second Sight (2019) Bluray FullHD',m!=null);
return ShowTorrentDetails(e,movieID,$(this).data("torrent"),$(this).data("title"),$(this).attr("href"));
});
}
function QuickCloseTorrentDetails() {
CloseTorrentDetails('/Movie/8265928-HQ-Bluray/Love-at-Second-Sight-2019',movieID,'Love at Second Sight (2019) Bluray FullHD',m!=null);
}
function SwitchOtherTorrents() {
QuickCloseTorrentDetails();
FilterTorrents('list',"new",true,true);
return false;
}
function CommentTorrent(fkTorrent) {
QuickCloseTorrentDetails();
$('html, body').animate({
scrollTop: $("#PostComment").offset().top
}, 1000);
if (!postCommentShown)
ShowPostComment(null,
function() {
SetCommentTorrent(fkTorrent);
});
else SetCommentTorrent(fkTorrent);
}
function SetCommentTorrent(fkTorrent) {
$("#edTorrent").val(fkTorrent);
$("#chked").prop("checked","checked");
Checked();
TorrentChanged();
}
Post Comment 5a6p1i