• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.circleci/H02-Jan-2020-913883

.github/H02-Jan-2020-1911

3rdparty/H02-Jan-2020-319,424237,753

bin/H07-May-2022-

cmake/H02-Jan-2020-555484

data/H03-May-2022-2,2131,885

debian/H07-May-2022-455400

dist/H03-May-2022-14,94311,946

ext/H02-Jan-2020-7,2625,057

gst/moodbar/H02-Jan-2020-728496

snap/H02-Jan-2020-204194

src/H03-May-2022-554,111419,200

tests/H03-May-2022-7,6255,548

.gitignoreH A D02-Jan-2020949 4746

COPYINGH A D02-Jan-202034.3 KiB675553

ChangelogH A D02-Jan-202051.9 KiB1,074985

README-TURKISH.mdH A D02-Jan-20202.3 KiB4833

README.mdH A D02-Jan-20202.1 KiB4832

Toolchain-mingw32.cmakeH A D02-Jan-2020621 1814

cmake_uninstall.cmake.inH A D02-Jan-2020878 2421

README-TURKISH.md

1Clementine
2==========
3
4Clementine; Windows, Linux ve macOS için bir müzik çalar ve kütüphane organizatörüdür..
5
6- Website: http://www.clementine-player.org/
7- Github: https://github.com/clementine-player/Clementine
8- Buildbot: http://buildbot.clementine-player.org/grid
9- Son Geliştirici Çıktıları: http://builds.clementine-player.org/
10
11Hata/İstek Belirtmek
12--------------------
13### Yeni bir özellik için istekte bulunmak
14
15Lütfen:
16 * İstediğiniz özelliğin daha önce eklenip eklenmediğini kontrol edin. (Sürüm notlarından)
17 * Daha önce birisinin bu isteği oluşturmadığından emin olun.
18 * Eğer bu istek daha önce yapılmışsa tekrar yorumlamanız işleri hızlandırmaz. Onun yerine, bu isteğe abone olabilirsiniz. Abone olduğunuzda bu başlık altındaki gelişmelerden haberdar olursunuz.
19
20### Hata raporlamak
21
22Lütfen:
23
24 * Son geliştirici çıktısınından (http://builds.clementine-player.org/) hatanın geçerliliğini kontrol edin. (**Dikkat**, Bu çıktılar henüz kararlı çıktılar değildir, bu yüzden doğru çalışmayabilir ve kullanıcı ayarlarınıza zarar verebilir). Eğer her şey doğru çalışıyorsa lütfen hata raporu altında bu hatanın giderildiğini açıklayın.
25 * Kopyalardan kaçınmak için, birinin daha önce bu hatayı belirtmediğinden emin olun.
26 * Eğer hata daha önce belirtilmişse kendi, hatanızın ayrıntılarını yorum olarak veya sizinle aynı hatayla karşılaşanları doğrulayın.
27 * Eğer yukarıdaki iki durum geçerli değilse yeni bir hata raporu açın ve detaylarınızı (İşletim Sistemi, Clementine sürümü, hatanın nasıl meydana geldiğini) mutlaka belirtin.
28 * Hata kodları ve günlük çıktıları için lütfen http://pastebin.com/ kullanın.
29
30Eğer cevap alamazsanız bu demektir ki, oluşturduğunuz istek/hata raporuna vakit ayıramıyoruz. Yani hatayı yeniden işleyemiyoruz veya bunun için zamanımız yok :o.
31
32Kaynaktan Derleme
33-----------------
34
35Kodu alın (eğer hala almadıysanız):
36
37    git clone https://github.com/clementine-player/Clementine.git && cd Clementine
38
39Derleyin ve kurun:
40
41    cd bin
42    cmake ..
43    make -j8
44    sudo make install
45
46Daha fazla bilgi ve bağımlılık listesi için Wikiyi ziyaret edebilirsiniz:
47https://github.com/clementine-player/Clementine/wiki/Compiling-from-Source
48

README.md

1Clementine [![CircleCI](https://circleci.com/gh/clementine-player/Clementine.svg?style=svg)](https://circleci.com/gh/clementine-player/Clementine)
2==========
3
4Clementine is a modern music player and library organizer for Windows, Linux and macOS.
5
6- Website: http://www.clementine-player.org/
7- Github: https://github.com/clementine-player/Clementine
8- Latest developer builds: http://builds.clementine-player.org/
9
10Opening an issue
11----------------
12### Ask for a new feature
13
14Please:
15
16 * Check if the new feature is not already implemented (Changelog)
17 * Check if another person didn't already open an issue
18 * If there is already an opened issue there is no need to comment "+1", it won't help. Instead, you can subscribe to the issue to be notified of anything new about it
19
20### Report a bug
21
22Please:
23
24 * Try the latest developer build (http://builds.clementine-player.org/) to see if any bug is still present (**Attention**, those builds aren't stable so they might not work well and could sometimes break things like user settings). If it works fine even though you see an open issue, please comment on it and explain that the issue has been fixed
25 * Check if another person has already opened the same issue to avoid duplicates
26 * If there already is an open issue you could comment on it to add precisions about the problem or confirm it
27 * In case there isn't, you can open a new issue with an explicit title and as much information as possible (OS, Clementine version, how to reproduce the problem...)
28 * Please use http://pastebin.com/ for logs/debug
29
30If there are no answers, it doesn't mean we don't care about your feature request/bug. It just means we can't reproduce the bug or haven't had time to implement it :o)
31
32Compiling from source
33---------------------
34
35Get the code (if you haven't already):
36
37    git clone https://github.com/clementine-player/Clementine.git && cd Clementine
38
39Compile and install:
40
41    cd bin
42    cmake ..
43    make -j8
44    sudo make install
45
46See the Wiki for more instructions and a list of dependencies:
47https://github.com/clementine-player/Clementine/wiki/Compiling-from-Source
48