Giter VIP home page Giter VIP logo

minidlna's People

Contributors

benoitknecht avatar cpatulea avatar darkvater avatar derobert avatar folhabranca avatar jmaggard10 avatar mlocati avatar ntfreak avatar whosane avatar william-gr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

minidlna's Issues

Missing build instructions?

README says to look at INSTALL for build instructions, but that's missing here and on the sourcefourge source. Are there build instructions?

minidlna cannot be built on Ubuntu 16.10?

Hi there,

whenever I try to build your minidlna version (or the "original" one) I am stuck with the following error:
‘AVStream {aka struct AVStream}’ has no member named ‘codecpar’; did you mean ‘codec’?

Example:
_```
libav.h:176:23: error: ‘AVStream {aka struct AVStream}’ has no member named ‘codecpar’; did you mean ‘codec’?
#define lav_width(s) s->codecpar->width
^
metadata.c:1291:16: note: in expansion of macro ‘lav_width’
lav_width(vstream) <= 640 &&



Another problem might be this here:
_```
log.h:52:104: note: in expansion of macro ‘lav_codec_tag’
 #define DPRINTF(level, facility, fmt, arg...) do { log_err(level, facility, __FILE__, __LINE__, fmt, ##arg); } while (0)
                                                                                                        ^~~
metadata.c:1251:5: note: in expansion of macro ‘DPRINTF’
     DPRINTF(E_DEBUG, L_METADATA, "Stream %d of %s is MPEG4 [%c%c%c%c/0x%X]\n",
     ^~~~~~~
```_

So if you happen to know a solution, I would appreciate it very much :)

Thanks in advance and best regards,
count

It does not read again permission-denied directories

Minidlna 1.1.5 does not read again a directory that it found blocked by permissions.

I use to upload files to a minidlna server with permissions only for owner, and minidlna would not be able to read them. I then change them to readable by anyone, and minidlna will not read them anymore. I have to stop the daemon and remove the database to make it read those again.

Is this solved in any branch?

Thank you.

Comments in nfo files

Thanks for this great piece of work. I have been working on building nfo support in my minidlna and came across this. I may have found a small bug though...

My nfo files are created using tinyMediaManager

The first 3 lines are:

This causes a problem with the line

if (strcmp("movie", GetValueFromNameValueList(xml, "rootElement")) != 0) return;
in parse_movie_nfo(struct NameValueParserData *xml, metadata_t *m) as
GetValueFromNameValueList(xml, "rootElement") returns "<!--"
in metadata.c

Obviously I can strip out all the comments on the generated nfo files but would be nice if I can keep the comments but let GetValueFromNameValueList ignore them?

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.