Commits on Source (4)
-
Steve Lhomme authored
The option is defined as "Allow metadata network access". If it's false (default but query during the first run) that means the user doesn't want to check metadata from the network. So we should not start a network job when there's a possibility to do it. This is a regression from ea88b8d6. Before that we only used FETCHER_SCOPE_LOCAL if the option wasn't set.
1a85d679 -
Steve Lhomme authored
If "metadata-network-access" is false, we should never use this value. input_fetcher_Push() is the only public/core entry that receives that option so we only need to filter it out from there.
8b2428d3 -
Steve Lhomme authored
We already eleminated the flag if the user option is disabled.
f9f332c2 -
Steve Lhomme authored
This is the only call, apart from libvlc, that may request to fetch from the network. In libvlc there's an option to request netwrok fetching so it should be respected.
e85ead76