GithubHelp home page GithubHelp logo

cistoner / lstore Goto Github PK

View Code? Open in Web Editor NEW
10.0 10.0 5.0 4.82 MB

This tool allows you to anonymously or publicly share contents in LAN. Clients can download contents directly from you

C# 6.67% SQL 93.33%

lstore's People

Contributors

abhinavdahiya avatar mebjas avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

lstore's Issues

imdb integration

Server side method to cache certain information about movies based on title retrieved from those files in db.
Then client side method to retrieve this information and cache this locally and efficiently [to mitigate excess memory allocation] and server side code to send this to client

need to add exception handling in firstTime.cs

need to add a method for checking exception each time program sends a post data to server url and if at any stage exception occurs program should take neccesory methods and prompt this to user.
Also program should delete temporary files before it halts

installer

we need to create a setup package that not only installs lStore app, but also .net framework if the user does not have it and all other dependensies
also copies the files required to documents/lStore folder

[imp] need to develope algo to classify items in db by their filename

filename may look like
\mikky\movies\A.Beautiful.Mind.550MB.BRRip.x264-RippeR\A.Beautiful.Mind.550MB.BRRip.x264-RippeR.mkv

also we may have content like
\seagate\hollywood\A.Beautiful.Mind.blue.ray\A.Beautiful.Mind.blue.ray.avi
or
\seagate\trailers\hollywood\A.Beautiful.Mind\A.Beautiful.Mind.avi

So we not only need algo to decide which one is movie but also which one is better

size and format are good formats to decide but we need to think of the best algo

a working code to get default gateway details of the user

presently we have a code like
public static string GetDefaultGateway()
{
var card = NetworkInterface.GetAllNetworkInterfaces().FirstOrDefault();
if (card == null) return null;
var address = card.GetIPProperties().GatewayAddresses.First();

        //var address = card.GetIPProperties().GatewayAddresses.FirstOrDefault();
        return address.Address.MapToIPv4().ToString();
    }

but this is returning exception like
Sequence contains no elements or Nullrefrence error

result recommendation

client side
method to recommend better version of same movie that user may be browsing

for ex:
if user is browsing iron man [in 720p] in user1's shared folder
the app should be able to recommend that Iron man is available with user2 in 1080p

also that it is available at the moment

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.