Skip to content

Commit b454b6c

Browse files
authored
Update README.md
1 parent d255d04 commit b454b6c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Kodi M3U Playlist Converter
2-
Kodi M3U Playlist Converter (kmpc) is a desktop application that converts M3U music playlists for use in Kodi by changing file paths to Kodi music database URLs. kmpc is compatible with Windows, macOS, and Linux.
2+
Kodi M3U Playlist Converter (kmpc) is a desktop application that converts M3U music playlists for use in Kodi by changing file paths to Kodi music database URLs. This application is intended for Kodi users that create music playlists with a desktop music player, and want to export them to Kodi for listening in their living room setup.
33

44
## Screenshot
5-
5+
![kmpc_screenshot](https://user-images.githubusercontent.com/95071366/196001159-bd27eca0-52fb-458e-941c-aea5bd73e4b0.png)
66

77
## Installation
8+
kmpc is compatible with Windows, macOS, and Linux.
89
### Windows
910
Download the win64 zip file from the latest release and extract its contents to a directory of your choice.
1011

@@ -63,9 +64,10 @@ sudo dnf install qt5-qtbase-devel fmt-devel sqlite-devel
6364
brew install qt fmt sqlite
6465
```
6566

66-
Build with the following steps
67+
Build with the following steps:
6768
```
68-
git clone
69+
git clone https://github.com/complexlogic/kmpc.git
70+
cd kmpc
6971
mkdir build && cd build
7072
cmake .. -DCMAKE_BUILD_TYPE=Release
7173
make

0 commit comments

Comments
 (0)