-
I absolutely love what you guys are doing! It's awesome and has re-inspired my use of Boxee.
I love the new fanart functionality, but find that searching for and saving fanart is time consuming and t…
-
-
### Is there an existing issue for this?
- [X] I have searched the existing open and closed issues
### Is your feature request related to a problem? Please describe
Feature Request - Include …
jpogs updated
2 years ago
-
## Good to see
- A lot of fragment :)
- Bundle file into different package
- Nice to see ButterKnife
- Private for model property
- Implement `Parcelable`
- Break your code into small function
…
-
TMDB被墙,因此视频信息无法下载,一种解决办法是路由器直接支持代理,或者就是如下办法修改host,直接IP解析访问
操作步骤如下
1. 群晖开启SSH
2. 本地终端执行,ssh alan@192.168.31.101 -p 22
3. sudo vi /etc/hosts
4. 添加内容:13.224.161.90 api.themoviedb.org
5. wq!保存
…
-
-
On the V4's documentation page, there are links to OAS / RAML specs for the API. We could generate a lot of code from these specifications, and then code the few differentiations there are for an actu…
-
-
## index.html
* 전반적으로 마크업 구조가 단순하며 명확하게 작성되었습니다. 잘하셨습니다.
* 웹 접근성을 고려하여 `lang="en"` 대신에 사용자의 언어에 맞는 `lang="ko"` 를 사용하는 것이 어떨까요?
* 검색창에 `id="searchMovie"`를 지정해두셨는데, 여기에 `label`을 추가하여 접근성을 높이는 것도 …
-
Find an API to base the development of the webapp around it. The API should allow you to
- Get a list of items with a unique item id (or generate the unique id).
- For a given item, get detailed…